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, IWorkbenchAdapter3
- 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.
- Since:
- org.eclipse.rse.ui 3.0
Method Summary |
String |
getDescription(Object object)
The default implementation of this IRSEAdapter method returns the empty string. |
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)
Copyright (c) IBM Corporation and others 2000, 2011. All Rights Reserved.