Methods' Summary
|
setContext |
sets the context for the control.
|
getContext |
gets the context which was previously set with
setContext.
|
createPeer |
creates a "child" window on the screen. If the
parent is NULL, then the desktop window of the toolkit
is the parent.
|
getPeer |
returns the peer which was previously created or set.
|
setModel |
sets a model for the control. The control gets
the persistent data from this interface and sets update
links to the model data. The main interface to the
model is the XPropertySet.
|
getModel |
returns the model for this control. The model
allows access to data like "test," "font," etc. for the
control. If there is no extra model, this method must
return the "com::sun::star::uno::XInterface" from the control.
|
getView |
returns the view of this control.
|
setDesignMode |
sets the design mode for use in a design editor.
Normally the control will be painted directly without a peer.
|
isDesignMode |
|
isTransparent |
|
Methods' Details
|
- setContext
-  
- [ oneway ] void
setContext(
-
- Description
- sets the context for the control.
|
- getContext
-  
com::sun::star::uno::XInterface
getContext();
- Description
- gets the context which was previously set with
setContext.
|
- createPeer
-  
- [ oneway ] void
createPeer(
-
- Description
- creates a "child" window on the screen. If the
parent is NULL, then the desktop window of the toolkit
is the parent.
|
- getPeer
-  
com::sun::star::awt::XWindowPeer
getPeer();
- Description
- returns the peer which was previously created or set.
|
- setModel
-  
- boolean
setModel(
-
- Description
- sets a model for the control. The control gets
the persistent data from this interface and sets update
links to the model data. The main interface to the
model is the XPropertySet.
|
- getModel
-  
com::sun::star::awt::XControlModel
getModel();
- Description
- returns the model for this control. The model
allows access to data like "test," "font," etc. for the
control. If there is no extra model, this method must
return the "com::sun::star::uno::XInterface" from the control.
|
- getView
-  
com::sun::star::awt::XView
getView();
- Description
- returns the view of this control.
|
- setDesignMode
-  
- [ oneway ] void
setDesignMode(
-
- Description
- sets the design mode for use in a design editor.
Normally the control will be painted directly without a peer.
|
- isDesignMode
-  
boolean
isDesignMode();
- Returns
-
true if the control is in design mode,
false otherwise.
|
- isTransparent
-  
boolean
isTransparent();
- Returns
-
true if the control is transparent,
false otherwise.
|
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.