Uses of Class
edu.wisc.ssec.mcidasv.ui.UIManager.BundleTreeNode
Packages that use UIManager.BundleTreeNode
-
Uses of UIManager.BundleTreeNode in edu.wisc.ssec.mcidasv.ui
Fields in edu.wisc.ssec.mcidasv.ui with type parameters of type UIManager.BundleTreeNodeModifier and TypeFieldDescriptionprivate List
<UIManager.BundleTreeNode> UIManager.BundleTreeNode.kids
Methods in edu.wisc.ssec.mcidasv.ui that return UIManager.BundleTreeNodeModifier and TypeMethodDescriptionUIManager.buildBundleTree
(int bundleType) 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.BundleTreeNodeMethods in edu.wisc.ssec.mcidasv.ui with parameters of type UIManager.BundleTreeNodeModifier and TypeMethodDescriptionprivate 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.