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

Uses of Class org.openide.src.ElementFormat (NetBeans Java Hierarchy API) - NetBeans API Javadoc 5.5.0

org.openide.src 1.8.22

Uses of Class
org.openide.src.ElementFormat

Packages that use ElementFormat
org.openide.src.nodes Source elements can be represented by default element nodes
 

Uses of ElementFormat in org.openide.src.nodes
 

Fields in org.openide.src.nodes declared as ElementFormat
protected  ElementFormat ElementNode.elementFormat
          Format for FeatureDescriptor.getDisplayName().
 

Methods in org.openide.src.nodes that return ElementFormat
 ElementFormat SourceOptions.getClassElementFormat()
          Get the class format.
 ElementFormat SourceOptions.getClassElementLongFormat()
          Get the class format for longer hints.
 ElementFormat SourceOptions.getConstructorElementFormat()
          Get the constructor format.
 ElementFormat SourceOptions.getConstructorElementLongFormat()
          Get the constructor format for longer hints.
 ElementFormat ElementNode.getElementFormat()
          Get a format for the element's display name.
 ElementFormat SourceOptions.getFieldElementFormat()
          Get the field format.
 ElementFormat SourceOptions.getFieldElementLongFormat()
          Get the field format for longer hints.
protected  ElementFormat MethodElementNode.getHintElementFormat()
           
protected  ElementFormat InitializerElementNode.getHintElementFormat()
           
protected  ElementFormat FieldElementNode.getHintElementFormat()
           
protected abstract  ElementFormat ElementNode.getHintElementFormat()
          Get a format for creating this node's short description.
protected  ElementFormat ConstructorElementNode.getHintElementFormat()
           
protected  ElementFormat ClassElementNode.getHintElementFormat()
           
 ElementFormat SourceOptions.getInitializerElementFormat()
          Get the initializer format.
 ElementFormat SourceOptions.getInitializerElementLongFormat()
          Get the initializer format for longer hints.
 ElementFormat SourceOptions.getInterfaceElementFormat()
          Get the interface format.
 ElementFormat SourceOptions.getInterfaceElementLongFormat()
          Get the interface format for longer hints.
 ElementFormat SourceOptions.getMethodElementFormat()
          Get the method format.
 ElementFormat SourceOptions.getMethodElementLongFormat()
          Get the method format for longer hints.
 

Methods in org.openide.src.nodes with parameters of type ElementFormat
 void SourceOptions.setClassElementFormat(ElementFormat format)
          Set the class format.
 void SourceOptions.setConstructorElementFormat(ElementFormat format)
          Set the constructor format.
 void ElementNode.setElementFormat(ElementFormat elementFormat)
          Set the format for the display name.
 void SourceOptions.setFieldElementFormat(ElementFormat format)
          Set the field format.
 void SourceOptions.setInitializerElementFormat(ElementFormat format)
          Set the initializer format.
 void SourceOptions.setInterfaceElementFormat(ElementFormat format)
          Set the interface format.
 void SourceOptions.setMethodElementFormat(ElementFormat format)
          Set the method format.
 


org.openide.src 1.8.22

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