|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MutableTreeTableNode | |
|---|---|
| org.jdesktop.swingx.treetable | Contains API required by the JXTreeTable component. |
| pt.uminho.anote2.carrot.linkage.gui.help | |
| Uses of MutableTreeTableNode in org.jdesktop.swingx.treetable |
|---|
| Classes in org.jdesktop.swingx.treetable that implement MutableTreeTableNode | |
|---|---|
class |
AbstractMutableTreeTableNode
AbstractMutableTreeTableNode provides an implementation of most of
the MutableTreeTableNode features. |
class |
DefaultMutableTreeTableNode
A default implementation of an AbstractMutableTreeTableNode that
returns getUserObject().toString() for all value queries. |
| Methods in org.jdesktop.swingx.treetable that return types with arguments of type MutableTreeTableNode | |
|---|---|
java.util.Enumeration<? extends MutableTreeTableNode> |
MutableTreeTableNode.children()
Returns an enumeration this node's children. |
java.util.Enumeration<? extends MutableTreeTableNode> |
AbstractMutableTreeTableNode.children()
Returns an enumeration this node's children. |
| Methods in org.jdesktop.swingx.treetable with parameters of type MutableTreeTableNode | |
|---|---|
void |
AbstractMutableTreeTableNode.add(MutableTreeTableNode child)
|
void |
MutableTreeTableNode.insert(MutableTreeTableNode child,
int index)
Adds the child to this node at the specified index. |
void |
AbstractMutableTreeTableNode.insert(MutableTreeTableNode child,
int index)
Adds the child to this node at the specified index. |
void |
DefaultTreeTableModel.insertNodeInto(MutableTreeTableNode newChild,
MutableTreeTableNode parent,
int index)
Invoked this to insert newChild at location index in parents children. |
void |
MutableTreeTableNode.remove(MutableTreeTableNode node)
Removes the specified child node from this node. |
void |
AbstractMutableTreeTableNode.remove(MutableTreeTableNode node)
Removes the specified child node from this node. |
void |
DefaultTreeTableModel.removeNodeFromParent(MutableTreeTableNode node)
Message this to remove node from its parent. |
void |
MutableTreeTableNode.setParent(MutableTreeTableNode newParent)
Sets the parent of this node to newParent. |
void |
AbstractMutableTreeTableNode.setParent(MutableTreeTableNode newParent)
Sets the parent of this node to newParent. |
| Uses of MutableTreeTableNode in pt.uminho.anote2.carrot.linkage.gui.help |
|---|
| Classes in pt.uminho.anote2.carrot.linkage.gui.help that implement MutableTreeTableNode | |
|---|---|
class |
InformationTreeTableNode
|
class |
LabelClusterTreeTableNode
|
class |
PublicationTreeTableNode
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||