info.aduna.autofocus.gui.preferences
Interface PreferencesPanel
- All Known Implementing Classes:
- ConnectionPreferencesPanel, GeneralPreferencesPanel, PrivacyPreferencesPanel
public interface PreferencesPanel
The interface for all preferences panel implementations, such that the
preferences dialog can invoke these methods without knowing the specific type
of preference the panel is dealing with.
getTitle
String getTitle()
setChangeListener
void setChangeListener(ChangeListener listener)
hasChanged
boolean hasChanged()
doApply
boolean doApply()
Copyright © 1997-2008 Aduna. All Rights Reserved.