Uses of Class
edu.wisc.ssec.mcidasv.ui.McvComponentGroup

Packages that use McvComponentGroup
edu.wisc.ssec.mcidasv.ui McIDAS-V specific user interface code. 
edu.wisc.ssec.mcidasv.util   
 

Uses of McvComponentGroup in edu.wisc.ssec.mcidasv.ui
 

Fields in edu.wisc.ssec.mcidasv.ui declared as McvComponentGroup
private  McvComponentGroup DraggableTabbedPane.group
          The component group holding our components.
 

Methods in edu.wisc.ssec.mcidasv.ui with parameters of type McvComponentGroup
 boolean UIManager.unpersistComponentGroups(WindowInfo info, McvComponentGroup group)
           Attempts to add all component holders in info to group.
 

Constructors in edu.wisc.ssec.mcidasv.ui with parameters of type McvComponentGroup
DraggableTabbedPane(IdvWindow win, IntegratedDataViewer idv, McvComponentGroup group)
          Mostly just registers that this component should listen for drag and drop operations.
 

Uses of McvComponentGroup in edu.wisc.ssec.mcidasv.util
 

Methods in edu.wisc.ssec.mcidasv.util that return types with arguments of type McvComponentGroup
static List<McvComponentGroup> McVGuiUtils.idvGroupsToMcv(IdvWindow w)