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,
JTabbedPane tabbedPane) |
boolean |
UIManager.unpersistComponentGroups(WindowInfo info,
McvComponentGroup group)
Attempts to add all component holders in
info to
group . |
Constructor and Description |
---|
DraggableTabbedPane(IdvWindow win,
IntegratedDataViewer idv,
McvComponentGroup group)
Mostly just registers that this component should listen for drag and
drop operations.
|
Modifier and Type | Method and Description |
---|---|
static List<McvComponentGroup> |
McVGuiUtils.idvGroupsToMcv(IdvWindow w) |