public final class Sheet
extends java.lang.Object
| Modifier and Type | Class | Description |
|---|---|---|
static class |
Sheet.Set |
A list of bean properties.
|
| Modifier and Type | Field | Description |
|---|---|---|
static java.lang.String |
EXPERT |
Name for expert Bean property set.
|
static java.lang.String |
PROPERTIES |
Name for regular Bean property set.
|
| Constructor | Description |
|---|---|
Sheet() |
Default constructor.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
addPropertyChangeListener(java.beans.PropertyChangeListener l) |
Add a change listener.
|
Sheet |
cloneSheet() |
Create a deep copy of the sheet.
|
static Sheet |
createDefault() |
Convenience method to create new sheet with only one empty set, named
PROPERTIES. |
static Sheet.Set |
createExpertSet() |
Convenience method to create new sheet set named
EXPERT. |
static Sheet.Set |
createPropertiesSet() |
Convenience method to create new sheet set named
PROPERTIES. |
Sheet.Set |
get(java.lang.String name) |
Find the property set with a given name.
|
Sheet.Set |
put(Sheet.Set set) |
Add a property set.
|
Sheet.Set |
remove(java.lang.String set) |
Remove a property set from the sheet.
|
void |
removePropertyChangeListener(java.beans.PropertyChangeListener l) |
Remove a change listener.
|
Node.PropertySet[] |
toArray() |
Obtain the array of property sets.
|
public static final java.lang.String PROPERTIES
public static final java.lang.String EXPERT
public final Node.PropertySet[] toArray()
public Sheet cloneSheet()
public Sheet.Set get(java.lang.String name)
name - name of the setnull if no such set existspublic Sheet.Set put(Sheet.Set set)
set - to addnull if this is a fresh insertionpublic Sheet.Set remove(java.lang.String set)
set - name of set to removenull if the set could not be foundpublic static Sheet createDefault()
PROPERTIES.
Display name and hint are settable via the appropriate bundle.public static Sheet.Set createPropertiesSet()
PROPERTIES.public static Sheet.Set createExpertSet()
EXPERT.public void addPropertyChangeListener(java.beans.PropertyChangeListener l)
l - the listenerpublic void removePropertyChangeListener(java.beans.PropertyChangeListener l)
l - the listenerBuilt on April 24 2018. | Portions Copyright 1997-2018 Oracle. All rights reserved.