bibliothek.extension.gui.dock.preference.preferences.choice
Class ButtonContentConditionChoice

java.lang.Object
  extended by bibliothek.extension.gui.dock.preference.preferences.choice.DefaultChoice<ButtonContentCondition>
      extended by bibliothek.extension.gui.dock.preference.preferences.choice.ButtonContentConditionChoice
All Implemented Interfaces:
Choice

public class ButtonContentConditionChoice
extends DefaultChoice<ButtonContentCondition>

A list of ButtonContentConditionChoices.

Author:
Benjamin Sigg

Constructor Summary
ButtonContentConditionChoice(DockController controller)
           
 
Method Summary
 
Methods inherited from class bibliothek.extension.gui.dock.preference.preferences.choice.DefaultChoice
add, equals, getDefaultChoice, getId, getText, getValue, identifierToValue, indexOfIdentifier, indexOfValue, isNullEntryAllowed, remove, setDefaultChoice, setNullEntryAllowed, size, valueToIdentifier
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ButtonContentConditionChoice

public ButtonContentConditionChoice(DockController controller)