Interface DataView

All Known Subinterfaces:
ImageView, MetaDataView, PaletteView, TableView
All Known Implementing Classes:
DefaultBaseMetaDataView, DefaultBaseTableView, DefaultCompoundDSTableView, DefaultDatasetMetaDataView, DefaultDatatypeMetaDataView, DefaultGroupMetaDataView, DefaultImageView, DefaultLinkMetaDataView, DefaultPaletteView, DefaultScalarAttributeTableView, DefaultScalarDSTableView

public interface DataView
The data view interface for displaying data objects
Version:
2.4 9/6/2007
Author:
Peter X. Cao
  • Field Summary

    Fields
    Modifier and Type Field Description
    static int DATAVIEW_IMAGE
    The image view type
    static int DATAVIEW_TABLE
    The table view type
    static int DATAVIEW_UNKNOWN
    The unknown view type
  • Method Summary

    Modifier and Type Method Description
    HObject getDataObject()