-
- All Superinterfaces:
SettingsTab
public interface CancelableSettingsTab extends SettingsTab
Extends the SettingsTab-Interface to be able to detect the cancelation the input of a user- Since:
- 2.7
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
cancel()
This function gets called if a user presses cancel in the settings dialog-
Methods inherited from interface devplugin.SettingsTab
createSettingsPanel, getIcon, getTitle, saveSettings
-
-