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.


Method Summary
 boolean doApply()
           
 String getTitle()
           
 boolean hasChanged()
           
 void setChangeListener(ChangeListener listener)
           
 

Method Detail

getTitle

String getTitle()

setChangeListener

void setChangeListener(ChangeListener listener)

hasChanged

boolean hasChanged()

doApply

boolean doApply()


Copyright © 1997-2008 Aduna. All Rights Reserved.