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.
|
|
addTabPageListener
- Description
- Adds a listener for the ::TabPageActivedEvent posted after
the tab page was activated.
- Parameter listener
- the listener to add.
|
|
removeTabPageListener
- Description
- Removes a listener previously added with addTabPageListener().
- Parameter listener
- the listener to remove.
|
|
Copyright © 1995, 2012, 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.