Language

The Free and Open Productivity Suite
Released: Apache OpenOffice 4.1.15

API

SDK

Tips ‘n’ Tricks

Miscellaneous


:: com :: sun :: star :: awt ::

interface XTabController
Description
specifies the basic operations for a tab controller.

Methods' Summary
setModel sets the tab controller model.  
getModel returns the tab controller model.  
setContainer set the control container.  
getContainer returns the control container.  
getControls returns all controls of the control container.  
autoTabOrder enables automatic tab order.  
activateTabOrder activates tab order.  
activateFirst sets the focus to the first control that can be reached with the TAB key.  
activateLast sets the focus to the last control that can be reached with the TAB key.  
Methods' Details
setModel
[oneway] void
setModel( [in] XTabControllerModel  Model );

Description
sets the tab controller model.
getModel
XTabControllerModel
getModel();

Description
returns the tab controller model.
setContainer
[oneway] void
setContainer( [in] XControlContainer  Container );

Description
set the control container.
getContainer
XControlContainer
getContainer();

Description
returns the control container.
getControls
sequence< XControl >
getControls();

Description
returns all controls of the control container.
autoTabOrder
[oneway] void
autoTabOrder();

Description
enables automatic tab order.
activateTabOrder
[oneway] void
activateTabOrder();

Description
activates tab order.
activateFirst
[oneway] void
activateFirst();

Description
sets the focus to the first control that can be reached with the TAB key.
activateLast
[oneway] void
activateLast();

Description
sets the focus to the last control that can be reached with the TAB key.
Top of Page

Apache Software Foundation

Copyright & License | Privacy | Contact Us | Donate | Thanks

Apache, OpenOffice, OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. The Apache feather logo is a trademark of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.