Package | Description |
---|---|
bibliothek.extension.gui.dock.preference.preferences.choice |
A set of small classes containing choices the user can make.
|
Modifier and Type | Method and Description |
---|---|
DefaultChoice.Entry<V> |
DefaultChoice.add(java.lang.String id,
java.lang.String text,
boolean textIsKey,
V value)
Adds an entry to this
Choice . |
DefaultChoice.Entry<V> |
DefaultChoice.add(java.lang.String id,
java.lang.String text,
V value)
|
DefaultChoice.Entry<V> |
DefaultChoice.addLinked(java.lang.String id,
java.lang.String text,
V value)
|
DefaultChoice.Entry<V> |
DefaultChoice.getEntry(int index)
Gets all the data that is stored at
index . |