bibliothek.extension.gui.dock.preference.preferences.choice
Interface DefaultChoice.Entry<V>

Enclosing class:
DefaultChoice<V>

public static interface DefaultChoice.Entry<V>


Method Summary
 String getEntryId()
           
 String getEntryText()
           
 V getEntryValue()
           
 void setController(DockController controller)
           
 void setEntryText(String text)
           
 

Method Detail

getEntryId

String getEntryId()

getEntryValue

V getEntryValue()

getEntryText

String getEntryText()

setEntryText

void setEntryText(String text)

setController

void setController(DockController controller)