|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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.getInitializerElementFormat()
Get the initializer format. |
ElementFormat |
SourceOptions.getFieldElementFormat()
Get the field format. |
ElementFormat |
SourceOptions.getConstructorElementFormat()
Get the constructor format. |
ElementFormat |
SourceOptions.getMethodElementFormat()
Get the method format. |
ElementFormat |
SourceOptions.getClassElementFormat()
Get the class format. |
ElementFormat |
SourceOptions.getInterfaceElementFormat()
Get the interface format. |
ElementFormat |
SourceOptions.getInitializerElementLongFormat()
Get the initializer format for longer hints. |
ElementFormat |
SourceOptions.getFieldElementLongFormat()
Get the field format for longer hints. |
ElementFormat |
SourceOptions.getConstructorElementLongFormat()
Get the constructor format for longer hints. |
ElementFormat |
SourceOptions.getMethodElementLongFormat()
Get the method format for longer hints. |
ElementFormat |
SourceOptions.getClassElementLongFormat()
Get the class format for longer hints. |
ElementFormat |
SourceOptions.getInterfaceElementLongFormat()
Get the interface format for longer hints. |
protected ElementFormat |
MethodElementNode.getHintElementFormat()
|
protected ElementFormat |
InitializerElementNode.getHintElementFormat()
|
protected ElementFormat |
FieldElementNode.getHintElementFormat()
|
ElementFormat |
ElementNode.getElementFormat()
Get a format for the element's display name. |
protected abstract ElementFormat |
ElementNode.getHintElementFormat()
Get a format for creating this node's short description . |
protected ElementFormat |
ConstructorElementNode.getHintElementFormat()
|
protected ElementFormat |
ClassElementNode.getHintElementFormat()
|
Methods in org.openide.src.nodes with parameters of type ElementFormat | |
void |
SourceOptions.setInitializerElementFormat(ElementFormat format)
Set the initializer format. |
void |
SourceOptions.setFieldElementFormat(ElementFormat format)
Set the field format. |
void |
SourceOptions.setConstructorElementFormat(ElementFormat format)
Set the constructor format. |
void |
SourceOptions.setMethodElementFormat(ElementFormat format)
Set the method format. |
void |
SourceOptions.setClassElementFormat(ElementFormat format)
Set the class format. |
void |
SourceOptions.setInterfaceElementFormat(ElementFormat format)
Set the interface format. |
void |
ElementNode.setElementFormat(ElementFormat elementFormat)
Set the format for the display name. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |