RSE
Release 3.3

org.eclipse.rse.ui
Class RSEAdapter

java.lang.Object
  extended by org.eclipse.ui.model.WorkbenchAdapter
      extended by 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

Field Summary
 
Fields inherited from class org.eclipse.ui.model.WorkbenchAdapter
NO_CHILDREN
 
Constructor Summary
RSEAdapter()
          Constructor.
 
Method Summary
 String getDescription(Object object)
          The default implementation of this IRSEAdapter method returns the empty string.
 
Methods inherited from class org.eclipse.ui.model.WorkbenchAdapter
getBackground, getChildren, getFont, getForeground, getImageDescriptor, getLabel, getParent, getStyledText
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.eclipse.ui.model.IWorkbenchAdapter
getChildren, getImageDescriptor, getLabel, getParent
 
Methods inherited from interface org.eclipse.ui.model.IWorkbenchAdapter2
getBackground, getFont, getForeground
 

Constructor Detail

RSEAdapter

public RSEAdapter()
Constructor.

Method Detail

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)

RSE
Release 3.3

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