|
intarsys runtime library | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.intarsys.tools.presentation.PropertyPresentation
public abstract class PropertyPresentation
Common superclass for the PropertyPresentation implementation.
This implementation summarizes all methods for representing the "field" (meta) part of the presentation.
| Field Summary |
|---|
| Fields inherited from interface de.intarsys.tools.presentation.IPresentationSupport |
|---|
ATTR_DESCRIPTION, ATTR_ICON, ATTR_LABEL, ATTR_TIP |
| Method Summary | |
|---|---|
String |
getDescription()
A long, descriptive string representation. |
IPresentationSupport |
getFieldPresentation()
|
String |
getIconName()
A name for an icon. |
String |
getLabel()
A short string representation (suitable for example for use with an icon or menu item). |
Object |
getObject()
|
String |
getTip()
An "intermediate" length description (suitable for example with a tooltip). |
IPresentationSupport |
getValuePresentation()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public String getDescription()
IPresentationSupport
getDescription in interface IPresentationSupportpublic IPresentationSupport getFieldPresentation()
public String getIconName()
IPresentationSupport
getIconName in interface IPresentationSupportpublic String getLabel()
IPresentationSupport
getLabel in interface IPresentationSupportpublic Object getObject()
public String getTip()
IPresentationSupport
getTip in interface IPresentationSupportpublic IPresentationSupport getValuePresentation()
|
intarsys runtime library | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||