com.bankframe.fe.statemachine.ext.apploaders.bean.editors
Class IStateEditor

java.lang.Object
  |
  +--java.beans.PropertyEditorSupport
        |
        +--com.bankframe.fe.statemachine.ext.apploaders.bean.editors.IStateEditor
All Implemented Interfaces:
java.beans.PropertyEditor

public class IStateEditor
extends java.beans.PropertyEditorSupport


Constructor Summary
IStateEditor()
          Constructor for StateEditor.
IStateEditor(java.lang.Object value)
          Constructor for StateEditor.
 
Method Summary
 java.lang.String getAsText()
           
 void setAsText(java.lang.String arg0)
           
 
Methods inherited from class java.beans.PropertyEditorSupport
addPropertyChangeListener, firePropertyChange, getCustomEditor, getJavaInitializationString, getTags, getValue, isPaintable, paintValue, removePropertyChangeListener, setValue, supportsCustomEditor
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IStateEditor

public IStateEditor()
Constructor for StateEditor.


IStateEditor

public IStateEditor(java.lang.Object value)
Constructor for StateEditor.

Method Detail

getAsText

public java.lang.String getAsText()
Specified by:
getAsText in interface java.beans.PropertyEditor
Overrides:
getAsText in class java.beans.PropertyEditorSupport
See Also:
PropertyEditor.getAsText()

setAsText

public void setAsText(java.lang.String arg0)
               throws java.lang.IllegalArgumentException
Specified by:
setAsText in interface java.beans.PropertyEditor
Overrides:
setAsText in class java.beans.PropertyEditorSupport
java.lang.IllegalArgumentException
See Also:
PropertyEditor.setAsText(String)


Copyright © 2005 Siebel Systems, Inc. All rights reserved.