de.tub.citydb.api.plugin.extension.preferences
Class PreferencesEntry

java.lang.Object
  extended by de.tub.citydb.api.plugin.extension.preferences.PreferencesEntry

public abstract class PreferencesEntry
extends java.lang.Object


Constructor Summary
PreferencesEntry()
           
 
Method Summary
 void addChildEntry(PreferencesEntry child)
           
 java.util.List<PreferencesEntry> getChildEntries()
           
abstract  java.lang.String getLocalizedTitle()
           
abstract  java.awt.Component getViewComponent()
           
abstract  boolean handleEvent(PreferencesEvent event)
           
abstract  boolean isModified()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PreferencesEntry

public PreferencesEntry()
Method Detail

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()