|
RSE Release 3.0 |
||||||||||
| 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 | |
boolean |
AbstractSystemViewAdapter.hasChildren(IContextObject element)
Return true if this object has children. Override this to provide context-specific support. |
Object[] |
AbstractSystemViewAdapter.getChildren(IContextObject element,
IProgressMonitor monitor)
Return the children of this object. When a contextObject is passed in instead of an adaptable model object, the adapter needs handle both the model object as well as the associated filter. When ISystemViewElementAdapter.supportsDeferredQueries(ISubSystem) returns false,
this query will be called in the dispatch thread, so the implementation
needs to make sure that SWT thread exceptions are avoided. 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 |
ISystemViewElementAdapter.hasChildren(IContextObject element)
Return true if this object has children. |
Object[] |
SubSystemConfigurationAdapter.applyViewFilters(IContextObject parent,
Object[] children)
The default implementation does not filter and simply returns the children passed in. |
|
RSE Release 3.0 |
||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||