public class Frame
extends java.lang.Object
implements com.sun.star.frame.XFrame, com.sun.star.frame.XDispatchProvider, com.sun.star.frame.XDispatchProviderInterception
| Constructor and Description |
|---|
Frame(com.sun.star.frame.XFrame xFrame) |
| Modifier and Type | Method and Description |
|---|---|
void |
activate() |
void |
addEventListener(com.sun.star.lang.XEventListener xListener) |
void |
addFrameActionListener(com.sun.star.frame.XFrameActionListener xListener) |
void |
contextChanged() |
void |
deactivate() |
void |
dispose() |
com.sun.star.frame.XFrame |
findFrame(java.lang.String aTargetFrameName,
int nSearchFlags) |
com.sun.star.awt.XWindow |
getComponentWindow() |
com.sun.star.awt.XWindow |
getContainerWindow() |
com.sun.star.frame.XController |
getController() |
com.sun.star.frame.XFramesSupplier |
getCreator() |
java.lang.String |
getName() |
java.lang.String |
getOid() |
void |
initialize(com.sun.star.awt.XWindow xWindow) |
boolean |
isActive() |
boolean |
isSame(java.lang.Object aObject) |
boolean |
isTop() |
com.sun.star.frame.XDispatch |
queryDispatch(com.sun.star.util.URL aURL,
java.lang.String aTargetFrameName,
int nSearchFlags) |
com.sun.star.frame.XDispatch[] |
queryDispatches(com.sun.star.frame.DispatchDescriptor[] aRequests) |
java.lang.Object |
queryInterface(com.sun.star.uno.Type aType) |
void |
registerDispatchProviderInterceptor(com.sun.star.frame.XDispatchProviderInterceptor xInterceptor) |
void |
releaseDispatchProviderInterceptor(com.sun.star.frame.XDispatchProviderInterceptor xInterceptor) |
void |
removeEventListener(com.sun.star.lang.XEventListener xListener) |
void |
removeFrameActionListener(com.sun.star.frame.XFrameActionListener xListener) |
boolean |
setComponent(com.sun.star.awt.XWindow xComponentWindow,
com.sun.star.frame.XController xController) |
void |
setCreator(com.sun.star.frame.XFramesSupplier xCreator) |
void |
setName(java.lang.String aName) |
public void initialize(com.sun.star.awt.XWindow xWindow)
initialize in interface com.sun.star.frame.XFramepublic com.sun.star.awt.XWindow getContainerWindow()
getContainerWindow in interface com.sun.star.frame.XFramepublic void setCreator(com.sun.star.frame.XFramesSupplier xCreator)
setCreator in interface com.sun.star.frame.XFramepublic com.sun.star.frame.XFramesSupplier getCreator()
getCreator in interface com.sun.star.frame.XFramepublic java.lang.String getName()
getName in interface com.sun.star.frame.XFramepublic void setName(java.lang.String aName)
setName in interface com.sun.star.frame.XFramepublic com.sun.star.frame.XFrame findFrame(java.lang.String aTargetFrameName,
int nSearchFlags)
findFrame in interface com.sun.star.frame.XFramepublic boolean isTop()
isTop in interface com.sun.star.frame.XFramepublic void activate()
activate in interface com.sun.star.frame.XFramepublic void deactivate()
deactivate in interface com.sun.star.frame.XFramepublic boolean isActive()
isActive in interface com.sun.star.frame.XFramepublic boolean setComponent(com.sun.star.awt.XWindow xComponentWindow,
com.sun.star.frame.XController xController)
setComponent in interface com.sun.star.frame.XFramepublic com.sun.star.awt.XWindow getComponentWindow()
getComponentWindow in interface com.sun.star.frame.XFramepublic com.sun.star.frame.XController getController()
getController in interface com.sun.star.frame.XFramepublic void contextChanged()
contextChanged in interface com.sun.star.frame.XFramepublic void addFrameActionListener(com.sun.star.frame.XFrameActionListener xListener)
addFrameActionListener in interface com.sun.star.frame.XFramepublic void removeFrameActionListener(com.sun.star.frame.XFrameActionListener xListener)
removeFrameActionListener in interface com.sun.star.frame.XFramepublic com.sun.star.frame.XDispatch queryDispatch(com.sun.star.util.URL aURL,
java.lang.String aTargetFrameName,
int nSearchFlags)
queryDispatch in interface com.sun.star.frame.XDispatchProviderpublic com.sun.star.frame.XDispatch[] queryDispatches(com.sun.star.frame.DispatchDescriptor[] aRequests)
queryDispatches in interface com.sun.star.frame.XDispatchProviderpublic void registerDispatchProviderInterceptor(com.sun.star.frame.XDispatchProviderInterceptor xInterceptor)
registerDispatchProviderInterceptor in interface com.sun.star.frame.XDispatchProviderInterceptionpublic void releaseDispatchProviderInterceptor(com.sun.star.frame.XDispatchProviderInterceptor xInterceptor)
releaseDispatchProviderInterceptor in interface com.sun.star.frame.XDispatchProviderInterceptionpublic java.lang.String getOid()
getOid in interface com.sun.star.uno.IQueryInterfacepublic boolean isSame(java.lang.Object aObject)
isSame in interface com.sun.star.uno.IQueryInterfacepublic java.lang.Object queryInterface(com.sun.star.uno.Type aType)
queryInterface in interface com.sun.star.uno.IQueryInterfacepublic void dispose()
dispose in interface com.sun.star.lang.XComponentpublic void addEventListener(com.sun.star.lang.XEventListener xListener)
addEventListener in interface com.sun.star.lang.XComponentpublic void removeEventListener(com.sun.star.lang.XEventListener xListener)
removeEventListener in interface com.sun.star.lang.XComponent