StarOffice 5.2 API
reverse engineered by classdoc

com.sun.star.document
Interface XActionLockable

All Superinterfaces:
com.sun.star.uno.XInterface

public abstract interface XActionLockable
extends com.sun.star.uno.XInterface


Field Summary
static com.sun.star.uno.Uik UIK
           
static java.lang.Object UNORUNTIMEDATA
           
 
Method Summary
abstract  void addActionLock()
           
abstract  boolean isActionLocked()
           
abstract  void removeActionLock()
           
abstract  short resetActionLocks()
           
abstract  void setActionLocks(short s)
           
 

Field Detail

UIK

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

UNORUNTIMEDATA

public static final java.lang.Object UNORUNTIMEDATA
Method Detail

addActionLock

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

isActionLocked

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

removeActionLock

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

resetActionLocks

public abstract short resetActionLocks()
                                throws com.sun.star.uno.RuntimeException

setActionLocks

public abstract void setActionLocks(short s)
                             throws com.sun.star.uno.RuntimeException

StarOffice 5.2 API
reverse engineered by classdoc