站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > NetBeans API Javadoc 5.0.0

PrintSettings.PageFormatEditor (NetBeans Text API) - NetBeans API Javadoc 5.0.0

 

org.openide.text
Class PrintSettings.PageFormatEditor

java.lang.Object
  extended byjava.beans.PropertyEditorSupport
      extended byorg.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


supportsCustomEditor

public boolean supportsCustomEditor()

getCustomEditor

public Component getCustomEditor()
Returns:
null Shows pageDialog, however.

 

Built on May 3 2007.  |  Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.