|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ConfigSection
Base class for adding "ConfigSection"s.
This class does nothing. Extend the subinterfaces to add a section to a particular type of view (currently only SWT is supported).
Field Summary | |
---|---|
static java.lang.String |
SECTION_CONNECTION
|
static java.lang.String |
SECTION_FILES
|
static java.lang.String |
SECTION_INTERFACE
|
static java.lang.String |
SECTION_PLUGINS
Configuration panel will be added to the plugins view area. |
static java.lang.String |
SECTION_ROOT
Configuration panel will be added to main configuration view area |
static java.lang.String |
SECTION_TRACKER
|
static java.lang.String |
SECTION_TRANSFER
|
Method Summary | |
---|---|
void |
configSectionDelete()
Config view is closing |
java.lang.String |
configSectionGetName()
In order for the plugin to display its section correctly, a key in the Plugin language file will need to contain ConfigView.section.<configSectionGetName() result>=The Section name. |
java.lang.String |
configSectionGetParentSection()
Returns section you want your configuration panel to be under. |
void |
configSectionSave()
User selected Save. |
Field Detail |
---|
static final java.lang.String SECTION_ROOT
static final java.lang.String SECTION_PLUGINS
static final java.lang.String SECTION_TRACKER
static final java.lang.String SECTION_FILES
static final java.lang.String SECTION_INTERFACE
static final java.lang.String SECTION_CONNECTION
static final java.lang.String SECTION_TRANSFER
Method Detail |
---|
java.lang.String configSectionGetParentSection()
java.lang.String configSectionGetName()
void configSectionSave()
void configSectionDelete()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |