:: com :: sun :: star :: awt ::
|
unpublished |
interface XTabListener |
|
|
- Base Interfaces
XTabListener
┗ ::com::sun::star::lang::XEventListener
::com::sun::star::lang::XEventListener |
- (referenced interface's summary:)
- base interface for all event listeners interfaces.
|
|
- Usage Restrictions
- not published
- Description
- such listener will be informed if tab's was inserted/removed from
an XSimpleTabController instance or if the properties of a tab was changed.
|
Methods' Summary |
inserted |
a new tab was inserted.
|
removed |
a tab was removed.
|
changed |
a tab was changed within it's properties.
|
activated |
a tab was activated (e.g. by using mouse/keyboard or
method XSimpleTabController::activateTab()
|
deactivated |
a tab was deactivated, because another tab became the new active state.
|
Methods' Details |
inserted
void |
inserted( |
[in] long |
ID ); |
- Description
- a new tab was inserted.
- Parameter ID
- this is the unique ID of this new tab.
|
|
removed
void |
removed( |
[in] long |
ID ); |
- Description
- a tab was removed.
- Parameter ID
- this was the unique ID of this tab.
|
|
changed
void |
changed( |
[in] long |
ID, |
| [in] sequence< ::com::sun::star::beans::NamedValue > |
Properties ); |
- Description
- a tab was changed within it's properties.
- Parameter ID
- the unique ID of the changed tab.
- Parameter Properties
- the current set of properties for this tab.
|
|
activated
void |
activated( |
[in] long |
ID ); |
- Description
- a tab was activated (e.g. by using mouse/keyboard or
method XSimpleTabController::activateTab()
|
|
deactivated
void |
deactivated( |
[in] long |
ID ); |
- Description
- a tab was deactivated, because another tab became the new active state.
|
|
Top of Page
Copyright © 2000, 2014 LibreOffice contributors and/or their affiliates. All rights reserved.
LibreOffice was created by The Document Foundation, based on OpenOffice.org, which is Copyright 2000, 2010 Oracle and/or its affiliates.
The Document Foundation acknowledges all community members, please find more info at our website.
Privacy Policy | Impressum (Legal Info) | Copyright information: The source code of LibreOffice is licensed under the GNU Lesser General Public License (LGPLv3). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.