|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openbp.jaspira.propertybrowser.nodes.AbstractNode
org.openbp.jaspira.propertybrowser.nodes.GroupNode
public class GroupNode
Property browser tree node that reflects a group node of a property group as specified in the object descriptor.
| Field Summary |
|---|
| Fields inherited from class org.openbp.jaspira.propertybrowser.nodes.AbstractNode |
|---|
children, object, parentNode, propertyBrowser |
| Fields inherited from interface org.openbp.common.generic.Copyable |
|---|
COPY_DEEP, COPY_FIRST_LEVEL, COPY_SHALLOW |
| Constructor Summary | |
|---|---|
GroupNode(java.lang.String groupName)
Default constructor |
|
| Method Summary | |
|---|---|
java.lang.Object |
getColumnValue(int columnIndex)
Returns the column value for specified column index. |
java.lang.String |
getGroupName()
Gets the the name of the group. |
java.lang.String |
getNodeText()
|
boolean |
isLeaf()
Returns true if the receiver is a leaf. |
boolean |
representsProperty(java.lang.String propertyName)
Checks if this node represents the given property. |
java.lang.String |
toString()
Returns a string representation of this object. |
| Methods inherited from class org.openbp.jaspira.propertybrowser.nodes.AbstractNode |
|---|
add, add, children, clone, copyFrom, filterPropertyNodes, findNodeForProperty, getAllowsChildren, getAssociatedCollectionNode, getChildAt, getChildCount, getIndex, getLastHeight, getObject, getObjectNode, getParent, getPreferredSize, getPropertyBrowser, getPropertyNodes, reload, reloadProperty, remove, setLastHeight, setObject, setParent, setPropertyBrowser, shouldExpand |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public GroupNode(java.lang.String groupName)
groupName - Name of the group (functional name)| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.Object getColumnValue(int columnIndex)
columnIndex - The of the column object to be returned
public java.lang.String getNodeText()
public boolean isLeaf()
AbstractNode
isLeaf in interface javax.swing.tree.TreeNodeisLeaf in class AbstractNodepublic boolean representsProperty(java.lang.String propertyName)
representsProperty in class AbstractNodepropertyName - Name of the property to checkpublic java.lang.String getGroupName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||