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 |
---|
PropertySet()
Default constructor.
|
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 ! character, i.e.
|
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 June 4 2024. | Copyright © 2017-2024 Apache Software Foundation. All Rights Reserved.