|
RSE Release 3.4 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IContextObject | |
---|---|
org.eclipse.rse.ui.subsystems | Application programming interface for managing the user interface for subsystem actions. |
org.eclipse.rse.ui.view |
Uses of IContextObject in org.eclipse.rse.ui.subsystems |
---|
Methods in org.eclipse.rse.ui.subsystems with parameters of type IContextObject | |
---|---|
Object[] |
ISubSystemConfigurationAdapter.applyViewFilters(IContextObject parent,
Object[] children)
Filters an array of children and returns the results. |
Uses of IContextObject in org.eclipse.rse.ui.view |
---|
Classes in org.eclipse.rse.ui.view that implement IContextObject | |
---|---|
class |
ContextObject
This class is used by tree views to pass context information from the views to the view providers and model adapters for queries. |
Methods in org.eclipse.rse.ui.view with parameters of type IContextObject | |
---|---|
Object[] |
SubSystemConfigurationAdapter.applyViewFilters(IContextObject parent,
Object[] children)
The default implementation does not filter and simply returns the children passed in. |
Object[] |
AbstractSystemViewAdapter.getChildren(IContextObject element,
IProgressMonitor monitor)
Return the children of this object. This should be overridden by subclasses in order to provide deferred query support via the Eclipse Jobs mechanism, if your adapter supports context objects. |
Object[] |
ISystemViewElementAdapter.getChildren(IContextObject contextObject,
IProgressMonitor monitor)
Return the children of this object. |
boolean |
AbstractSystemViewAdapter.hasChildren(IContextObject element)
Return true if this object has children. Override this to provide context-specific support. |
boolean |
ISystemViewElementAdapter.hasChildren(IContextObject element)
Return true if this object has children. |
|
RSE Release 3.4 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |