com.tapina.robe.swi.wimp
Class Window

java.lang.Object
  extended bycom.tapina.robe.swi.wimp.Window

public class Window
extends java.lang.Object

This class represents a created window.


Constructor Summary
Window(WindowBlock windowBlock)
           
 
Method Summary
 void deleteIcon(int iconHandle)
          Remove the given icon from the window and its definition from WindowBlock.
static Window find(int handle)
           
 int getHandleOfWindowAbove()
           
 Icon getIcon(int iconHandle)
           
 java.awt.Point getScrollOffset()
           
 java.awt.Rectangle getVisibleArea()
           
 int getWindowFlags()
           
 int getWindowHandle()
           
 java.util.Iterator icons()
           
 void setExtent(java.awt.Rectangle workArea)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Window

public Window(WindowBlock windowBlock)
Method Detail

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.