com.sun.star.frame
Interface XFrame
- All Superinterfaces:
- com.sun.star.lang.XComponent, com.sun.star.uno.XInterface
- All Known Subinterfaces:
- com.sun.star.frame.XFramesSupplier, com.sun.star.frame.XTask
- public abstract interface XFrame
- 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 |
activate()
|
abstract void |
addFrameActionListener(com.sun.star.frame.XFrameActionListener xfal)
|
abstract void |
contextChanged()
|
abstract void |
deactivate()
|
abstract com.sun.star.frame.XFrame |
findFrame(java.lang.String s,
int i)
|
abstract com.sun.star.awt.XWindow |
getComponentWindow()
|
abstract com.sun.star.awt.XWindow |
getContainerWindow()
|
abstract com.sun.star.frame.XController |
getController()
|
abstract com.sun.star.frame.XFramesSupplier |
getCreator()
|
abstract java.lang.String |
getName()
|
abstract void |
initialize(com.sun.star.awt.XWindow xw)
|
abstract boolean |
isActive()
|
abstract boolean |
isTop()
|
abstract void |
removeFrameActionListener(com.sun.star.frame.XFrameActionListener xfal)
|
abstract boolean |
setComponent(com.sun.star.awt.XWindow xw,
com.sun.star.frame.XController xc)
|
abstract void |
setCreator(com.sun.star.frame.XFramesSupplier xfs)
|
abstract void |
setName(java.lang.String s)
|
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
activate
public abstract void activate()
throws com.sun.star.uno.RuntimeException
addFrameActionListener
public abstract void addFrameActionListener(com.sun.star.frame.XFrameActionListener xfal)
throws com.sun.star.uno.RuntimeException
contextChanged
public abstract void contextChanged()
throws com.sun.star.uno.RuntimeException
deactivate
public abstract void deactivate()
throws com.sun.star.uno.RuntimeException
findFrame
public abstract com.sun.star.frame.XFrame findFrame(java.lang.String s,
int i)
throws com.sun.star.uno.RuntimeException
getComponentWindow
public abstract com.sun.star.awt.XWindow getComponentWindow()
throws com.sun.star.uno.RuntimeException
getContainerWindow
public abstract com.sun.star.awt.XWindow getContainerWindow()
throws com.sun.star.uno.RuntimeException
getController
public abstract com.sun.star.frame.XController getController()
throws com.sun.star.uno.RuntimeException
getCreator
public abstract com.sun.star.frame.XFramesSupplier getCreator()
throws com.sun.star.uno.RuntimeException
getName
public abstract java.lang.String getName()
throws com.sun.star.uno.RuntimeException
initialize
public abstract void initialize(com.sun.star.awt.XWindow xw)
throws com.sun.star.uno.RuntimeException
isActive
public abstract boolean isActive()
throws com.sun.star.uno.RuntimeException
isTop
public abstract boolean isTop()
throws com.sun.star.uno.RuntimeException
removeFrameActionListener
public abstract void removeFrameActionListener(com.sun.star.frame.XFrameActionListener xfal)
throws com.sun.star.uno.RuntimeException
setComponent
public abstract boolean setComponent(com.sun.star.awt.XWindow xw,
com.sun.star.frame.XController xc)
throws com.sun.star.uno.RuntimeException
setCreator
public abstract void setCreator(com.sun.star.frame.XFramesSupplier xfs)
throws com.sun.star.uno.RuntimeException
setName
public abstract void setName(java.lang.String s)
throws com.sun.star.uno.RuntimeException