com.taursys.beans.editors
Class FormatEditor

java.lang.Object
  extended byjava.beans.PropertyEditorSupport
      extended bycom.taursys.beans.editors.FormatEditor
All Implemented Interfaces:
java.beans.PropertyEditor

public class FormatEditor
extends java.beans.PropertyEditorSupport


Constructor Summary
FormatEditor()
           
 
Method Summary
 java.lang.String getAsText()
           
 java.lang.String getJavaInitializationString()
           
 java.lang.String[] getTags()
           
 void setAsText(java.lang.String text)
           
 
Methods inherited from class java.beans.PropertyEditorSupport
addPropertyChangeListener, firePropertyChange, getCustomEditor, getValue, isPaintable, paintValue, removePropertyChangeListener, setValue, supportsCustomEditor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FormatEditor

public FormatEditor()
Method Detail

getTags

public java.lang.String[] getTags()

getJavaInitializationString

public java.lang.String getJavaInitializationString()

getAsText

public java.lang.String getAsText()

setAsText

public void setAsText(java.lang.String text)
               throws java.lang.IllegalArgumentException
Throws:
java.lang.IllegalArgumentException


Copyright © 2007 Martin T Phelan. All Rights Reserved.