(incubating) | The Free and Open Productivity Suite
Announcing Apache OpenOffice 3.4

Developer's Guide

API

SDK

Tips 'n' Tricks

Miscellaneous

Content for OpenOffice.org version 3.3.

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

interface XTabControllerModel
Description
specifies the basic operations for a tab controller model.
Developers Guide
Forms - Control Models Forms

Methods' Summary
getGroupControl returns whether the control models are grouped together.  
setGroupControl determines if the control models are grouped together.  
setControlModels sets the control models.  
getControlModels returns the control models.  
setGroup sets a control model group.  
getGroupCount returns the number of control model groups.  
getGroup returns a control model group.  
getGroupByName returns a control model group by name.  
Methods' Details
getGroupControl
boolean
getGroupControl();

Description
returns whether the control models are grouped together.
setGroupControl
[oneway] void
setGroupControl( [in] boolean  GroupControl );

Description
determines if the control models are grouped together.
setControlModels
[oneway] void
setControlModels( [in] sequence< XControlModel >  Controls );

Description
sets the control models.
getControlModels
sequence< XControlModel >
getControlModels();

Description
returns the control models.
setGroup
[oneway] void
setGroup( [in] sequence< XControlModel >  Group,
[in] string  GroupName );

Description
sets a control model group.
getGroupCount
long
getGroupCount();

Description
returns the number of control model groups.
getGroup
void
getGroup( [in] long  nGroup,
[out] sequence< XControlModel >  Group,
[out] string  Name );

Description
returns a control model group.
getGroupByName
void
getGroupByName( [in] string  Name,
[out] sequence< XControlModel >  Group );

Description
returns a control model group by name.
Top of Page

Apache Feather

Copyright & License | Privacy | Contact Us

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.

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.