de.tub.citydb.api.plugin.extension.preferences
Class PreferencesEntry
java.lang.Object
de.tub.citydb.api.plugin.extension.preferences.PreferencesEntry
public abstract class PreferencesEntry
- extends java.lang.Object
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PreferencesEntry
public PreferencesEntry()
isModified
public abstract boolean isModified()
handleEvent
public abstract boolean handleEvent(PreferencesEvent event)
getLocalizedTitle
public abstract java.lang.String getLocalizedTitle()
getViewComponent
public abstract java.awt.Component getViewComponent()
addChildEntry
public void addChildEntry(PreferencesEntry child)
getChildEntries
public java.util.List<PreferencesEntry> getChildEntries()