org.abstracthorizon.danube.beanconsole.util
Class CharArrayPropertyEditor

java.lang.Object
  extended by java.beans.PropertyEditorSupport
      extended by org.abstracthorizon.danube.beanconsole.util.CharArrayPropertyEditor
All Implemented Interfaces:
PropertyEditor

public class CharArrayPropertyEditor
extends PropertyEditorSupport

Property editor for char arrays

Author:
Daniel Sendula

Constructor Summary
CharArrayPropertyEditor()
           
 
Method Summary
 void init()
           
 void setAsText(String text)
          Converts string to char array
 
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
 

Constructor Detail

CharArrayPropertyEditor

public CharArrayPropertyEditor()
Method Detail

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.