File tree Expand file tree Collapse file tree 5 files changed +13
-13
lines changed
examples/org.eclipse.swt.examples/src/org/eclipse/swt/examples/controlexample Expand file tree Collapse file tree 5 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -141,7 +141,7 @@ int getDefaultMaximum () {
141
141
}
142
142
143
143
/**
144
- * Gets the default minimim of the "Example" widgets.
144
+ * Gets the default minimum of the "Example" widgets.
145
145
*/
146
146
@ Override
147
147
int getDefaultMinimum () {
@@ -166,7 +166,7 @@ void setWidgetMaximum () {
166
166
}
167
167
168
168
/**
169
- * Sets the minimim of the "Example" widgets.
169
+ * Sets the minimum of the "Example" widgets.
170
170
*/
171
171
@ Override
172
172
void setWidgetMinimum () {
Original file line number Diff line number Diff line change @@ -170,7 +170,7 @@ void setExampleWidgetState () {
170
170
abstract int getDefaultMaximum ();
171
171
172
172
/**
173
- * Gets the default minimim of the "Example" widgets.
173
+ * Gets the default minimum of the "Example" widgets.
174
174
*/
175
175
abstract int getDefaultMinimum ();
176
176
@@ -185,7 +185,7 @@ void setExampleWidgetState () {
185
185
abstract void setWidgetMaximum ();
186
186
187
187
/**
188
- * Sets the minimim of the "Example" widgets.
188
+ * Sets the minimum of the "Example" widgets.
189
189
*/
190
190
abstract void setWidgetMinimum ();
191
191
Original file line number Diff line number Diff line change @@ -170,7 +170,7 @@ int getDefaultMaximum () {
170
170
}
171
171
172
172
/**
173
- * Gets the default minimim of the "Example" widgets.
173
+ * Gets the default minimum of the "Example" widgets.
174
174
*/
175
175
@ Override
176
176
int getDefaultMinimum () {
@@ -207,15 +207,15 @@ void setWidgetIncrement () {
207
207
}
208
208
209
209
/**
210
- * Sets the minimim of the "Example" widgets.
210
+ * Sets the minimum of the "Example" widgets.
211
211
*/
212
212
@ Override
213
213
void setWidgetMaximum () {
214
214
scale1 .setMaximum (maximumSpinner .getSelection ());
215
215
}
216
216
217
217
/**
218
- * Sets the minimim of the "Example" widgets.
218
+ * Sets the minimum of the "Example" widgets.
219
219
*/
220
220
@ Override
221
221
void setWidgetMinimum () {
Original file line number Diff line number Diff line change @@ -195,7 +195,7 @@ int getDefaultMaximum () {
195
195
}
196
196
197
197
/**
198
- * Gets the default minimim of the "Example" widgets.
198
+ * Gets the default minimum of the "Example" widgets.
199
199
*/
200
200
@ Override
201
201
int getDefaultMinimum () {
@@ -239,15 +239,15 @@ void setWidgetIncrement () {
239
239
}
240
240
241
241
/**
242
- * Sets the minimim of the "Example" widgets.
242
+ * Sets the minimum of the "Example" widgets.
243
243
*/
244
244
@ Override
245
245
void setWidgetMaximum () {
246
246
slider1 .setMaximum (maximumSpinner .getSelection ());
247
247
}
248
248
249
249
/**
250
- * Sets the minimim of the "Example" widgets.
250
+ * Sets the minimum of the "Example" widgets.
251
251
*/
252
252
@ Override
253
253
void setWidgetMinimum () {
Original file line number Diff line number Diff line change @@ -244,7 +244,7 @@ int getDefaultMaximum () {
244
244
}
245
245
246
246
/**
247
- * Gets the default minimim of the "Example" widgets.
247
+ * Gets the default minimum of the "Example" widgets.
248
248
*/
249
249
@ Override
250
250
int getDefaultMinimum () {
@@ -288,15 +288,15 @@ void setWidgetIncrement () {
288
288
}
289
289
290
290
/**
291
- * Sets the minimim of the "Example" widgets.
291
+ * Sets the minimum of the "Example" widgets.
292
292
*/
293
293
@ Override
294
294
void setWidgetMaximum () {
295
295
spinner1 .setMaximum (maximumSpinner .getSelection ());
296
296
}
297
297
298
298
/**
299
- * Sets the minimim of the "Example" widgets.
299
+ * Sets the minimum of the "Example" widgets.
300
300
*/
301
301
@ Override
302
302
void setWidgetMinimum () {
You can’t perform that action at this time.
0 commit comments