|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectteamdev.jxdesktop.win32.WindowsUIElement
Implementation of the UIElement interface for the Windows OS.
| Constructor Summary | |
WindowsUIElement(teamdev.jxdesktop.win32.ui.Wnd window)
|
|
| Method Summary | |
boolean |
equals(java.lang.Object obj)
|
java.awt.Rectangle |
getBounds()
Returns the dimensions of the bounding rectangle of the specified screenable object. |
java.util.List |
getChildren()
Returns child elements. |
Graphics |
getGraphics()
Creates a graphics context for this object. |
java.awt.image.BufferedImage |
getImage()
Returns the image that represents the screen shot of the current object. |
UIElement |
getParent()
Returns the parent UI element. |
int |
hashCode()
|
boolean |
isVisible()
Returns true if this element is visible,
otherwise false. |
java.lang.String |
toString()
|
void |
update()
Updates and redraws the UI element. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public WindowsUIElement(teamdev.jxdesktop.win32.ui.Wnd window)
| Method Detail |
public java.util.List getChildren()
UIElement
getChildren in interface UIElementpublic UIElement getParent()
UIElement
getParent in interface UIElementpublic void update()
UIElement
update in interface UIElementpublic Graphics getGraphics()
UIElement
getGraphics in interface UIElementpublic boolean isVisible()
UIElementtrue if this element is visible,
otherwise false.
isVisible in interface UIElementpublic java.lang.String toString()
public java.awt.Rectangle getBounds()
Screenable
getBounds in interface Screenable
public java.awt.image.BufferedImage getImage()
throws java.awt.IllegalComponentStateException
Screenable
getImage in interface Screenablejava.awt.IllegalComponentStateException - if an error occurs during creation of the imagepublic boolean equals(java.lang.Object obj)
public int hashCode()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||