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

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

public class IGuardConditionEditor
extends java.beans.PropertyEditorSupport


Constructor Summary
IGuardConditionEditor()
          Constructor for GuradConditionPropertyEditor.
IGuardConditionEditor(java.lang.Object arg0)
          Constructor for GuradConditionPropertyEditor.
 
Method Summary
 java.lang.String getAsText()
           
 void setAsText(java.lang.String text)
           
 
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

IGuardConditionEditor

public IGuardConditionEditor()
Constructor for GuradConditionPropertyEditor.


IGuardConditionEditor

public IGuardConditionEditor(java.lang.Object arg0)
Constructor for GuradConditionPropertyEditor.

Parameters:
arg0 -
Method Detail

getAsText

public java.lang.String getAsText()

setAsText

public void setAsText(java.lang.String text)


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