@@ -341,18 +341,6 @@ public interface ISharedImages {
341341 */
342342 String IMG_TOOL_BACK_DISABLED = "IMG_TOOL_BACK_DISABLED" ; //$NON-NLS-1$
343343
344- /**
345- * Identifies the back image in the hover (colored) state.
346- *
347- * @deprecated in 3.0. This image is now the same as <code>IMG_TOOL_BACK</code>.
348- * Enabled images are now in color. The workbench itself no longer
349- * uses the hover image variants.
350- * @noreference Marked for deletion see
351- * https://bugs.eclipse.org/bugs/show_bug.cgi?id=559593
352- */
353- @ Deprecated (forRemoval = true , since = "2024-03" )
354- String IMG_TOOL_BACK_HOVER = "IMG_TOOL_BACK_HOVER" ; //$NON-NLS-1$
355-
356344 /**
357345 * Identifies the copy image in the enabled state.
358346 */
@@ -363,18 +351,6 @@ public interface ISharedImages {
363351 */
364352 String IMG_TOOL_COPY_DISABLED = "IMG_TOOL_COPY_DISABLED" ; //$NON-NLS-1$
365353
366- /**
367- * Identifies the copy image in the hover (colored) state.
368- *
369- * @deprecated in 3.0. This image is now the same as <code>IMG_TOOL_COPY</code>.
370- * Enabled images are now in color. The workbench itself no longer
371- * uses the hover image variants.
372- * @noreference Marked for deletion see
373- * https://bugs.eclipse.org/bugs/show_bug.cgi?id=559593
374- */
375- @ Deprecated (forRemoval = true , since = "2024-03" )
376- String IMG_TOOL_COPY_HOVER = "IMG_TOOL_COPY_HOVER" ; //$NON-NLS-1$
377-
378354 /**
379355 * Identifies the cut image in the enabled state.
380356 */
@@ -385,18 +361,6 @@ public interface ISharedImages {
385361 */
386362 String IMG_TOOL_CUT_DISABLED = "IMG_TOOL_CUT_DISABLED" ; //$NON-NLS-1$
387363
388- /**
389- * Identifies the cut image in the hover (colored) state.
390- *
391- * @deprecated in 3.0. This image is now the same as <code>IMG_TOOL_CUT</code>.
392- * Enabled images are now in color. The workbench itself no longer
393- * uses the hover image variants.
394- * @noreference Marked for deletion see
395- * https://bugs.eclipse.org/bugs/show_bug.cgi?id=559593
396- */
397- @ Deprecated (forRemoval = true , since = "2024-03" )
398- String IMG_TOOL_CUT_HOVER = "IMG_TOOL_CUT_HOVER" ; //$NON-NLS-1$
399-
400364 /**
401365 * Identifies the delete image in the enabled state.
402366 *
@@ -411,18 +375,6 @@ public interface ISharedImages {
411375 */
412376 String IMG_TOOL_DELETE_DISABLED = "IMG_TOOL_DELETE_DISABLED" ; //$NON-NLS-1$
413377
414- /**
415- * Identifies the delete image in the hover (colored) state.
416- *
417- * @deprecated in 3.0. This image is now the same as
418- * <code>IMG_TOOL_DELETE</code>. Enabled images are now in color.
419- * The workbench itself no longer uses the hover image variants.
420- * @noreference Marked for deletion see
421- * https://bugs.eclipse.org/bugs/show_bug.cgi?id=559593
422- */
423- @ Deprecated (forRemoval = true , since = "2024-03" )
424- String IMG_TOOL_DELETE_HOVER = "IMG_TOOL_DELETE_HOVER" ; //$NON-NLS-1$
425-
426378 /**
427379 * Identifies the forward image in the enabled state.
428380 */
@@ -433,18 +385,6 @@ public interface ISharedImages {
433385 */
434386 String IMG_TOOL_FORWARD_DISABLED = "IMG_TOOL_FORWARD_DISABLED" ; //$NON-NLS-1$
435387
436- /**
437- * Identifies the forward image in the hover (colored) state.
438- *
439- * @deprecated in 3.0. This image is now the same as
440- * <code>IMG_TOOL_FORWARD</code>. Enabled images are now in color.
441- * The workbench itself no longer uses the hover image variants.
442- * @noreference Marked for deletion see
443- * https://bugs.eclipse.org/bugs/show_bug.cgi?id=559593
444- */
445- @ Deprecated (forRemoval = true , since = "2024-03" )
446- String IMG_TOOL_FORWARD_HOVER = "IMG_TOOL_FORWARD_HOVER" ; //$NON-NLS-1$
447-
448388 /**
449389 * Identifies the new wizard image in the enabled state.
450390 */
@@ -455,19 +395,6 @@ public interface ISharedImages {
455395 */
456396 String IMG_TOOL_NEW_WIZARD_DISABLED = "IMG_TOOL_NEW_WIZARD_DISABLED" ; //$NON-NLS-1$
457397
458- /**
459- * Identifies the new wizard image in the hover (colored) state.
460- *
461- * @deprecated in 3.0. This image is now the same as
462- * <code>IMG_TOOL_NEW_WIZARD</code>. Enabled images are now in
463- * color. The workbench itself no longer uses the hover image
464- * variants.
465- * @noreference Marked for deletion see
466- * https://bugs.eclipse.org/bugs/show_bug.cgi?id=559593
467- */
468- @ Deprecated (forRemoval = true , since = "2024-03" )
469- String IMG_TOOL_NEW_WIZARD_HOVER = "IMG_TOOL_NEW_WIZARD_HOVER" ; //$NON-NLS-1$
470-
471398 /**
472399 * Identifies the paste image in the enabled state.
473400 */
@@ -478,18 +405,6 @@ public interface ISharedImages {
478405 */
479406 String IMG_TOOL_PASTE_DISABLED = "IMG_TOOL_PASTE_DISABLED" ; //$NON-NLS-1$
480407
481- /**
482- * Identifies the paste image in the hover (colored) state.
483- *
484- * @deprecated in 3.0. This image is now the same as
485- * <code>IMG_TOOL_PASTE</code>. Enabled images are now in color. The
486- * workbench itself no longer uses the hover image variants.
487- * @noreference Marked for deletion see
488- * https://bugs.eclipse.org/bugs/show_bug.cgi?id=559593
489- */
490- @ Deprecated (forRemoval = true , since = "2024-03" )
491- String IMG_TOOL_PASTE_HOVER = "IMG_TOOL_PASTE_HOVER" ; //$NON-NLS-1$
492-
493408 /**
494409 * Identifies the redo image in the enabled state.
495410 */
@@ -500,19 +415,6 @@ public interface ISharedImages {
500415 */
501416 String IMG_TOOL_REDO_DISABLED = "IMG_TOOL_REDO_DISABLED" ; //$NON-NLS-1$
502417
503- /**
504- * Identifies the redo image in the hover (colored) state.
505- *
506- * @deprecated in 3.0. This image is now the same as <code>IMG_TOOL_REDO</code>.
507- * Enabled images are now in color. The workbench itself no longer
508- * uses the hover image variants.
509- *
510- * @noreference Marked for deletion see
511- * https://bugs.eclipse.org/bugs/show_bug.cgi?id=559593
512- */
513- @ Deprecated (forRemoval = true , since = "2024-03" )
514- String IMG_TOOL_REDO_HOVER = "IMG_TOOL_REDO_HOVER" ; //$NON-NLS-1$
515-
516418 /**
517419 * Identifies the undo image in the enabled state.
518420 */
@@ -523,19 +425,6 @@ public interface ISharedImages {
523425 */
524426 String IMG_TOOL_UNDO_DISABLED = "IMG_TOOL_UNDO_DISABLED" ; //$NON-NLS-1$
525427
526- /**
527- * Identifies the undo image in the hover (colored) state.
528- *
529- * @deprecated in 3.0. This image is now the same as <code>IMG_TOOL_UNDO</code>.
530- * Enabled images are now in color. The workbench itself no longer
531- * uses the hover image variants.
532- *
533- * @noreference Marked for deletion see
534- * https://bugs.eclipse.org/bugs/show_bug.cgi?id=559593
535- */
536- @ Deprecated (forRemoval = true , since = "2024-03" )
537- String IMG_TOOL_UNDO_HOVER = "IMG_TOOL_UNDO_HOVER" ; //$NON-NLS-1$
538-
539428 /**
540429 * Identifies the up image in the enabled state.
541430 */
@@ -546,18 +435,6 @@ public interface ISharedImages {
546435 */
547436 String IMG_TOOL_UP_DISABLED = "IMG_TOOL_UP_DISABLED" ; //$NON-NLS-1$
548437
549- /**
550- * Identifies the up image in the hover (colored) state.
551- *
552- * @deprecated in 3.0. This image is now the same as <code>IMG_TOOL_UP</code>.
553- * Enabled images are now in color. The workbench itself no longer
554- * uses the hover image variants.
555- * @noreference Marked for deletion see
556- * https://bugs.eclipse.org/bugs/show_bug.cgi?id=559593
557- */
558- @ Deprecated (forRemoval = true , since = "2024-03" )
559- String IMG_TOOL_UP_HOVER = "IMG_TOOL_UP_HOVER" ; //$NON-NLS-1$
560-
561438 // The following set of constants represent the image pairs that are used
562439 // to construct cursors for drag and drop operations within the workbench
563440 // Each cursor is represented by two images; the 'source' and the 'mask'
0 commit comments