|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DescribedElement
An application component, usually a visible GUI component, that can provide information describing itself.
Field Summary | |
---|---|
static String |
CAPTION_PROPERTY
The property name used when firing events for the caption
property. |
static String |
DESCRIPTION_PROPERTY
The property name used when firing events for the description
property. |
static String |
DISPLAY_NAME_PROPERTY
The property name used when firing events for the displayName
property. |
Method Summary | |
---|---|
String |
getCaption()
Returns the caption for this object. |
String |
getDescription()
Returns a description of this object. |
String |
getDisplayName()
Returns the display name of this object. |
Field Detail |
---|
static final String DISPLAY_NAME_PROPERTY
displayName
property.
static final String CAPTION_PROPERTY
caption
property.
static final String DESCRIPTION_PROPERTY
description
property.
Method Detail |
---|
String getDisplayName()
null
.String getCaption()
null
.String getDescription()
null
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |