| Package | Description |
|---|---|
| edu.wisc.ssec.mcidasv.ui |
McIDAS-V specific user interface code.
|
| edu.wisc.ssec.mcidasv.util |
| Modifier and Type | Field and Description |
|---|---|
private McvComponentGroup |
DraggableTabbedPane.group
The component group holding our components.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
DraggableTabbedPane.showTabArea(McvComponentGroup mcvCompGroup,
javax.swing.JTabbedPane tabbedPane) |
boolean |
UIManager.unpersistComponentGroups(ucar.unidata.idv.ui.WindowInfo info,
McvComponentGroup group)
Attempts to add all component holders in
info to
group. |
| Constructor and Description |
|---|
DraggableTabbedPane(ucar.unidata.idv.ui.IdvWindow win,
ucar.unidata.idv.IntegratedDataViewer idv,
McvComponentGroup group)
Mostly just registers that this component should listen for drag and
drop operations.
|
| Modifier and Type | Method and Description |
|---|---|
static java.util.List<McvComponentGroup> |
McVGuiUtils.idvGroupsToMcv(ucar.unidata.idv.ui.IdvWindow w) |