org.openide.text
Class PrintSettings.AlignmentEditor

java.lang.Object
  |
  +--java.beans.PropertyEditorSupport
        |
        +--org.openide.text.PrintSettings.AlignmentEditor
All Implemented Interfaces:
PropertyEditor
Enclosing class:
PrintSettings

public static class PrintSettings.AlignmentEditor
extends PropertyEditorSupport

Property editor for alignment properties


Constructor Summary
PrintSettings.AlignmentEditor()
           
 
Method Summary
 String getAsText()
           
 String[] getTags()
           
 void setAsText(String s)
           
 
Methods inherited from class java.beans.PropertyEditorSupport
addPropertyChangeListener, firePropertyChange, getCustomEditor, getJavaInitializationString, 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

PrintSettings.AlignmentEditor

public PrintSettings.AlignmentEditor()
Method Detail

getTags

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

getAsText

public String getAsText()
Overrides:
getAsText in class PropertyEditorSupport

setAsText

public void setAsText(String s)
Overrides:
setAsText in class PropertyEditorSupport


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