Language
The Free and Open Productivity Suite
Attributes' Summary |
ActiveTabPageID |
Specifies the ID of the current active tab page.
|
Methods' Details |
getTabPageCount
- Description
- Returns the number of tab pages.
- Returns
- the number of tab pages.
|
|
isTabPageActive
boolean |
isTabPageActive( |
[in] short |
tabPageIndex ); |
- Description
- Checks whether a tab page is activated.
- Parameter the
- tab page to be checked.
- Returns
- true if tab page is activated, else false.
|
|
getTabPage
XTabPage |
getTabPage( |
[in] short |
tabPageIndex ); |
- Description
- Returns tab page for the given index.
- Parameter tabPageIndex
- - index of the tab page in the IndexContainer.
- Returns
- tab page which has tabPageIndex.
|
|
getTabPageByID
XTabPage |
getTabPageByID( |
[in] short |
tabPageID ); |
- Description
- Returns tab page for the given ID.
- Parameter tabPageID
- - ID of the tab page.
- Returns
- tab page which has tabPageID.
|
|
addTabPageContainerListener
- Description
- Adds a listener for the ::TabPageActivedEvent posted after
the tab page was activated.
- Parameter listener
- the listener to add.
|
|
removeTabPageContainerListener
- Description
- Removes a listener previously added with addTabPageListener().
- Parameter listener
- the listener to remove.
|
|
Attributes' Details |
ActiveTabPageID
short ActiveTabPageID;
- Description
- Specifies the ID of the current active tab page.
|
|
Top of Page
Copyright © 2013, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.