public abstract static class Node.PropertySet extends FeatureDescriptor
You may associate context help with this object, if desired, by setting
a custom property
with the name helpID
and value of type String
giving a help ID.
Normally this is unnecessary as help for the whole Node
will be used by default.
Constructor and Description |
---|
Node.PropertySet()
Default constructor.
|
Node.PropertySet(String name,
String displayName,
String shortDescription)
Create a property set.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object propertySet) |
String |
getHtmlDisplayName()
Return a variant of the display name containing HTML markup
conforming to the limited subset of font-markup HTML supported by
the lightweight HTML renderer org.openide.awt.HtmlRenderer
(font color, bold, italic and strikethrough supported; font
colors can be UIManager color keys if they are prefixed with
a !
|
abstract Node.Property<?>[] |
getProperties()
Get the list of contained properties.
|
int |
hashCode() |
attributeNames, getDisplayName, getName, getShortDescription, getValue, isExpert, isHidden, isPreferred, setDisplayName, setExpert, setHidden, setName, setPreferred, setShortDescription, setValue, toString
public abstract Node.Property<?>[] getProperties()
Node.Property
and Node.IndexedProperty
elements.public String getHtmlDisplayName()
This method should return either an HTML display name or null; it should not return the non-HTML display name if no markup is needed.
HtmlRenderer
Built on January 7 2015. | Portions Copyright 1997-2015 Oracle. All rights reserved.