- All Known Subinterfaces:
ImageView
,MetaDataView
,PaletteView
,TableView
- All Known Implementing Classes:
DefaultBaseMetaDataView
,DefaultBaseTableView
,DefaultCompoundDSTableView
,DefaultDatasetMetaDataView
,DefaultDatatypeMetaDataView
,DefaultGroupMetaDataView
,DefaultImageView
,DefaultLinkMetaDataView
,DefaultPaletteView
,DefaultScalarDSTableView
public interface DataView
The data view interface for displaying data objects
- Version:
- 2.4 9/6/2007
- Author:
- Peter X. Cao
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
The image view typestatic final int
The table view typestatic final int
The unknown view type -
Method Summary
Modifier and TypeMethodDescriptionGet the data object displayed in this data viewer
-
Field Details
-
DATAVIEW_UNKNOWN
-
DATAVIEW_TABLE
-
DATAVIEW_IMAGE
-
-
Method Details
-
getDataObject
Get the data object displayed in this data viewer- Returns:
- the data object displayed in this data viewer
-