org.eclipse.rse.ui
Class RSEAdapter
java.lang.Object
org.eclipse.ui.model.WorkbenchAdapter
org.eclipse.rse.ui.RSEAdapter
- All Implemented Interfaces:
- IRSEAdapter, IWorkbenchAdapter, IWorkbenchAdapter2
- Direct Known Subclasses:
- RSESystemTypeAdapter
- public abstract class RSEAdapter
- extends WorkbenchAdapter
- implements IRSEAdapter
Abstract base class with basic implementations of the IRSEAdapter interface.
Intended to be subclassed.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RSEAdapter
public RSEAdapter()
- Constructor.
getDescription
public String getDescription(Object object)
- The default implementation of this
IRSEAdapter method returns the empty string.
Subclasses may override.
- Specified by:
getDescription in interface IRSEAdapter
- Parameters:
object - the object to get the description text for
- Returns:
- the description text for the given object
- See Also:
IRSEAdapter.getDescription(java.lang.Object)
getRegistry
public IRSEUIRegistry getRegistry()
- Returns the RSE UI registry.
- Specified by:
getRegistry in interface IRSEAdapter
- Returns:
- the RSE UI registry
- See Also:
IRSEAdapter.getRegistry()
Copyright (c) IBM Corporation and others 2000, 2006. All Rights Reserved.