| LibreOffice
    LibreOffice 25.2 SDK API Reference | 
A pane is an abstraction of a window and is one of the resources managed by the drawing framework. More...
import "XPane.idl";
 
  
| Exported Interfaces | |
| interface | XResource | 
| Public Member Functions | |
| ::com::sun::star::awt::XWindow | getWindow () | 
| Return the com::sun::star::awt::XWindow of the pane that is used to display a view. | |
| ::com::sun::star::rendering::XCanvas | getCanvas () | 
| Return the com::sun::star::awt::XCanvas of the pane. | |
| Public Member Functions inherited from XResource | |
| XResourceId | getResourceId () | 
| Return an XResourceId object for the called resource. | |
| boolean | isAnchorOnly () | 
| Some resources must not be leafs, i.e. | |
A pane is an abstraction of a window and is one of the resources managed by the drawing framework.
Apart from the area that displays a view a pane may contain other parts like title, menu, closer button.
The URL prefix of panes is private:resource/floater
| interface XResource | 
| ::com::sun::star::rendering::XCanvas getCanvas | ( | ) | 
Return the com::sun::star::awt::XCanvas of the pane.
The com::sun::star::rendering::XCanvas object is expected to be associated with the com::sun::star::awt::XWindow object returned by getWindow().
| ::com::sun::star::awt::XWindow getWindow | ( | ) | 
Return the com::sun::star::awt::XWindow of the pane that is used to display a view.