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

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

org.netbeans.modules.editor/3 1.32.0

org.netbeans.modules.editor
Class SimpleIndentEngineBeanInfo

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

public class SimpleIndentEngineBeanInfo
extends FormatterIndentEngineBeanInfo

Beaninfo for JavaIndentEngine.


Field Summary
 
Fields inherited from interface java.beans.BeanInfo
ICON_COLOR_16x16, ICON_COLOR_32x32, ICON_MONO_16x16, ICON_MONO_32x32
 
Constructor Summary
SimpleIndentEngineBeanInfo()
           
 
Method Summary
protected  Class getBeanClass()
           
 BeanDescriptor getBeanDescriptor()
           
protected  String getString(String key)
          Get the localized string.
 
Methods inherited from class org.netbeans.modules.editor.FormatterIndentEngineBeanInfo
createPropertyDescriptor, createPropertyNames, getIcon, getPropertyDescriptor, getPropertyDescriptors, getPropertyNames, setExpert, setHidden, setPropertyEditor, updatePropertyDescriptors
 
Methods inherited from class java.beans.SimpleBeanInfo
getAdditionalBeanInfo, 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

SimpleIndentEngineBeanInfo

public SimpleIndentEngineBeanInfo()
Method Detail

getBeanDescriptor

public BeanDescriptor getBeanDescriptor()
Specified by:
getBeanDescriptor in interface BeanInfo
Overrides:
getBeanDescriptor in class SimpleBeanInfo

getBeanClass

protected Class getBeanClass()
Specified by:
getBeanClass in class FormatterIndentEngineBeanInfo

getString

protected String getString(String key)
Description copied from class: FormatterIndentEngineBeanInfo
Get the localized string. This method must be overriden in children if they add new properties or other stuff that needs to be localized.

Overrides:
getString in class FormatterIndentEngineBeanInfo
Parameters:
key - key to find in a bundle
Returns:
localized string

org.netbeans.modules.editor/3 1.32.0

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