org.openide.util
Class SwingEditors.OrientationPropertyEditor

java.lang.Object
  |
  +--java.beans.PropertyEditorSupport
        |
        +--org.openide.util.SwingEditors.OrientationPropertyEditor
All Implemented Interfaces:
PropertyEditor
Enclosing class:
org.openide.util.SwingEditors

public static class SwingEditors.OrientationPropertyEditor
extends PropertyEditorSupport

Property editor for orientetion property. Used constants from SwingConstants are VERTICAL and HORIZONTAL.


Constructor Summary
SwingEditors.OrientationPropertyEditor()
           
 
Method Summary
 String getAsText()
           
 String getJavaInitializationString()
           
 String[] getTags()
           
 void setAsText(String t)
          Sets as text.
 
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
 

Constructor Detail

SwingEditors.OrientationPropertyEditor

public SwingEditors.OrientationPropertyEditor()
Method Detail

getTags

public String[] getTags()
Overrides:
getTags in class PropertyEditorSupport
Returns:
tagged values

setAsText

public void setAsText(String t)
Sets as text.
Overrides:
setAsText in class PropertyEditorSupport

getAsText

public String getAsText()
Overrides:
getAsText in class PropertyEditorSupport
Returns:
value as a text

getJavaInitializationString

public String getJavaInitializationString()
Overrides:
getJavaInitializationString in class PropertyEditorSupport
Returns:
java initialization string


Built on December 12 2001.  |  Portions Copyright 1997-2001 Sun Microsystems, Inc. All rights reserved.