com.tapina.robe.swi.wimp
Class Window
java.lang.Object
com.tapina.robe.swi.wimp.Window
- public class Window
- extends java.lang.Object
This class represents a created window.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Window
public Window(WindowBlock windowBlock)
find
public static Window find(int handle)
getWindowHandle
public int getWindowHandle()
deleteIcon
public void deleteIcon(int iconHandle)
- Remove the given icon from the window and its definition from WindowBlock.
If it is not the last icon in the windows list it is only marked as deleted.
- Parameters:
iconHandle
- handle of icon to remove, from 0
getIcon
public Icon getIcon(int iconHandle)
getVisibleArea
public java.awt.Rectangle getVisibleArea()
getScrollOffset
public java.awt.Point getScrollOffset()
getHandleOfWindowAbove
public int getHandleOfWindowAbove()
getWindowFlags
public int getWindowFlags()
icons
public java.util.Iterator icons()
setExtent
public void setExtent(java.awt.Rectangle workArea)
Copyright © 2003-2005 . All Rights Reserved.