|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UIManager.BundleTreeNode | |
---|---|
edu.wisc.ssec.mcidasv.ui | McIDAS-V specific user interface code. |
Uses of UIManager.BundleTreeNode in edu.wisc.ssec.mcidasv.ui |
---|
Fields in edu.wisc.ssec.mcidasv.ui with type parameters of type UIManager.BundleTreeNode | |
---|---|
private List<UIManager.BundleTreeNode> |
UIManager.BundleTreeNode.kids
|
Methods in edu.wisc.ssec.mcidasv.ui that return UIManager.BundleTreeNode | |
---|---|
UIManager.BundleTreeNode |
UIManager.buildBundleTree()
Builds a tree out of the bundles that should appear within the McV toolbar. |
Methods in edu.wisc.ssec.mcidasv.ui that return types with arguments of type UIManager.BundleTreeNode | |
---|---|
List<UIManager.BundleTreeNode> |
UIManager.BundleTreeNode.getChildren()
|
Methods in edu.wisc.ssec.mcidasv.ui with parameters of type UIManager.BundleTreeNode | |
---|---|
private void |
UIManager.addBundle(JToolBar toolbar,
UIManager.BundleTreeNode node)
Given a reference to the current toolbar and a bundle tree node, build a button representation of the bundle and add it to the toolbar. |
private void |
UIManager.addBundleTree(JToolBar toolbar,
UIManager.BundleTreeNode node)
Builds two things, given a toolbar and a tree node: a JButton that represents a "first-level" parent node and a JPopupMenu that appears upon clicking the JButton. |
void |
UIManager.BundleTreeNode.addChild(UIManager.BundleTreeNode child)
|
private void |
UIManager.buildPopupMenu(UIManager.BundleTreeNode node,
JComponent comp)
Recursively builds the contents of the (first call) JPopupMenu. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |