Package | Description |
---|---|
ucar.unidata.data |
The data package.
|
ucar.unidata.idv.ui |
User Interface (UI) classes for the IDV
|
Modifier and Type | Method and Description |
---|---|
static DataGroup |
DataGroup.getDataGroup(java.lang.String groupName)
Get the DataGroup of the specified name
|
Constructor and Description |
---|
DataGroup(DataGroup that)
copy ctor
|
Modifier and Type | Method and Description |
---|---|
DataGroup |
ParamGroupsEditor.ParamGroupsTable.findByName(java.lang.String name)
Find the DataGroup from the name
|
DataGroup |
ParamGroupsEditor.ParamGroupsTable.getDataGroup(int row)
Return the
DataGroup |
Modifier and Type | Method and Description |
---|---|
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
|