com.raelity.jvi.cmd
Class OptionsDialog.MyBooleanAsCheckBoxPropertyEditor

java.lang.Object
  extended by com.l2fprod.common.beans.editor.AbstractPropertyEditor
      extended by com.raelity.jvi.cmd.OptionsDialog.MyBooleanAsCheckBoxPropertyEditor
All Implemented Interfaces:
PropertyEditor
Enclosing class:
OptionsDialog

public static class OptionsDialog.MyBooleanAsCheckBoxPropertyEditor
extends com.l2fprod.common.beans.editor.AbstractPropertyEditor


Field Summary
 
Fields inherited from class com.l2fprod.common.beans.editor.AbstractPropertyEditor
editor
 
Constructor Summary
OptionsDialog.MyBooleanAsCheckBoxPropertyEditor()
           
 
Method Summary
 Object getValue()
           
 void setValue(Object value)
           
 
Methods inherited from class com.l2fprod.common.beans.editor.AbstractPropertyEditor
addPropertyChangeListener, firePropertyChange, getAsText, getCustomEditor, getJavaInitializationString, getTags, isPaintable, paintValue, removePropertyChangeListener, setAsText, supportsCustomEditor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OptionsDialog.MyBooleanAsCheckBoxPropertyEditor

public OptionsDialog.MyBooleanAsCheckBoxPropertyEditor()
Method Detail

getValue

public Object getValue()
Specified by:
getValue in interface PropertyEditor
Overrides:
getValue in class com.l2fprod.common.beans.editor.AbstractPropertyEditor

setValue

public void setValue(Object value)
Specified by:
setValue in interface PropertyEditor
Overrides:
setValue in class com.l2fprod.common.beans.editor.AbstractPropertyEditor