| 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(String id,
String text,
boolean textIsKey,
V value)
Adds an entry to this
Choice. |
DefaultChoice.Entry<V> |
DefaultChoice.add(String id,
String text,
V value)
|
DefaultChoice.Entry<V> |
DefaultChoice.addLinked(String id,
String text,
V value)
|
DefaultChoice.Entry<V> |
DefaultChoice.getEntry(int index)
Gets all the data that is stored at
index. |
Copyright © 2017 Docking Frames. All rights reserved.