Interface OptionsPanel
- All Known Implementing Classes:
AdvancedMeasureOptionsPanel, ConfigTooltipPanel, ConstraintsOptionsPanel, DatasetOptionsPanel, EditOptionsPanel, OptionsPanelV2, ProxySettingsOptionsPanel, SelectionStyllingOptionsPanel, SkinOptionsPanel, SnapOptionsPanel, SnapVerticesToolsOptionsPanel
public interface OptionsPanel
-
Method Summary
Modifier and TypeMethodDescriptionvoidinit()Notifies this panel that the OptionsDialog has been (re-)openedvoidNotifies this panel that it should commit its entries to the system
-
Method Details
-
validateInput
String validateInput()- Returns:
- an error message if a field is not valid; otherwise, null
-
okPressed
void okPressed()Notifies this panel that it should commit its entries to the system -
init
void init()Notifies this panel that the OptionsDialog has been (re-)opened
-