com.sun.star.frame
Interface XController
- All Superinterfaces:
- com.sun.star.lang.XComponent, com.sun.star.uno.XInterface
- public abstract interface XController
- extends com.sun.star.lang.XComponent
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 |
attachFrame(com.sun.star.frame.XFrame xf)
|
abstract boolean |
attachModel(com.sun.star.frame.XModel xm)
|
abstract com.sun.star.frame.XFrame |
getFrame()
|
abstract com.sun.star.frame.XModel |
getModel()
|
abstract java.lang.Object |
getViewData()
|
abstract void |
restoreViewData(java.lang.Object o)
|
abstract boolean |
suspend(boolean b)
|
Methods inherited from interface com.sun.star.lang.XComponent |
addEventListener, dispose, removeEventListener |
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
attachFrame
public abstract void attachFrame(com.sun.star.frame.XFrame xf)
throws com.sun.star.uno.RuntimeException
attachModel
public abstract boolean attachModel(com.sun.star.frame.XModel xm)
throws com.sun.star.uno.RuntimeException
getFrame
public abstract com.sun.star.frame.XFrame getFrame()
throws com.sun.star.uno.RuntimeException
getModel
public abstract com.sun.star.frame.XModel getModel()
throws com.sun.star.uno.RuntimeException
getViewData
public abstract java.lang.Object getViewData()
throws com.sun.star.uno.RuntimeException
restoreViewData
public abstract void restoreViewData(java.lang.Object o)
throws com.sun.star.uno.RuntimeException
suspend
public abstract boolean suspend(boolean b)
throws com.sun.star.uno.RuntimeException