Sheet.Setpublic abstract static class Node.PropertySet
extends java.beans.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 | Description |
|---|---|
PropertySet() |
Default constructor.
|
PropertySet(java.lang.String name,
java.lang.String displayName,
java.lang.String shortDescription) |
Create a property set.
|
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
equals(java.lang.Object propertySet) |
|
java.lang.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() |
public PropertySet()
public PropertySet(java.lang.String name,
java.lang.String displayName,
java.lang.String shortDescription)
name - system name of the property setdisplayName - human presentable nameshortDescription - description for the setpublic abstract Node.Property<?>[] getProperties()
Node.Property and Node.IndexedProperty elements.public boolean equals(java.lang.Object propertySet)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.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.
HtmlRendererBuilt on April 24 2018. | Portions Copyright 1997-2018 Oracle. All rights reserved.