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

BasePrintOptionsBeanInfo (Editor Module) - NetBeans API Javadoc (Current Development Version)

org.netbeans.modules.editor/3 1.32.0

org.netbeans.modules.editor.options
Class BasePrintOptionsBeanInfo

java.lang.Object
  extended by java.beans.SimpleBeanInfo
      extended by org.netbeans.modules.editor.options.BasePrintOptionsBeanInfo
All Implemented Interfaces:
BeanInfo

public class BasePrintOptionsBeanInfo
extends SimpleBeanInfo

BeanInfo for plain options


Field Summary
 
Fields inherited from interface java.beans.BeanInfo
ICON_COLOR_16x16, ICON_COLOR_32x32, ICON_MONO_16x16, ICON_MONO_32x32
 
Constructor Summary
BasePrintOptionsBeanInfo()
           
BasePrintOptionsBeanInfo(String iconPrefix)
           
 
Method Summary
protected  Class getBeanClass()
           
 Image getIcon(int type)
           
 PropertyDescriptor[] getPropertyDescriptors()
           
protected  String[] getPropNames()
           
protected  String getString(String s)
           
 
Methods inherited from class java.beans.SimpleBeanInfo
getAdditionalBeanInfo, getBeanDescriptor, getDefaultEventIndex, getDefaultPropertyIndex, getEventSetDescriptors, getMethodDescriptors, loadImage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasePrintOptionsBeanInfo

public BasePrintOptionsBeanInfo()

BasePrintOptionsBeanInfo

public BasePrintOptionsBeanInfo(String iconPrefix)
Method Detail

getPropertyDescriptors

public PropertyDescriptor[] getPropertyDescriptors()
Specified by:
getPropertyDescriptors in interface BeanInfo
Overrides:
getPropertyDescriptors in class SimpleBeanInfo

getString

protected String getString(String s)

getBeanClass

protected Class getBeanClass()

getPropNames

protected String[] getPropNames()

getIcon

public Image getIcon(int type)
Specified by:
getIcon in interface BeanInfo
Overrides:
getIcon in class SimpleBeanInfo

org.netbeans.modules.editor/3 1.32.0

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