wt.clients.beans.lifecycle
Class LifeCyclePanelModeEditor

java.lang.Object
  extended byjava.beans.PropertyEditorSupport
      extended bywt.clients.beans.lifecycle.LifeCyclePanelModeEditor
All Implemented Interfaces:
PropertyEditor

public class LifeCyclePanelModeEditor
extends PropertyEditorSupport

This is a PropertyEditor for the "Mode" property of the LifeCyclePanel.

This class is only intended for use by builder tools.

Supported API: false

Extendable: false


Field Summary
private static String[] modes
           
 
Fields inherited from class java.beans.PropertyEditorSupport
 
Constructor Summary
LifeCyclePanelModeEditor()
           
 
Method Summary
 String getAsText()
           
 String getJavaInitializationString()
           
 String[] getTags()
           
 void setAsText(String s)
           
 
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
 

Field Detail

modes

private static final String[] modes
Constructor Detail

LifeCyclePanelModeEditor

public LifeCyclePanelModeEditor()
Method Detail

getAsText

public String getAsText()

setAsText

public void setAsText(String s)

getTags

public String[] getTags()

getJavaInitializationString

public String getJavaInitializationString()