Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 

RSE
Release 3.0

Uses of Interface
org.eclipse.rse.ui.view.IContextObject

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.0

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

 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire