|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Represents some part or element of the GUI, such as a window, text box, button, radio button, toolbar and other elements of the GUI.
| Method Summary | |
java.util.List |
getChildren()
Returns child elements. |
UIElement |
getParent()
Returns the parent UIElement. |
boolean |
isVisible()
Returns true if this element is visible,
otherwise false. |
void |
update()
Updates and redraws the UI element. |
| Methods inherited from interface teamdev.jxdesktop.Screenable |
getBounds, getImage, getLocation, getSize |
| Method Detail |
public java.util.List getChildren()
public UIElement getParent()
public void update()
public boolean isVisible()
true if this element is visible,
otherwise false.
true if this element is visible, otherwise false.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||