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

Enclosing class:
DefaultChoice<V>

public static interface DefaultChoice.Entry<V>


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

Method Detail

getEntryId

java.lang.String getEntryId()

getEntryValue

V getEntryValue()

getEntryText

java.lang.String getEntryText()

setEntryText

void setEntryText(java.lang.String text)

setController

void setController(DockController controller)