LibreOffice
LibreOffice 24.2 SDK API Reference
|
such listener will be informed if tab's was inserted/removed from an XSimpleTabController instance or if the properties of a tab was changed. More...
import"XTabListener.idl";
Public Member Functions | |
void | inserted ([in] long ID) |
a new tab was inserted. More... | |
void | removed ([in] long ID) |
a tab was removed. More... | |
void | changed ([in] long ID, [in] sequence< com::sun::star::beans::NamedValue > Properties) |
a tab was changed within its properties. More... | |
void | activated ([in] long ID) |
a tab was activated (e.g. More... | |
void | deactivated ([in] long ID) |
a tab was deactivated, because another tab became the new active state. More... | |
![]() | |
void | disposing ([in] com::sun::star::lang::EventObject Source) |
gets called when the broadcaster is about to be disposed. More... | |
![]() | |
any | queryInterface ([in] type aType) |
queries for a new interface to an existing UNO object. More... | |
void | acquire () |
increases the reference counter by one. More... | |
void | release () |
decreases the reference counter by one. More... | |
such listener will be informed if tab's was inserted/removed from an XSimpleTabController instance or if the properties of a tab was changed.
void activated | ( | [in] long | ID | ) |
a tab was activated (e.g.
by using mouse/keyboard or method XSimpleTabController::activateTab()
void changed | ( | [in] long | ID, |
[in] sequence< com::sun::star::beans::NamedValue > | Properties | ||
) |
a tab was changed within its properties.
ID | the unique ID of the changed tab. |
Properties | the current set of properties for this tab. |
void deactivated | ( | [in] long | ID | ) |
a tab was deactivated, because another tab became the new active state.
void inserted | ( | [in] long | ID | ) |
a new tab was inserted.
ID | this is the unique ID of this new tab. |
void removed | ( | [in] long | ID | ) |
a tab was removed.
ID | this was the unique ID of this tab. |