xref: /AOO41X/main/qadevOOo/tests/java/mod/_forms/OImageButtonModel.java (revision 47148b3bc50811ceb41802e4cc50a5db21535900)
1ef39d40dSAndrew Rist /**************************************************************
2cdf0e10cSrcweir  *
3ef39d40dSAndrew Rist  * Licensed to the Apache Software Foundation (ASF) under one
4ef39d40dSAndrew Rist  * or more contributor license agreements.  See the NOTICE file
5ef39d40dSAndrew Rist  * distributed with this work for additional information
6ef39d40dSAndrew Rist  * regarding copyright ownership.  The ASF licenses this file
7ef39d40dSAndrew Rist  * to you under the Apache License, Version 2.0 (the
8ef39d40dSAndrew Rist  * "License"); you may not use this file except in compliance
9ef39d40dSAndrew Rist  * with the License.  You may obtain a copy of the License at
10cdf0e10cSrcweir  *
11ef39d40dSAndrew Rist  *   http://www.apache.org/licenses/LICENSE-2.0
12cdf0e10cSrcweir  *
13ef39d40dSAndrew Rist  * Unless required by applicable law or agreed to in writing,
14ef39d40dSAndrew Rist  * software distributed under the License is distributed on an
15ef39d40dSAndrew Rist  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16ef39d40dSAndrew Rist  * KIND, either express or implied.  See the License for the
17ef39d40dSAndrew Rist  * specific language governing permissions and limitations
18ef39d40dSAndrew Rist  * under the License.
19cdf0e10cSrcweir  *
20ef39d40dSAndrew Rist  *************************************************************/
21ef39d40dSAndrew Rist 
22ef39d40dSAndrew Rist 
23cdf0e10cSrcweir package mod._forms;
24cdf0e10cSrcweir 
25cdf0e10cSrcweir import java.io.PrintWriter;
26cdf0e10cSrcweir import lib.TestEnvironment;
27cdf0e10cSrcweir import lib.TestParameters;
28cdf0e10cSrcweir 
29cdf0e10cSrcweir /**
30cdf0e10cSrcweir * Test for object which is represented by service
31cdf0e10cSrcweir * <code>com.sun.star.form.component.ImageButton</code>. <p>
32cdf0e10cSrcweir * Object implements the following interfaces :
33cdf0e10cSrcweir * <ul>
34cdf0e10cSrcweir *  <li> <code>com::sun::star::io::XPersistObject</code></li>
35cdf0e10cSrcweir *  <li> <code>com::sun::star::container::XChild</code></li>
36cdf0e10cSrcweir *  <li> <code>com::sun::star::awt::UnoControlImageControlModel</code></li>
37cdf0e10cSrcweir *  <li> <code>com::sun::star::form::FormControlModel</code></li>
38cdf0e10cSrcweir *  <li> <code>com::sun::star::form::FormComponent</code></li>
39cdf0e10cSrcweir *  <li> <code>com::sun::star::form::XImageProducerSupplier</code></li>
40cdf0e10cSrcweir *  <li> <code>com::sun::star::beans::XPropertyAccess</code></li>
41cdf0e10cSrcweir *  <li> <code>com::sun::star::beans::XPropertyContainer</code></li>
42cdf0e10cSrcweir *  <li> <code>com::sun::star::beans::XPropertySet</code></li>
43cdf0e10cSrcweir *  <li> <code>com::sun::star::beans::XFastPropertySet</code></li>
44cdf0e10cSrcweir *  <li> <code>com::sun::star::beans::XPropertyState</code></li>
45cdf0e10cSrcweir *  <li> <code>com::sun::star::form::component::ImageButton</code></li>
46cdf0e10cSrcweir *  <li> <code>com::sun::star::container::XNamed</code></li>
47cdf0e10cSrcweir *  <li> <code>com::sun::star::beans::XMultiPropertySet</code></li>
48cdf0e10cSrcweir *  <li> <code>com::sun::star::lang::XComponent</code></li>
49cdf0e10cSrcweir * </ul>
50cdf0e10cSrcweir * This object test <b> is NOT </b> designed to be run in several
51cdf0e10cSrcweir * threads concurently.
52cdf0e10cSrcweir * @see com.sun.star.io.XPersistObject
53cdf0e10cSrcweir * @see com.sun.star.container.XChild
54cdf0e10cSrcweir * @see com.sun.star.awt.UnoControlImageControlModel
55*5496b966SPedro Giffuni * @see com.sun.star.form
56cdf0e10cSrcweir * @see com.sun.star.form.FormComponent
57cdf0e10cSrcweir * @see com.sun.star.form.XImageProducerSupplier
58cdf0e10cSrcweir * @see com.sun.star.beans.XPropertyAccess
59cdf0e10cSrcweir * @see com.sun.star.beans.XPropertyContainer
60cdf0e10cSrcweir * @see com.sun.star.beans.XPropertySet
61cdf0e10cSrcweir * @see com.sun.star.beans.XFastPropertySet
62cdf0e10cSrcweir * @see com.sun.star.beans.XPropertyState
63cdf0e10cSrcweir * @see com.sun.star.form.component.ImageButton
64cdf0e10cSrcweir * @see com.sun.star.container.XNamed
65cdf0e10cSrcweir * @see com.sun.star.beans.XMultiPropertySet
66cdf0e10cSrcweir * @see com.sun.star.lang.XComponent
67cdf0e10cSrcweir * @see ifc.io._XPersistObject
68cdf0e10cSrcweir * @see ifc.container._XChild
69cdf0e10cSrcweir * @see ifc.awt._UnoControlImageControlModel
70cdf0e10cSrcweir * @see ifc.form._FormControlModel
71cdf0e10cSrcweir * @see ifc.form._FormComponent
72cdf0e10cSrcweir * @see ifc.form._XImageProducerSupplier
73cdf0e10cSrcweir * @see ifc.beans._XPropertySet
74cdf0e10cSrcweir * @see ifc.beans._XFastPropertySet
75cdf0e10cSrcweir * @see ifc.beans._XPropertyState
76cdf0e10cSrcweir * @see ifc.form.component._ImageButton
77cdf0e10cSrcweir * @see ifc.container._XNamed
78cdf0e10cSrcweir * @see ifc.beans._XMultiPropertySet
79cdf0e10cSrcweir * @see ifc.lang._XComponent
80cdf0e10cSrcweir */
81cdf0e10cSrcweir 
82cdf0e10cSrcweir public class OImageButtonModel extends GenericModelTest {
83cdf0e10cSrcweir 
84cdf0e10cSrcweir     /**
85cdf0e10cSrcweir      * Set some member variable of the super class <CODE>GenericModelTest</CODE>:
86cdf0e10cSrcweir      * <pre>
87cdf0e10cSrcweir      *    super.m_kindOfControl="ImageButton";
88cdf0e10cSrcweir      *    super.m_ObjectName = "stardiv.one.form.component.ImageButton";
89cdf0e10cSrcweir      *    super.m_LCShape_Type = "ImageButton";
90cdf0e10cSrcweir      * </pre>
91cdf0e10cSrcweir      * Then <CODE>super.initialize()</CODE> was called.
92cdf0e10cSrcweir      * @param tParam the test parameter
93cdf0e10cSrcweir      * @param log the log writer
94cdf0e10cSrcweir      */
95cdf0e10cSrcweir 
initialize(TestParameters tParam, PrintWriter log)96cdf0e10cSrcweir     protected void initialize(TestParameters tParam, PrintWriter log) {
97cdf0e10cSrcweir 
98cdf0e10cSrcweir         super.initialize(tParam, log);
99cdf0e10cSrcweir 
100cdf0e10cSrcweir         super.m_kindOfControl="ImageButton";
101cdf0e10cSrcweir 
102cdf0e10cSrcweir         super.m_ObjectName = "stardiv.one.form.component.ImageButton";
103cdf0e10cSrcweir 
104cdf0e10cSrcweir         super.m_LCShape_Type = "ImageButton";
105cdf0e10cSrcweir 
106cdf0e10cSrcweir     }
107cdf0e10cSrcweir     /**
108cdf0e10cSrcweir      * calls <CODE>cleanup()</CODE> from it's super class
109cdf0e10cSrcweir      * @param tParam the test parameter
110cdf0e10cSrcweir      * @param log the log writer
111cdf0e10cSrcweir      */
cleanup(TestParameters tParam, PrintWriter log)112cdf0e10cSrcweir     protected void cleanup(TestParameters tParam, PrintWriter log) {
113cdf0e10cSrcweir         super.cleanup(tParam, log);
114cdf0e10cSrcweir     }
115cdf0e10cSrcweir 
116cdf0e10cSrcweir 
117cdf0e10cSrcweir     /**
118cdf0e10cSrcweir      * calls <CODE>createTestEnvironment()</CODE> from it's super class
119cdf0e10cSrcweir      * @param Param the test parameter
120cdf0e10cSrcweir      * @param log the log writer
121cdf0e10cSrcweir      * @return lib.TestEnvironment
122cdf0e10cSrcweir      */
createTestEnvironment(TestParameters Param, PrintWriter log)123cdf0e10cSrcweir     protected synchronized TestEnvironment createTestEnvironment(TestParameters Param,
124cdf0e10cSrcweir                                                                  PrintWriter log) {
125cdf0e10cSrcweir         return super.createTestEnvironment(Param, log);
126cdf0e10cSrcweir     }
127cdf0e10cSrcweir 
128cdf0e10cSrcweir } // finish class OImageButtonModel
129