org.eclipse.rse.ui.view
Interface IContextObject
-
All Known Implementing Classes:
-
ContextObject
-
public interface IContextObject
This class is used by tree views to pass context information from the views
to the view providers and model adapters for queries. The context information
consists of a model object and it may optionally contain the associated
filter reference a subsystem.
Context objects are created transiently and are only used to aid in providing
filter information during a query.
getFilterReference
ISystemFilterReference getFilterReference()
- Gets the associated filter reference for the corresponding model object
-
-
Returns:
- the associated filter reference
getModelObject
IAdaptable getModelObject()
- Gets the model object for which this context applies
-
-
Returns:
- the model object
getSubSystem
ISubSystem getSubSystem()
- Gets the associated subsystem for the corresponding model object
-
-
Returns:
- the associated subsystem
Copyright (c) IBM Corporation and others 2000, 2008. All Rights Reserved.