Method 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 |
|
|
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.