com.tssap.util.ui.action.path
Class DefaultDisplayablePathElement
java.lang.Object
|
+--com.tssap.util.action.path.DefaultPathElement
|
+--com.tssap.util.ui.action.path.DefaultDisplayablePathElement
- All Implemented Interfaces:
- IDisplayable, IDisplayablePathElement, ILabel, com.tssap.util.action.path.IMutablePathElement, com.tssap.util.action.path.IPathElement
- public class DefaultDisplayablePathElement
- extends com.tssap.util.action.path.DefaultPathElement
- implements IDisplayablePathElement
- Since:
- 07.08.2002
|
Constructor Summary |
DefaultDisplayablePathElement(java.lang.String text,
boolean subElement,
java.lang.String name,
java.lang.String info,
org.eclipse.swt.graphics.Image image,
int oder)
Constructor for DefaultDisplayablePathElement. |
DefaultDisplayablePathElement(java.lang.String text,
java.lang.String name,
java.lang.String info,
org.eclipse.swt.graphics.Image image,
int oder)
Constructor for DefaultDisplayablePathElement. |
|
Method Summary |
org.eclipse.swt.graphics.Image |
getImage()
Display image |
java.lang.String |
getInfo()
Additional display information |
java.lang.String |
getName()
Display name |
java.lang.String |
getText()
Returns the text. |
| Methods inherited from class com.tssap.util.action.path.DefaultPathElement |
equals, getOrder, hashCode, isSubElement, setOrder, setSubElement |
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.tssap.util.action.path.IPathElement |
getOrder, isSubElement |
DefaultDisplayablePathElement
public DefaultDisplayablePathElement(java.lang.String text,
boolean subElement,
java.lang.String name,
java.lang.String info,
org.eclipse.swt.graphics.Image image,
int oder)
- Constructor for DefaultDisplayablePathElement.
- Parameters:
text - subElement -
DefaultDisplayablePathElement
public DefaultDisplayablePathElement(java.lang.String text,
java.lang.String name,
java.lang.String info,
org.eclipse.swt.graphics.Image image,
int oder)
- Constructor for DefaultDisplayablePathElement.
- Parameters:
text -
getName
public java.lang.String getName()
- Description copied from interface:
ILabel
- Display name
- Specified by:
getName in interface ILabel
- See Also:
ILabel.getName()
getInfo
public java.lang.String getInfo()
- Description copied from interface:
IDisplayable
- Additional display information
- Specified by:
getInfo in interface IDisplayable
- See Also:
IDisplayable.getInfo()
getImage
public org.eclipse.swt.graphics.Image getImage()
- Description copied from interface:
ILabel
- Display image
- Specified by:
getImage in interface ILabel
- See Also:
ILabel.getImage()
getText
public java.lang.String getText()
- Description copied from class:
com.tssap.util.action.path.DefaultPathElement
- Returns the text.
- Specified by:
getText in interface com.tssap.util.action.path.IPathElement- Overrides:
getText in class com.tssap.util.action.path.DefaultPathElement
- See Also:
IPathElement.getText()
Copyright © 2005 SAP AG. All Rights Reserved.