|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UIManager | |
---|---|
edu.wisc.ssec.mcidasv | McIDAS-V managers and other core functionality. |
edu.wisc.ssec.mcidasv.ui | McIDAS-V specific user interface code. |
Uses of UIManager in edu.wisc.ssec.mcidasv |
---|
Fields in edu.wisc.ssec.mcidasv declared as UIManager | |
---|---|
private UIManager |
ViewManagerManager.uiManager
Convenient reference back to the UIManager. |
Uses of UIManager in edu.wisc.ssec.mcidasv.ui |
---|
Fields in edu.wisc.ssec.mcidasv.ui declared as UIManager | |
---|---|
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. |
Methods in edu.wisc.ssec.mcidasv.ui with parameters of type UIManager | |
---|---|
protected JMenuItem |
UIManager.ToolbarStyle.buildMenuItem(UIManager manager)
Convenience method for build the toolbar customization popup menu. |
Constructors in edu.wisc.ssec.mcidasv.ui with parameters of type UIManager | |
---|---|
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 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |