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

java.lang.Object
  extended byjava.beans.PropertyEditorSupport
      extended bycom.bankframe.fe.statemachine.ext.apploaders.bean.editors.EntryConditionPropertyEditor
All Implemented Interfaces:
java.beans.PropertyEditor

public class EntryConditionPropertyEditor
extends java.beans.PropertyEditorSupport


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

Constructor Detail

EntryConditionPropertyEditor

public EntryConditionPropertyEditor()
Constructor for EntryConditionPropertyEditor.


EntryConditionPropertyEditor

public EntryConditionPropertyEditor(java.lang.Object arg0)
Constructor for EntryConditionPropertyEditor.

Parameters:
arg0 -
Method Detail

getAsText

public java.lang.String getAsText()
See Also:
PropertyEditor.getAsText()

getTags

public java.lang.String[] getTags()
See Also:
PropertyEditor.getTags()

setAsText

public void setAsText(java.lang.String arg0)
               throws java.lang.IllegalArgumentException
Throws:
java.lang.IllegalArgumentException
See Also:
PropertyEditor.setAsText(String)


Copyright © 2005, 2007, Oracle. All rights reserved.