uses of interface XFrame

back to interface XFrame

Derived Interfaces
Synonym Typedefs
Services which Support this Interface
Singletons which Support this Interface
Uses as Return Type
Uses as Parameter
Uses as Data Type
References in Developers Guide


Derived Interfaces
::com::sun::star::frame::XFramesSupplier
::com::sun::star::frame::XTask
Services which Support this Interface
::com::sun::star::frame::Desktop
::com::sun::star::frame::DesktopTask
::com::sun::star::frame::Frame
::com::sun::star::frame::Task
Uses as Return Type
::com::sun::star::frame::XFrame::findFrame()
::com::sun::star::frame::XFramesSupplier::getActiveFrame()
::com::sun::star::frame::XDesktop::getCurrentFrame()
::com::sun::star::frame::XController::getFrame()
Uses as Parameter
::com::sun::star::frame::XFrames::append()
::com::sun::star::frame::XController::attachFrame()
::com::sun::star::frame::XLayoutManager::attachFrame()
::com::sun::star::frame::XFrameLoader::load()
::com::sun::star::frame::XSynchronousFrameLoader::load()
::com::sun::star::frame::XFrames::remove()
::com::sun::star::frame::XFramesSupplier::setActiveFrame()
::com::sun::star::frame::XDispatchRecorder::startRecording()
Uses as Data Type
::com::sun::star::frame::FrameActionEvent::Frame
::com::sun::star::ui::UIElement::Frame
References in Developers Guide
4.7.1 Writing UNO Components - Integrating Components into OpenOffice.org - Protocol Handler - Implementation
4.7.2 Writing UNO Components - Integrating Components into OpenOffice.org - Jobs - Initialization
6.1.1 Office Development - OpenOffice.org Application Environment - Overview - Framework API - Frames - Communication through Dispatch Framework
6.1.2 Office Development - OpenOffice.org Application Environment - Using the Desktop
6.1.3 Office Development - OpenOffice.org Application Environment - Using the Component Framework - Frames - XFrame - Frame Setup
6.1.3 Office Development - OpenOffice.org Application Environment - Using the Component Framework - Frames - XFrame - Frame Actions
6.1.3 Office Development - OpenOffice.org Application Environment - Using the Component Framework - Frames - XFramesSupplier
6.1.3 Office Development - OpenOffice.org Application Environment - Using the Component Framework - Controllers - XController
6.1.5 Office Development - OpenOffice.org Application Environment - Handling Documents - Loading Documents - Target Frame
6.1.7 Office Development - OpenOffice.org Application Environment - Java Window Integration - Using the Window Handle - A Hack
Top of Page