public interface PreferencesTab
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getTabName()
This method should return the name of the tab which is used to label the
tab in the PreferencesFrame.
|
void |
initializeTab()
Initialization of the tab should be done at some point after the
constructor is called.
|
void |
onCancel()
This method is called if the user presses the cancel button on the preferences frame.
|
void |
onClose()
This method is called as the preferences frame is closed legitimately
meaning that all changes to the preferences should be saved.
|
void |
setParent(TableauFrame frame)
PreferencesTab usually will need access to the configuration of the
Tableau that is opened in the BasicGraphFrame.
|
void setParent(TableauFrame frame)
config
- void initializeTab() throws java.lang.Exception
java.lang.Exception
java.lang.String getTabName()
void onClose()
void onCancel()