Object
hdf.view.MetaDataView.DefaultBaseMetaDataView
hdf.view.MetaDataView.DefaultLinkMetaDataView
- All Implemented Interfaces:
DataView
,MetaDataView
- Direct Known Subclasses:
DefaultDatasetMetaDataView
,DefaultDatatypeMetaDataView
,DefaultGroupMetaDataView
public class DefaultLinkMetaDataView extends DefaultBaseMetaDataView implements MetaDataView
-
Field Summary
Fields inherited from class hdf.view.MetaDataView.DefaultBaseMetaDataView
attributeInfoPane, contentTabFolder, curFont, dataObject, display, generalObjectInfoPane, isH4, isH5, isN3, viewManager
Fields inherited from interface hdf.view.DataView.DataView
DATAVIEW_IMAGE, DATAVIEW_TABLE, DATAVIEW_UNKNOWN
-
Constructor Summary
Constructors Constructor Description DefaultLinkMetaDataView(org.eclipse.swt.widgets.Composite parentComposite, DataViewManager viewer, HObject theObj)
-
Method Summary
Modifier and Type Method Description protected void
addObjectSpecificContent()
Methods inherited from class hdf.view.MetaDataView.DefaultBaseMetaDataView
addAttribute, deleteAttribute, getDataObject
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface hdf.view.DataView.DataView
getDataObject
Methods inherited from interface hdf.view.MetaDataView.MetaDataView
addAttribute, deleteAttribute
-
Constructor Details
-
DefaultLinkMetaDataView
public DefaultLinkMetaDataView(org.eclipse.swt.widgets.Composite parentComposite, DataViewManager viewer, HObject theObj)
-
-
Method Details
-
addObjectSpecificContent
- Specified by:
addObjectSpecificContent
in classDefaultBaseMetaDataView
-