Methods' Details
|
- setStatusText
-  
- [ oneway ] void
setStatusText(
[ in ] string |
StatusText ); |
- Description
- sets a status text in the status bar of the
container.
|
- getControls
-  
sequence< com::sun::star::awt::XControl >
getControls();
- Returns
-
all controls of this container.
|
- getControl
-  
- com::sun::star::awt::XControl
getControl(
-
- Description
- returns the control with the name "Name".
|
- addControl
-  
- [ oneway ] void
addControl(
-
- Description
- adds the control to the container. The control
must not be added to another container. The container
must call
setControlContainer( this ) at
the control.
|
- removeControl
-  
- [ oneway ] void
removeControl(
-
- Description
- removes the control from the container. You must
call
at this control.
|
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.