Language

The Free and Open Productivity Suite
Released: Apache OpenOffice 4.1.15

API

SDK

Tips ‘n’ Tricks

Miscellaneous


:: 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 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.