|
| Components |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||
public interface StaticNodeStyleInterface
Defines an interface for accessing an individual node's styles.
A style is a set of property keys (Strings) with associated values (Objects) that are used as formatting defaults and rendering hints by a view.
If the value of either the node style or the default node style property changes, it is the responsibility of the implementation to notify a consumer of a change. A PropertyChangedEvent should be fired with either "nodeStyle" or "defaultNodeStyle" as the property name depending on which property has changed.
NodeStyle| Method Summary | |
|---|---|
abstract StaticPropertyBagInterface |
getDefaultNodeStyle()
Returns the default node style for this node and all of this node's descendants. |
abstract StaticPropertyBagInterface |
getNodeStyle()
Returns the style for a node. |
abstract java.lang.String[] |
getNodeTypes()
Returns the complete set of types for a node. |
| Method Detail |
|---|
StaticPropertyBagInterface getNodeStyle()
StaticPropertyBagInterface getDefaultNodeStyle()
java.lang.String[] getNodeTypes()
null, or a string array of all the possible node types.
|
| Components |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||