|
|||||||||||
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. |
Graphics |
getGraphics()
Creates a graphics context for this object. |
UIElement |
getParent()
Returns the parent UI element. |
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 |
Method Detail |
public java.util.List getChildren()
public UIElement getParent()
public void update()
public Graphics getGraphics()
public boolean isVisible()
true
if this element is visible,
otherwise false
.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |