|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DataGroup | |
|---|---|
| ucar.unidata.data | The data package. |
| ucar.unidata.idv.ui | User Interface (UI) classes for the IDV |
| Uses of DataGroup in ucar.unidata.data |
|---|
| Methods in ucar.unidata.data that return DataGroup | |
|---|---|
static DataGroup |
DataGroup.getDataGroup(String groupName)
Get the DataGroup of the specified name |
| Constructors in ucar.unidata.data with parameters of type DataGroup | |
|---|---|
DataGroup(DataGroup that)
copy ctor |
|
| Uses of DataGroup in ucar.unidata.idv.ui |
|---|
| Methods in ucar.unidata.idv.ui that return DataGroup | |
|---|---|
DataGroup |
ParamGroupsEditor.ParamGroupsTable.findByName(String name)
Find the DataGroup from the name |
DataGroup |
ParamGroupsEditor.ParamGroupsTable.getDataGroup(int row)
Return the DataGroup |
| Methods in ucar.unidata.idv.ui with parameters of type DataGroup | |
|---|---|
void |
ParamGroupsEditor.ParamGroupsTable.add(DataGroup i)
Add the DataGroup into the table |
void |
ParamGroupsEditor.ParamGroupsTable.addBeginning(DataGroup i)
Add the DataGroup into the table |
protected void |
ParamGroupsEditor.copyToUsers(DataGroup i)
Copy the given DataGroup object into the user's editable table |
boolean |
ParamGroupsEditor.ParamGroupsTable.editRow(DataGroup dataGroup)
Edit the param info |
boolean |
ParamGroupsEditor.ParamGroupsTable.editRow(DataGroup dataGroup,
boolean removeOnCancel)
Edit row |
void |
ParamGroupsEditor.ParamGroupsTable.selectDataGroup(DataGroup info)
Select the param info |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||