Package weka.gui
Class RangeEditor
java.lang.Object
java.beans.PropertyEditorSupport
weka.gui.RangeEditor
- All Implemented Interfaces:
PropertyEditor
A PropertyEditor that can be used to edit Range objects (really, just appropriately formatted strings).
- Version:
- $Revision: 8034 $
- Author:
- Eibe Frank (eibe@waikato.ac.nz)
-
Constructor Summary
-
Method Summary
Methods inherited from class java.beans.PropertyEditorSupport
addPropertyChangeListener, firePropertyChange, getCustomEditor, getSource, getTags, getValue, isPaintable, paintValue, removePropertyChangeListener, setSource, setValue, supportsCustomEditor
-
Constructor Details
-
RangeEditor
public RangeEditor()
-
-
Method Details
-
getJavaInitializationString
Returns a description of the property value as java source.- Specified by:
getJavaInitializationString
in interfacePropertyEditor
- Overrides:
getJavaInitializationString
in classPropertyEditorSupport
- Returns:
- a value of type 'String'
-
getAsText
Gets the current value as text.- Specified by:
getAsText
in interfacePropertyEditor
- Overrides:
getAsText
in classPropertyEditorSupport
- Returns:
- a value of type 'String'
-
setAsText
Sets the current property value as text.- Specified by:
setAsText
in interfacePropertyEditor
- Overrides:
setAsText
in classPropertyEditorSupport
- Parameters:
text
- the text of the selected tag.- Throws:
IllegalArgumentException
- if an error occurs
-