public static interface IlvDefaultDataContainer.Node
IlvDefaultDataContainer
.Modifier and Type | Method and Description |
---|---|
boolean |
acceptChild(String category)
Determines whether the node can be added
a child with the specified
category . |
boolean |
canRemoveChild(Object node)
Determines whether the specified child
node can be removed
from this parent node. |
String |
getCategory()
Returns the category of the node.
|
Object |
getProperty(String propertyName)
Returns the value of the node property with the specified
propertyName . |
String |
getTitle()
Returns the title of this node.
|
Object |
setProperty(String propertyName,
Object value)
Sets a new value to the property of the node with the specified
propertyName . |
void |
setTitle(String title)
Sets a title for the node.
|
String getTitle()
setTitle(java.lang.String)
void setTitle(String title)
title
- The new title of the node.getTitle()
String getCategory()
Object getProperty(String propertyName)
propertyName
.propertyName
- The name of the property to return the value from.setProperty(java.lang.String, java.lang.Object)
Object setProperty(String propertyName, Object value)
propertyName
.propertyName
- The name of the property to change the value of.value
- The new value of the property.null
if this
property was not defined.getProperty(java.lang.String)
boolean acceptChild(String category)
category
.category
- The category.true
if the node accepts to receive
a node with the specified category as a child; false
otherwise.boolean canRemoveChild(Object node)
node
can be removed
from this parent node.node
- The node to remove.true
if the node
can be removed;
false
otherwise.© Copyright 2024 Rogue Wave Software, Inc., a Perforce company.. All Rights Reserved.