StarOffice 5.2 API
reverse engineered by classdoc

com.sun.star.awt
Class WindowEvent

java.lang.Object
  |
  +--com.sun.star.lang.EventObject
        |
        +--com.sun.star.awt.WindowEvent

public synchronized class WindowEvent
extends com.sun.star.lang.EventObject


Field Summary
 int BottomInset
           
 int Height
           
 int LeftInset
           
 int RightInset
           
 int TopInset
           
static java.lang.Object UNORUNTIMEDATA
           
 int Width
           
 int X
           
 int Y
           
 
Fields inherited from class com.sun.star.lang.EventObject
Source, UNOTYPEINFO
 
Constructor Summary
WindowEvent()
           
WindowEvent(java.lang.Object o, int i1, int i2, int i3, int i4, int i5, int i6, int i7, int i8)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BottomInset

public int BottomInset

Height

public int Height

LeftInset

public int LeftInset

RightInset

public int RightInset

TopInset

public int TopInset

UNORUNTIMEDATA

public static java.lang.Object UNORUNTIMEDATA

Width

public int Width

X

public int X

Y

public int Y
Constructor Detail

WindowEvent

public WindowEvent()

WindowEvent

public WindowEvent(java.lang.Object o,
                   int i1,
                   int i2,
                   int i3,
                   int i4,
                   int i5,
                   int i6,
                   int i7,
                   int i8)

StarOffice 5.2 API
reverse engineered by classdoc