All Packages Class Hierarchy This Package Previous Next Index
Class multilizer.BindingEditor
java.lang.Object
|
+----java.beans.PropertyEditorSupport
|
+----multilizer.BindingEditor
- public class BindingEditor
- extends PropertyEditorSupport
-
BindingEditor()
-
-
getAsText()
-
-
getJavaInitializationString()
- This method is intended for use when generating Java code to set
the value of the property.
-
getTags()
- If the property value must be one of a set of known tagged values,
then this method should return an array of the tag values.
-
setAsText(String)
- Set the property value by parsing a given String.
BindingEditor
public BindingEditor()
getTags
public String[] getTags()
- If the property value must be one of a set of known tagged values,
then this method should return an array of the tag values.
- Overrides:
- getTags in class PropertyEditorSupport
getAsText
public String getAsText()
- Overrides:
- getAsText in class PropertyEditorSupport
setAsText
public void setAsText(String text) throws IllegalArgumentException
- Set the property value by parsing a given String.
- Overrides:
- setAsText in class PropertyEditorSupport
getJavaInitializationString
public String getJavaInitializationString()
- This method is intended for use when generating Java code to set
the value of the property.
- Overrides:
- getJavaInitializationString in class PropertyEditorSupport
All Packages Class Hierarchy This Package Previous Next Index