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 voidclear()ucar.ui.event.ActionSourceListenergetActionSourceListener()JPanelgetPanel()voidsetDataset(List<ucar.nc2.dt.GridDatatype> fields)
-
-
-
Constructor Detail
-
GridTable
public GridTable(String actionName)
-
-