Package adams.gui.core
Interface UISettingsSupporter
-
- All Known Implementing Classes:
BaseSplitPane,FlowMultiPagePane,ImageMultiPagePane,ImageProcessorMultiPagePane,InformativeStatisticFactory.MultiPagePane,MultiPagePane,MultiPagePane,MultiSpreadSheetDialog,NotesFactory.MultiPagePane,PDFViewerPanel.MultiPagePane,PerFoldMultiPagePane
public interface UISettingsSupporterInterface for classes that support storing of UI settings.- Author:
- FracPete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclearUISettingsParameters()Clears the parameters for storing the UI settings.voidsetUISettingsParameters(Class cls, String property)Sets the parameters for storing the UI settings.
-
-
-
Method Detail
-
setUISettingsParameters
void setUISettingsParameters(Class cls, String property)
Sets the parameters for storing the UI settings.- Parameters:
cls- the classproperty- the property
-
clearUISettingsParameters
void clearUISettingsParameters()
Clears the parameters for storing the UI settings.
-
-