com.algosome.common.util.preferences
Class Field.FieldBoolean

java.lang.Object
  extended by com.algosome.common.util.preferences.Field.FieldType
      extended by com.algosome.common.util.preferences.Field.FieldBoolean
Enclosing class:
Field

public static class Field.FieldBoolean
extends Field.FieldType


Constructor Summary
Field.FieldBoolean(java.lang.String name, boolean d)
           
 
Method Summary
 javax.swing.JComponent getEditingComponent()
           
 java.lang.Object getValue()
           
 void setValue(java.lang.Object o)
           
 
Methods inherited from class com.algosome.common.util.preferences.Field.FieldType
getName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Field.FieldBoolean

public Field.FieldBoolean(java.lang.String name,
                          boolean d)
Method Detail

getEditingComponent

public javax.swing.JComponent getEditingComponent()
Specified by:
getEditingComponent in class Field.FieldType

getValue

public java.lang.Object getValue()
Specified by:
getValue in class Field.FieldType

setValue

public void setValue(java.lang.Object o)
Specified by:
setValue in class Field.FieldType