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
- Description
- returns the control models.
|
|
setGroup
[oneway] void
setGroup( |
[in] sequence< XControlModel >
[in] string |
Group,
GroupName ); |
- Description
- sets a control model group.
|
|
getGroupCount
- Description
- returns the number of control model groups.
|
|
getGroup
void
getGroup( |
[in] long
[out] sequence< XControlModel >
[out] string |
nGroup,
Group,
Name ); |
- Description
- returns a control model group.
|
|
getGroupByName
void
getGroupByName( |
[in] string
[out] sequence< XControlModel > |
Name,
Group ); |
- Description
- returns a control model group by name.
|
|
Copyright © 2003 Sun Microsystems, Inc.