|
Lines 16-22
Link Here
|
| 16 |
* |
16 |
* |
| 17 |
* |
17 |
* |
| 18 |
* @author Paul E. Slauenwhite |
18 |
* @author Paul E. Slauenwhite |
| 19 |
* @version April 2, 2009 |
19 |
* @version April 8, 2009 |
| 20 |
* @since February 1, 2005 |
20 |
* @since February 1, 2005 |
| 21 |
*/ |
21 |
*/ |
| 22 |
public class ContextIds { |
22 |
public class ContextIds { |
|
Lines 145-153
Link Here
|
| 145 |
public static final String EXEC_EDIT_EVENTS = ".exed0002"; //$NON-NLS-1$ |
145 |
public static final String EXEC_EDIT_EVENTS = ".exed0002"; //$NON-NLS-1$ |
| 146 |
|
146 |
|
| 147 |
//Dtapools: |
147 |
//Dtapools: |
| 148 |
|
|
|
| 149 |
//Datapool Editor: |
| 150 |
public static final String DATA_BASE_DIALOG = ".dpld0001"; //$NON-NLS-1$ |
| 151 |
|
148 |
|
| 152 |
//New Datapool wizard: |
149 |
//New Datapool wizard: |
| 153 |
public static final String NEW_DATAPOOL_WIZARD = ".dplw0001"; //$NON-NLS-1$ |
150 |
public static final String NEW_DATAPOOL_WIZARD = ".dplw0001"; //$NON-NLS-1$ |
|
Lines 158-201
Link Here
|
| 158 |
//Export Datapool as CSV File wizard: |
155 |
//Export Datapool as CSV File wizard: |
| 159 |
public static final String EXPORT_DATAPOOL_AS_CSV_FILE_WIZARD = ".dplw0003"; //$NON-NLS-1$ |
156 |
public static final String EXPORT_DATAPOOL_AS_CSV_FILE_WIZARD = ".dplw0003"; //$NON-NLS-1$ |
| 160 |
|
157 |
|
|
|
158 |
//Datapool Editor (base dialog): |
| 159 |
public static final String DATA_BASE_DIALOG = ".dpld0001"; //$NON-NLS-1$ |
| 160 |
|
| 161 |
//Datapool Editor (form): |
| 161 |
public static final String DATA_FORM = ".datf0001"; //$NON-NLS-1$ |
162 |
public static final String DATA_FORM = ".datf0001"; //$NON-NLS-1$ |
|
|
163 |
|
| 164 |
//Datapool Editor (text form): |
| 162 |
public static final String DATA_TEXT_FORM = ".datf0002"; //$NON-NLS-1$ |
165 |
public static final String DATA_TEXT_FORM = ".datf0002"; //$NON-NLS-1$ |
|
|
166 |
|
| 167 |
//Datapool Editor (name form): |
| 163 |
public static final String DATA_NAME_FORM = ".datf0003"; //$NON-NLS-1$ |
168 |
public static final String DATA_NAME_FORM = ".datf0003"; //$NON-NLS-1$ |
|
|
169 |
|
| 170 |
//Datapool Editor (table form): |
| 164 |
public static final String DATA_TABLE_FORM = ".datbf0001"; //$NON-NLS-1$ |
171 |
public static final String DATA_TABLE_FORM = ".datbf0001"; //$NON-NLS-1$ |
| 165 |
|
172 |
|
| 166 |
//Insert column action: |
173 |
//Datapool Editor (insert column action): |
| 167 |
public static final String INS_COL_ACT = ".ica0001"; //$NON-NLS-1$ |
174 |
public static final String INS_COL_ACT = ".ica0001"; //$NON-NLS-1$ |
| 168 |
|
175 |
|
| 169 |
//Edit column action: |
176 |
//Datapool Editor (edit column action): |
| 170 |
public static final String EDIT_COL_ACT = ".eca0001"; //$NON-NLS-1$ |
177 |
public static final String EDIT_COL_ACT = ".eca0001"; //$NON-NLS-1$ |
| 171 |
|
178 |
|
| 172 |
//Delete column action: |
179 |
//Datapool Editor (delete column action): |
| 173 |
public static final String DEL_COL_ACT = ".dca0001"; //$NON-NLS-1$ |
180 |
public static final String DEL_COL_ACT = ".dca0001"; //$NON-NLS-1$ |
| 174 |
|
181 |
|
| 175 |
//Insert row action: |
182 |
//Datapool Editor (insert row action): |
| 176 |
public static final String INS_ROW_ACT = ".ira0001"; //$NON-NLS-1$ |
183 |
public static final String INS_ROW_ACT = ".ira0001"; //$NON-NLS-1$ |
| 177 |
|
184 |
|
| 178 |
//Edit row action: |
185 |
//Datapool Editor (edit row action): |
| 179 |
public static final String EDIT_ROW_ACT = ".era0001"; //$NON-NLS-1$ |
186 |
public static final String EDIT_ROW_ACT = ".era0001"; //$NON-NLS-1$ |
| 180 |
|
187 |
|
| 181 |
//Delete row action: |
188 |
//Datapool Editor (delete row action): |
| 182 |
public static final String DEL_ROW_ACT = ".dra0001"; //$NON-NLS-1$ |
189 |
public static final String DEL_ROW_ACT = ".dra0001"; //$NON-NLS-1$ |
| 183 |
|
|
|
| 184 |
//Insert row group action: |
| 185 |
public static final String INS_ROW_GRP_ACT = ".irga0001"; //$NON-NLS-1$ |
| 186 |
|
| 187 |
//Edit row group action: |
| 188 |
public static final String EDIT_ROW_GRP_ACT = ".erga0001"; //$NON-NLS-1$ |
| 189 |
|
190 |
|
| 190 |
//Delete row group action: |
191 |
//Datapool Editor (copy action): |
| 191 |
public static final String DEL_ROW_GRP_ACT = ".drga0001"; //$NON-NLS-1$ |
|
|
| 192 |
|
| 193 |
//Copy action: |
| 194 |
public static final String COPY_ACT = ".cpya0001"; //$NON-NLS-1$ |
192 |
public static final String COPY_ACT = ".cpya0001"; //$NON-NLS-1$ |
| 195 |
|
193 |
|
| 196 |
//Cut action: |
194 |
//Datapool Editor (cut action): |
| 197 |
public static final String CUT_ACT = ".cuta0001"; //$NON-NLS-1$ |
195 |
public static final String CUT_ACT = ".cuta0001"; //$NON-NLS-1$ |
| 198 |
|
196 |
|
| 199 |
//Paste action: |
197 |
//Datapool Editor (paste action): |
| 200 |
public static final String PASTE_ACT = ".psta0001"; //$NON-NLS-1$ |
198 |
public static final String PASTE_ACT = ".psta0001"; //$NON-NLS-1$ |
| 201 |
} |
199 |
} |