1*a1b4a26bSAndrew Rist /**************************************************************
2*a1b4a26bSAndrew Rist  *
3*a1b4a26bSAndrew Rist  * Licensed to the Apache Software Foundation (ASF) under one
4*a1b4a26bSAndrew Rist  * or more contributor license agreements.  See the NOTICE file
5*a1b4a26bSAndrew Rist  * distributed with this work for additional information
6*a1b4a26bSAndrew Rist  * regarding copyright ownership.  The ASF licenses this file
7*a1b4a26bSAndrew Rist  * to you under the Apache License, Version 2.0 (the
8*a1b4a26bSAndrew Rist  * "License"); you may not use this file except in compliance
9*a1b4a26bSAndrew Rist  * with the License.  You may obtain a copy of the License at
10*a1b4a26bSAndrew Rist  *
11*a1b4a26bSAndrew Rist  *   http://www.apache.org/licenses/LICENSE-2.0
12*a1b4a26bSAndrew Rist  *
13*a1b4a26bSAndrew Rist  * Unless required by applicable law or agreed to in writing,
14*a1b4a26bSAndrew Rist  * software distributed under the License is distributed on an
15*a1b4a26bSAndrew Rist  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16*a1b4a26bSAndrew Rist  * KIND, either express or implied.  See the License for the
17*a1b4a26bSAndrew Rist  * specific language governing permissions and limitations
18*a1b4a26bSAndrew Rist  * under the License.
19*a1b4a26bSAndrew Rist  *
20*a1b4a26bSAndrew Rist  *************************************************************/
21*a1b4a26bSAndrew Rist 
22cdf0e10cSrcweir /*
23cdf0e10cSrcweir  * Created on 14.11.2003
24cdf0e10cSrcweir  *
25cdf0e10cSrcweir  * To change the template for this generated file go to
26cdf0e10cSrcweir  * Window>Preferences>Java>Code Generation>Code and Comments
27cdf0e10cSrcweir  */
28cdf0e10cSrcweir package com.sun.star.wizards.ui;
29cdf0e10cSrcweir 
30cdf0e10cSrcweir /**
31cdf0e10cSrcweir  * @author rpiterman
32cdf0e10cSrcweir  *
33cdf0e10cSrcweir  * To change the template for this generated type comment go to
34cdf0e10cSrcweir  * Window>Preferences>Java>Code Generation>Code and Comments
35cdf0e10cSrcweir  */
36cdf0e10cSrcweir public interface UIConsts
37cdf0e10cSrcweir {
38cdf0e10cSrcweir 
39cdf0e10cSrcweir     public static final int RID_COMMON = 500;
40cdf0e10cSrcweir     public static final int RID_DB_COMMON = 1000;
41cdf0e10cSrcweir     public static final int RID_FORM = 2200;
42cdf0e10cSrcweir     public static final int RID_QUERY = 2300;
43cdf0e10cSrcweir     public static final int RID_REPORT = 2400;
44cdf0e10cSrcweir     public static final int RID_TABLE = 2500;
45cdf0e10cSrcweir     public static final int RID_IMG_REPORT = 1000;
46cdf0e10cSrcweir     public static final int RID_IMG_FORM = 1100;
47cdf0e10cSrcweir     public static final int RID_IMG_WEB = 1200;
48cdf0e10cSrcweir     public static final Integer INVISIBLESTEP = 99;
49cdf0e10cSrcweir     public static final String INFOIMAGEURL = "private:resource/dbu/image/19205";
50cdf0e10cSrcweir     public static final String INFOIMAGEURL_HC = "private:resource/dbu/image/19230";
51cdf0e10cSrcweir     /**
52cdf0e10cSrcweir      * The tabindex of the navigation buttons in a wizard must be assigned a very
53cdf0e10cSrcweir      * high tabindex because on every step their taborder must appear at the end
54cdf0e10cSrcweir      */
55cdf0e10cSrcweir     public static final short SOFIRSTWIZARDNAVITABINDEX = 30000;
56cdf0e10cSrcweir     public static final Integer INTEGER_8 = 8;
57cdf0e10cSrcweir     public static final Integer INTEGER_12 = 12;
58cdf0e10cSrcweir     public static final Integer INTEGER_14 = 14;
59cdf0e10cSrcweir     public static final Integer INTEGER_16 = 16;
60cdf0e10cSrcweir     public static final Integer INTEGER_40 = 40;
61cdf0e10cSrcweir     public static final Integer INTEGER_50 = 50;
62cdf0e10cSrcweir     /**Steps of the QueryWizard
63cdf0e10cSrcweir      *
64cdf0e10cSrcweir      */
65cdf0e10cSrcweir     public static final int SOFIELDSELECTIONPAGE = 1;
66cdf0e10cSrcweir     public static final int SOSORTINGPAGE = 2;
67cdf0e10cSrcweir     public static final int SOFILTERPAGE = 3;
68cdf0e10cSrcweir     public static final int SOAGGREGATEPAGE = 4;
69cdf0e10cSrcweir     public static final int SOGROUPSELECTIONPAGE = 5;
70cdf0e10cSrcweir     public static final int SOGROUPFILTERPAGE = 6;
71cdf0e10cSrcweir     public static final int SOTITLESPAGE = 7;
72cdf0e10cSrcweir     public static final int SOSUMMARYPAGE = 8;
73cdf0e10cSrcweir     public static final Integer[] INTEGERS = new Integer[]
74cdf0e10cSrcweir     {
75cdf0e10cSrcweir         0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10
76cdf0e10cSrcweir     };
77cdf0e10cSrcweir 
78cdf0e10cSrcweir     class CONTROLTYPE
79cdf0e10cSrcweir     {
80cdf0e10cSrcweir 
81cdf0e10cSrcweir         public static final int BUTTON = 1;
82cdf0e10cSrcweir         public static final int IMAGECONTROL = 2;
83cdf0e10cSrcweir         public static final int LISTBOX = 3;
84cdf0e10cSrcweir         public static final int COMBOBOX = 4;
85cdf0e10cSrcweir         public static final int CHECKBOX = 5;
86cdf0e10cSrcweir         public static final int RADIOBUTTON = 6;
87cdf0e10cSrcweir         public static final int DATEFIELD = 7;
88cdf0e10cSrcweir         public static final int EDITCONTROL = 8;
89cdf0e10cSrcweir         public static final int FILECONTROL = 9;
90cdf0e10cSrcweir         public static final int FIXEDLINE = 10;
91cdf0e10cSrcweir         public static final int FIXEDTEXT = 11;
92cdf0e10cSrcweir         public static final int FORMATTEDFIELD = 12;
93cdf0e10cSrcweir         public static final int GROUPBOX = 13;
94cdf0e10cSrcweir         public static final int HYPERTEXT = 14;
95cdf0e10cSrcweir         public static final int NUMERICFIELD = 15;
96cdf0e10cSrcweir         public static final int PATTERNFIELD = 16;
97cdf0e10cSrcweir         public static final int PROGRESSBAR = 17;
98cdf0e10cSrcweir         public static final int ROADMAP = 18;
99cdf0e10cSrcweir         public static final int SCROLLBAR = 19;
100cdf0e10cSrcweir         public static final int TIMEFIELD = 20;
101cdf0e10cSrcweir         public static final int CURRENCYFIELD = 21;
102cdf0e10cSrcweir         public static final int UNKNOWN = -1;
103cdf0e10cSrcweir     }
104cdf0e10cSrcweir }
105