|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TreeTableNode | |
---|---|
org.xnap.gui.table | Provides table model and table cell renderer classes including the tree table classes. |
org.xnap.plugin.opennap.gui | |
org.xnap.plugin.pircbot | An IRC plugin based on the PircBot library. |
Uses of TreeTableNode in org.xnap.gui.table |
---|
Classes in org.xnap.gui.table that implement TreeTableNode | |
---|---|
class |
DefaultTreeTableNode
This class is a default implementation of a TreeTableNode with
children. |
class |
FilteredTransferContainerTreeTableNode
|
class |
LazyTreeTableNode
This class is a default implementation of a TreeTableNode with
children. |
class |
LeafTreeTableNode
Provides a default implementation for a leaf node in a TreeTableModel . |
class |
TransferContainerTreeTableNode
|
class |
TransferTreeTableNode
Provides a node for transfer objects that have no children. |
Methods in org.xnap.gui.table with parameters of type TreeTableNode | |
---|---|
void |
DefaultColumnTreeTableModel.add(TreeTableNode node)
|
void |
DefaultTreeTableNode.add(TreeTableNode node)
|
void |
LazyTreeTableNode.add(TreeTableNode node)
|
void |
DefaultColumnTreeTableModel.remove(TreeTableNode node)
|
Uses of TreeTableNode in org.xnap.plugin.opennap.gui |
---|
Classes in org.xnap.plugin.opennap.gui that implement TreeTableNode | |
---|---|
class |
OpenNapNetworkNode
|
Uses of TreeTableNode in org.xnap.plugin.pircbot |
---|
Classes in org.xnap.plugin.pircbot that implement TreeTableNode | |
---|---|
class |
PircBotNetworkNode
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |