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 becames the new active state.
|
|
Copyright © 2011, Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.