(incubating) | The Free and Open Productivity Suite

Developer's Guide

API

SDK

Tips 'n' Tricks

Miscellaneous

Content for OpenOffice.org version 3.3.

:: 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 OpenOffice is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.

Copyright & License
Apache and the Apache feather logos are trademarks of The Apache Software Foundation. OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.