Package | Description |
---|---|
edu.wisc.ssec.mcidasv |
McIDAS-V managers and other core functionality.
|
edu.wisc.ssec.mcidasv.ui |
McIDAS-V specific user interface code.
|
Modifier and Type | Field and Description |
---|---|
private UIManager |
ViewManagerManager.uiManager
Convenient reference back to the UIManager.
|
Modifier and Type | Field and Description |
---|---|
private UIManager |
ParameterTree.uiManager
The ui manager
|
private UIManager |
McvToolbarEditor.uiManager
Used to notify the application that a toolbar update should occur.
|
private UIManager |
McvComponentHolder.uiManager
Kept around to avoid annoying casting.
|
Modifier and Type | Method and Description |
---|---|
protected JMenuItem |
UIManager.ToolbarStyle.buildMenuItem(UIManager manager)
Convenience method for build the toolbar customization popup menu.
|
Constructor and Description |
---|
McvToolbarEditor(UIManager mngr)
Builds a toolbar editor and associates it with the
UIManager . |
ParameterTree(UIManager uiManager,
String parameterType)
Create the tree with the given parameter set type
|