summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/awt/UnoControl.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/awt/UnoControl.idl')
-rw-r--r--offapi/com/sun/star/awt/UnoControl.idl59
1 files changed, 13 insertions, 46 deletions
diff --git a/offapi/com/sun/star/awt/UnoControl.idl b/offapi/com/sun/star/awt/UnoControl.idl
index 85693d5ab..bd5ef3e8c 100644
--- a/offapi/com/sun/star/awt/UnoControl.idl
+++ b/offapi/com/sun/star/awt/UnoControl.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: UnoControl.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:42:10 $
+ * last change: $Author: mi $ $Date: 2002-10-03 13:00:38 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -65,10 +65,11 @@
#include <com/sun/star/lang/XComponent.idl>
#endif
-#ifndef __com_sun_star_awt_Toolkit_idl__
-#include <com/sun/star/awt/Toolkit.idl>
+#ifndef __com_sun_star_beans_XPropertySet_idl__
+#include <com/sun/star/beans/XPropertySet.idl>
#endif
+
//=============================================================================
module com { module sun { module star { module awt {
@@ -79,71 +80,37 @@ interface XControl;
//=============================================================================
-// DocMerge from xml: service com::sun::star::awt::UnoControl
/** specifies an abstract control.
-
-
-
+
<p>All components which implement this service can
be integrated in a windowing environment. This service describes
- the controller of the Smalltalk model view controller design.
+ the controller of the Smalltalk model view controller design.</p>
- </p>
<p>You must set a model and a stub to the UnoControl before using
other methods. The implementation only allows the change of the
graphics (<type>XView</type>) if the window is not visible. The
change of the graphics in visible state should redirect the output
- to these graphics, but this behavior is implementation-specific.
+ to these graphics, but this behavior is implementation-specific.</p>
- </p>
<p>The change of data directly at the control may not affect the
model data. To ensure this behavior, modify the data of the model.</p>
*/
service UnoControl
-{
-
-
- // DocMerge from xml: service com::sun::star::awt::UnoControl: interface com::sun::star::lang::XComponent
- /** The control must implement these interfaces.
- */
+{
+ [optional] interface com::sun::star::beans::XPropertySet;
+
interface com::sun::star::lang::XComponent;
- // DocMerge: empty anyway
interface XControl;
- // DocMerge: empty anyway
interface XWindow;
- // DocMerge: empty anyway
- interface XView;
-
-
- // DocMerge from idl: property com::sun::star::awt::UnoControl::Toolkit
- /** These services must be installed to instanciate a control.
- */
- needs Toolkit;
-
+ interface XView;
+
};
//=============================================================================
}; }; }; };
-/*=============================================================================
-
- $Log: not supported by cvs2svn $
- Revision 1.1.1.1 2000/09/18 23:34:50 hjs
- initial import
-
- Revision 1.4 2000/09/11 11:52:06 mi
- documentation merged from XML
-
- Revision 1.2 1999/11/18 11:49:54 mi
- XComponent now in module lang
-
- Revision 1.1.1.1 1999/11/11 09:48:40 jsc
- new
-
-
-=============================================================================*/
#endif