StarOffice 5.2 API
reverse engineered by classdoc

com.sun.star.frame
Interface XTask

All Superinterfaces:
com.sun.star.lang.XComponent, com.sun.star.frame.XFrame, com.sun.star.uno.XInterface

public abstract interface XTask
extends com.sun.star.frame.XFrame


Field Summary
static com.sun.star.uno.Uik UIK
           
static java.lang.Object UNORUNTIMEDATA
           
static com.sun.star.lib.uno.typeinfo.TypeInfo[] UNOTYPEINFO
           
 
Method Summary
abstract  void arrangeWindowsHorizontal()
           
abstract  void arrangeWindowsVertical()
           
abstract  boolean close()
           
abstract  void tileWindows()
           
 
Methods inherited from interface com.sun.star.frame.XFrame
activate, addFrameActionListener, contextChanged, deactivate, findFrame, getComponentWindow, getContainerWindow, getController, getCreator, getName, initialize, isActive, isTop, removeFrameActionListener, setComponent, setCreator, setName
 
Methods inherited from interface com.sun.star.lang.XComponent
addEventListener, dispose, removeEventListener
 

Field Detail

UIK

public static final com.sun.star.uno.Uik UIK

UNORUNTIMEDATA

public static final java.lang.Object UNORUNTIMEDATA

UNOTYPEINFO

public static final com.sun.star.lib.uno.typeinfo.TypeInfo[] UNOTYPEINFO
Method Detail

arrangeWindowsHorizontal

public abstract void arrangeWindowsHorizontal()
                                       throws com.sun.star.uno.RuntimeException

arrangeWindowsVertical

public abstract void arrangeWindowsVertical()
                                     throws com.sun.star.uno.RuntimeException

close

public abstract boolean close()
                       throws com.sun.star.uno.RuntimeException

tileWindows

public abstract void tileWindows()
                          throws com.sun.star.uno.RuntimeException

StarOffice 5.2 API
reverse engineered by classdoc