Package org.praxislive.ide.pxr.editors
Class BooleanEditor
java.lang.Object
java.beans.PropertyEditorSupport
org.praxislive.ide.properties.EditorSupport
org.praxislive.ide.pxr.editors.BooleanEditor
- All Implemented Interfaces:
PropertyEditor,PraxisProperty.Editor
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.praxislive.ide.properties.EditorSupport
getAttribute, getAttributeKeys, resetMethods inherited from class java.beans.PropertyEditorSupport
addPropertyChangeListener, firePropertyChange, getAsText, getCustomEditor, getJavaInitializationString, getSource, getValue, isPaintable, paintValue, removePropertyChangeListener, setSource, supportsCustomEditorMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.beans.PropertyEditor
addPropertyChangeListener, getAsText, getCustomEditor, getJavaInitializationString, getValue, isPaintable, paintValue, removePropertyChangeListener, supportsCustomEditor
-
Constructor Details
-
BooleanEditor
public BooleanEditor()
-
-
Method Details
-
setValue
- Specified by:
setValuein interfacePropertyEditor- Overrides:
setValuein classPropertyEditorSupport
-
setAsText
- Specified by:
setAsTextin interfacePropertyEditor- Overrides:
setAsTextin classEditorSupport- Throws:
IllegalArgumentException
-
getTags
- Specified by:
getTagsin interfacePropertyEditor- Overrides:
getTagsin classPropertyEditorSupport
-
getPraxisInitializationString
Description copied from interface:PraxisProperty.EditorThe initialization code as Pcl script.- Specified by:
getPraxisInitializationStringin interfacePraxisProperty.Editor- Overrides:
getPraxisInitializationStringin classEditorSupport- Returns:
- initialization code
-
getDisplayName
-