plugins/org.symbian.tools.tmw.ui/src/org/symbian/tools/tmw/internal/ui/wizard/FacetsSelectionPanel.java
changeset 483 109da596fa9d
parent 477 b616697678bf
child 485 df4f55e8569e
equal deleted inserted replaced
482:2973198ae2a9 483:109da596fa9d
   635         private static String getLabel(final Object obj) {
   635         private static String getLabel(final Object obj) {
   636             return ((IProjectFacet) obj).getLabel();
   636             return ((IProjectFacet) obj).getLabel();
   637         }
   637         }
   638     }
   638     }
   639 
   639 
   640     private final class FixedFacetToolTip extends ToolTip {
   640     private static final class FixedFacetToolTip extends ToolTip {
   641         private static final int FAKE_EVENT_TYPE = -9999;
   641         private static final int FAKE_EVENT_TYPE = -9999;
   642 
   642 
   643         private String message = ""; //$NON-NLS-1$
   643         private String message = ""; //$NON-NLS-1$
   644 
   644 
   645         @Override
   645         @Override
   705 
   705 
   706         public void dispose() {
   706         public void dispose() {
   707         }
   707         }
   708     }
   708     }
   709 
   709 
   710     private final class ProblemsLabelProvider implements ITableLabelProvider {
   710     private static final class ProblemsLabelProvider implements ITableLabelProvider {
   711         public String getColumnText(final Object element, final int column) {
   711         public String getColumnText(final Object element, final int column) {
   712             return ((IStatus) element).getMessage();
   712             return ((IStatus) element).getMessage();
   713         }
   713         }
   714 
   714 
   715         public Image getColumnImage(final Object element, final int column) {
   715         public Image getColumnImage(final Object element, final int column) {