org.abstracthorizon.danube.beanconsole.util
Class CharArrayPropertyEditor
java.lang.Object
java.beans.PropertyEditorSupport
org.abstracthorizon.danube.beanconsole.util.CharArrayPropertyEditor
- All Implemented Interfaces:
- PropertyEditor
public class CharArrayPropertyEditor
- extends PropertyEditorSupport
Property editor for char arrays
- Author:
- Daniel Sendula
Methods inherited from class java.beans.PropertyEditorSupport |
addPropertyChangeListener, firePropertyChange, getAsText, getCustomEditor, getJavaInitializationString, getSource, getTags, getValue, isPaintable, paintValue, removePropertyChangeListener, setSource, setValue, supportsCustomEditor |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CharArrayPropertyEditor
public CharArrayPropertyEditor()
init
public void init()
setAsText
public void setAsText(String text)
- Converts string to char array
- Specified by:
setAsText
in interface PropertyEditor
- Overrides:
setAsText
in class PropertyEditorSupport
- Parameters:
text
- string to be converted
Copyright © 2005-2009 Abstract Horizon. All Rights Reserved.