ncsa.hdf.view
Interface DataView

All Known Subinterfaces:
ImageView, MetaDataView, PaletteView, TableView, TextView
All Known Implementing Classes:
DefaultImageView, DefaultMetaDataView, DefaultPaletteView, DefaultTableView, DefaultTextView

public interface DataView

The data view interface for displaying data object

Version:
2.4 9/6/2007
Author:
Peter X. Cao

Field Summary
static int DATAVIEW_IMAGE
          The image view type
static int DATAVIEW_TABLE
          The table view type
static int DATAVIEW_TEXT
          The text view type
static int DATAVIEW_UNKNOWN
          The unknown view type
 
Method Summary
 void dispose()
          Disposes this datao viewer
 HObject getDataObject()
          returns the data object displayed in this data viewer
 

Field Detail

DATAVIEW_UNKNOWN

static final int DATAVIEW_UNKNOWN
The unknown view type

See Also:
Constant Field Values

DATAVIEW_TABLE

static final int DATAVIEW_TABLE
The table view type

See Also:
Constant Field Values

DATAVIEW_IMAGE

static final int DATAVIEW_IMAGE
The image view type

See Also:
Constant Field Values

DATAVIEW_TEXT

static final int DATAVIEW_TEXT
The text view type

See Also:
Constant Field Values
Method Detail

getDataObject

HObject getDataObject()
returns the data object displayed in this data viewer


dispose

void dispose()
Disposes this datao viewer