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

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

org.netbeans.modules.editor/3 1.32.0

org.netbeans.modules.editor.options
Class AllOptionsFolderBeanInfo

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

public class AllOptionsFolderBeanInfo
extends BaseOptionsBeanInfo

BeanInfo for common options

Since:
08/2001

Nested Class Summary
 
Nested classes/interfaces inherited from class org.netbeans.modules.editor.options.BaseOptionsBeanInfo
BaseOptionsBeanInfo.CaretTypeEditor
 
Field Summary
static String EDITOR_STATE_PROP
           
static String[] PROP_NAMES
           
 
Fields inherited from interface java.beans.BeanInfo
ICON_COLOR_16x16, ICON_COLOR_32x32, ICON_MONO_16x16, ICON_MONO_32x32
 
Constructor Summary
AllOptionsFolderBeanInfo()
           
 
Method Summary
protected  Class getBeanClass()
           
protected  String[] getPropNames()
           
protected  void updatePropertyDescriptors()
          Update various properties of the property descriptors.
protected  boolean usesNewOptions()
           
 
Methods inherited from class org.netbeans.modules.editor.options.BaseOptionsBeanInfo
createPropertyDescriptor, getIcon, getPD, getPropertyDescriptors, getString, setExpert, setHidden, setPropertyEditor, setPropertyEditor
 
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
 

Field Detail

EDITOR_STATE_PROP

public static final String EDITOR_STATE_PROP
See Also:
Constant Field Values

PROP_NAMES

public static final String[] PROP_NAMES
Constructor Detail

AllOptionsFolderBeanInfo

public AllOptionsFolderBeanInfo()
Method Detail

getBeanClass

protected Class getBeanClass()
Overrides:
getBeanClass in class BaseOptionsBeanInfo

getPropNames

protected String[] getPropNames()
Overrides:
getPropNames in class BaseOptionsBeanInfo

updatePropertyDescriptors

protected void updatePropertyDescriptors()
Description copied from class: BaseOptionsBeanInfo
Update various properties of the property descriptors.

Overrides:
updatePropertyDescriptors in class BaseOptionsBeanInfo

usesNewOptions

protected boolean usesNewOptions()
Overrides:
usesNewOptions in class BaseOptionsBeanInfo

org.netbeans.modules.editor/3 1.32.0

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