Class DefaultBaseMetaDataView

Object
hdf.view.MetaDataView.DefaultBaseMetaDataView
All Implemented Interfaces:
DataView, MetaDataView
Direct Known Subclasses:
DefaultLinkMetaDataView

public abstract class DefaultBaseMetaDataView
extends Object
implements MetaDataView
DefaultBaseMetaDataView is a default implementation of the MetaDataView which is used to show data properties of an object. Data properties include attributes and general object information such as the object type, data type and data space. This base class is responsible for displaying an object's general information and attributes, since these are not object-specific. Subclasses of this class are responsible for displaying any extra object-specific content by overriding the addObjectSpecificContent() method.
Version:
1.0 4/20/2018
Author:
Jordan T. Henderson