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

PrintSettings.AlignmentEditor (NetBeans Text API) - NetBeans API Javadoc 5.5.0

org.openide.text 6.9.22

org.openide.text
Class PrintSettings.AlignmentEditor

java.lang.Object
  extended by java.beans.PropertyEditorSupport
      extended by 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, getSource, getValue, isPaintable, paintValue, removePropertyChangeListener, setSource, 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()
Specified by:
getTags in interface PropertyEditor
Overrides:
getTags in class PropertyEditorSupport

getAsText

public String getAsText()
Specified by:
getAsText in interface PropertyEditor
Overrides:
getAsText in class PropertyEditorSupport

setAsText

public void setAsText(String s)
Specified by:
setAsText in interface PropertyEditor
Overrides:
setAsText in class PropertyEditorSupport

org.openide.text 6.9.22

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