org.openswing.swing.lookup.client
Class SelectionWindowEditor

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

public class SelectionWindowEditor
extends java.beans.PropertyEditorSupport

Title: OpenSwing Framework

Description: Editor for code selection window property.


Constructor Summary
SelectionWindowEditor()
           
 
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

SelectionWindowEditor

public SelectionWindowEditor()
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