public interface ColopediaDetailPanel<T>
Modifier and Type | Method and Description |
---|---|
void |
addSubTrees(javax.swing.tree.DefaultMutableTreeNode root)
Adds one or several subtrees for all the objects for which this
ColopediaDetailPanel could build a detail panel to the given
root node.
|
void |
buildDetail(java.lang.String id,
javax.swing.JPanel panel)
Builds the details panel for the given identifier.
|
void addSubTrees(javax.swing.tree.DefaultMutableTreeNode root)
root
- a DefaultMutableTreeNode
void buildDetail(java.lang.String id, javax.swing.JPanel panel)
id
- The object identifier to display.panel
- the detail panel to build