Class TreeContentProvider
java.lang.Object
de.uka.ipd.sdq.sensorframework.visualisation.views.TreeContentProvider
- All Implemented Interfaces:
IContentProvider,IStructuredContentProvider,ITreeContentProvider
Deprecated.
Superseded by EDP2.
TODO
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final intDeprecated.protected static final intDeprecated. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddispose()Deprecated.Object[]getChildren(Object parent) Deprecated.Object[]getElements(Object parent) Deprecated.Deprecated.booleanhasChildren(Object parent) Deprecated.voidinputChanged(Viewer viewer, Object oldInput, Object newInput) Deprecated.
-
Field Details
-
EXPERIMENT_RUNS
protected static final int EXPERIMENT_RUNSDeprecated.- See Also:
-
SENSORS
protected static final int SENSORSDeprecated.- See Also:
-
-
Constructor Details
-
TreeContentProvider
public TreeContentProvider()Deprecated.
-
-
Method Details
-
getElements
Deprecated.- Specified by:
getElementsin interfaceIStructuredContentProvider- Specified by:
getElementsin interfaceITreeContentProvider
-
getChildren
Deprecated.- Specified by:
getChildrenin interfaceITreeContentProvider
-
hasChildren
Deprecated.- Specified by:
hasChildrenin interfaceITreeContentProvider
-
dispose
public void dispose()Deprecated.- Specified by:
disposein interfaceIContentProvider
-
getParent
Deprecated.- Specified by:
getParentin interfaceITreeContentProvider
-
inputChanged
Deprecated.- Specified by:
inputChangedin interfaceIContentProvider
-