Package ucar.nc2.ui.grid
Class GridTable
- java.lang.Object
-
- ucar.nc2.ui.grid.GridTable
-
public class GridTable extends Object
Put the fields of a GridDatatype dataset in a JTable. Uses ActionSourceListener for events.- See Also:
ActionSourceListener
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
clear()
ActionSourceListener
getActionSourceListener()
JPanel
getPanel()
void
setDataset(List<GridDatatype> fields)
-
-
-
Constructor Detail
-
GridTable
public GridTable(String actionName)
-
-
Method Detail
-
clear
public void clear()
-
setDataset
public void setDataset(List<GridDatatype> fields)
-
getPanel
public JPanel getPanel()
-
getActionSourceListener
public ActionSourceListener getActionSourceListener()
-
-