Methods' Details
|
- attachFrame
-  
- void
attachFrame(
-
- Description
- is called to attach the controller with its managing frame.
|
- attachModel
-  
- boolean
attachModel(
-
- Description
- is called to attach the controller to a new model.
|
- suspend
-  
- boolean
suspend(
[ in ] boolean |
bSuspend ); |
- Description
- is called to prepare the controller for closing the view
|
- getViewData
-  
any
getViewData();
- Returns
-
data that can be used to restore the current view status.
|
- restoreViewData
-  
- void
restoreViewData(
-
- Description
- restores the view status using the data gotten from a previous call to
XController::getViewData .
|
- getModel
-  
com::sun::star::frame::XModel
getModel();
- Returns
-
the currently attached model.
|
- getFrame
-  
com::sun::star::frame::XFrame
getFrame();
- Returns
-
the frame containing this controller.
|
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.