|
|||||||||
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 String |
SECTION_CONNECTION
|
static String |
SECTION_FILES
|
static String |
SECTION_INTERFACE
|
static String |
SECTION_PLUGINS
Configuration panel will be added to the plugins view area. |
static String |
SECTION_ROOT
Configuration panel will be added to main configuration view area |
static String |
SECTION_TRACKER
|
static String |
SECTION_TRANSFER
|
Method Summary | |
---|---|
void |
configSectionDelete()
Config view is closing |
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. |
String |
configSectionGetParentSection()
Returns section you want your configuration panel to be under. |
void |
configSectionSave()
User selected Save. |
Field Detail |
---|
static final String SECTION_ROOT
static final String SECTION_PLUGINS
static final String SECTION_TRACKER
static final String SECTION_FILES
static final String SECTION_INTERFACE
static final String SECTION_CONNECTION
static final String SECTION_TRANSFER
Method Detail |
---|
String configSectionGetParentSection()
String configSectionGetName()
void configSectionSave()
void configSectionDelete()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |