Uses of Interface
bibliothek.extension.gui.dock.preference.preferences.choice.DefaultChoice.Entry

Packages that use DefaultChoice.Entry
bibliothek.extension.gui.dock.preference.preferences.choice A set of small classes containing choices the user can make. 
 

Uses of DefaultChoice.Entry in bibliothek.extension.gui.dock.preference.preferences.choice
 

Methods in bibliothek.extension.gui.dock.preference.preferences.choice that return DefaultChoice.Entry
 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)
          Like DefaultChoice.add(String, String, boolean, Object) with codeIsKey set to false
 DefaultChoice.Entry<V> DefaultChoice.addLinked(String id, String text, V value)
          Like DefaultChoice.add(String, String, boolean, Object) with codeIsKey set to true
 DefaultChoice.Entry<V> DefaultChoice.getEntry(int index)
          Gets all the data that is stored at index.