org.openswing.swing.lookup.client
Class InvalidCodeEditor

java.lang.Object
  extended byjava.beans.PropertyEditorSupport
      extended byorg.openswing.swing.lookup.client.InvalidCodeEditor
All Implemented Interfaces:
java.beans.PropertyEditor

public class InvalidCodeEditor
extends java.beans.PropertyEditorSupport

Title: OpenSwing Framework

Description: Editor for invalid code property.


Constructor Summary
InvalidCodeEditor()
           
 
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
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InvalidCodeEditor

public InvalidCodeEditor()
Method Detail

getJavaInitializationString

public java.lang.String getJavaInitializationString()
Returns:
String

getTags

public java.lang.String[] getTags()
Returns:
String[]

setAsText

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

getAsText

public java.lang.String getAsText()
Returns:
String