|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Interface for all UI (user interface) components.
| Method Summary | |
Component |
getAwtComponent()
Returns the Java GUI component represented by this object. |
String |
getDescription()
Returns an XML representation of the component and its subcomponents. |
String |
getDescriptionTypeName()
Returns the name of the component as it will appear in the XML representation returned by getDescription(). |
String |
getLabel()
Returns the label displayed on this component, or null if this has no sense for this kind of components. |
String |
getName()
Returns the internal name with which can be used to identify the component. |
Assertion |
isEnabled()
Checks if the component is enabled. |
| Method Detail |
public Component getAwtComponent()
public String getDescription()
public String getDescriptionTypeName()
getDescription().
public Assertion isEnabled()
public String getLabel()
public String getName()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||