Object
hdf.view.MetaDataView.DefaultBaseMetaDataView
hdf.view.MetaDataView.DefaultLinkMetaDataView
- All Implemented Interfaces:
DataView,MetaDataView
- Direct Known Subclasses:
DefaultDatasetMetaDataView,DefaultDatatypeMetaDataView,DefaultGroupMetaDataView
The metadata view interface for displaying link metadata information
-
Field Summary
Fields inherited from class hdf.view.MetaDataView.DefaultBaseMetaDataView
attributeInfoPane, contentTabFolder, curFont, dataObject, display, generalObjectInfoPane, isH4, isH5, isN3, viewManagerFields inherited from interface hdf.view.DataView.DataView
DATAVIEW_IMAGE, DATAVIEW_TABLE, DATAVIEW_UNKNOWN -
Constructor Summary
ConstructorsConstructorDescriptionDefaultLinkMetaDataView(org.eclipse.swt.widgets.Composite parentComposite, DataViewManager viewer, HObject theObj) The metadata view interface for displaying link metadata information -
Method Summary
Modifier and TypeMethodDescriptionprotected voidAdditional metadata to displayMethods inherited from class hdf.view.MetaDataView.DefaultBaseMetaDataView
addAttribute, deleteAttribute, getDataObject, updateFontMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface hdf.view.DataView.DataView
getDataObjectMethods inherited from interface hdf.view.MetaDataView.MetaDataView
addAttribute, deleteAttribute
-
Constructor Details
-
DefaultLinkMetaDataView
public DefaultLinkMetaDataView(org.eclipse.swt.widgets.Composite parentComposite, DataViewManager viewer, HObject theObj) The metadata view interface for displaying link metadata information- Parameters:
parentComposite- the parent visual objectviewer- the viewer to usetheObj- the object to display the metadata info
-
-
Method Details
-
addObjectSpecificContent
Description copied from class:DefaultBaseMetaDataViewAdditional metadata to display- Specified by:
addObjectSpecificContentin classDefaultBaseMetaDataView
-