org.openide.text
Class PrintSettings.PageFormatEditor

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

public static class PrintSettings.PageFormatEditor
extends PropertyEditorSupport

Property editor for PageFormat instances


Constructor Summary
PrintSettings.PageFormatEditor()
           
 
Method Summary
 String getAsText()
          No text
 Component getCustomEditor()
           
 boolean supportsCustomEditor()
           
 
Methods inherited from class java.beans.PropertyEditorSupport
addPropertyChangeListener, firePropertyChange, getJavaInitializationString, getTags, getValue, isPaintable, paintValue, removePropertyChangeListener, setAsText, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrintSettings.PageFormatEditor

public PrintSettings.PageFormatEditor()
Method Detail

getAsText

public String getAsText()
No text
Overrides:
getAsText in class PropertyEditorSupport

supportsCustomEditor

public boolean supportsCustomEditor()
Overrides:
supportsCustomEditor in class PropertyEditorSupport

getCustomEditor

public Component getCustomEditor()
Overrides:
getCustomEditor in class PropertyEditorSupport
Returns:
null Shows pageDialog, however.


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