Package | Description |
---|---|
edu.wisc.ssec.mcidasv.ui |
McIDAS-V specific user interface code.
|
Modifier and Type | Field and Description |
---|---|
private List<UIManager.BundleTreeNode> |
UIManager.BundleTreeNode.kids |
Modifier and Type | Method and Description |
---|---|
UIManager.BundleTreeNode |
UIManager.buildBundleTree(int bundleType)
Builds a tree out of the bundles that should appear within the McV
toolbar.
|
Modifier and Type | Method and Description |
---|---|
List<UIManager.BundleTreeNode> |
UIManager.BundleTreeNode.getChildren() |
Modifier and Type | Method and Description |
---|---|
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.
|