|
RSE Release 3.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.ui.model.WorkbenchAdapter
org.eclipse.rse.ui.RSEAdapter
public abstract class RSEAdapter
Abstract base class with basic implementations of the
IRSEAdapter
interface. Intended to be subclassed.
Field Summary |
---|
Fields inherited from class org.eclipse.ui.model.WorkbenchAdapter |
---|
NO_CHILDREN |
Constructor Summary | |
---|---|
RSEAdapter()
Constructor. |
Method Summary | |
---|---|
java.lang.String |
getDescription(java.lang.Object object)
The default implementation of this IRSEAdapter |
Methods inherited from class org.eclipse.ui.model.WorkbenchAdapter |
---|
getBackground, getChildren, getFont, getForeground, getImageDescriptor, getLabel, getParent |
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 |
---|
public RSEAdapter()
Method Detail |
---|
public java.lang.String getDescription(java.lang.Object object)
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.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |