RSE
Release 3.3

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.


Method Summary
 ISystemFilterReference getFilterReference()
          Gets the associated filter reference for the corresponding model object
 IAdaptable getModelObject()
          Gets the model object for which this context applies
 ISubSystem getSubSystem()
          Gets the associated subsystem for the corresponding model object
 

Method Detail

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

RSE
Release 3.3

Copyright (c) IBM Corporation and others 2000, 2011. All Rights Reserved.