Refactory: remove unused classes, imports, fields and methods.
[phpeclipse.git] / net.sourceforge.phpeclipse.ui / src / net / sourceforge / phpdt / internal / ui / wizards / dialogfields / CheckedListDialogField.java
index 64b47c8..df51493 100644 (file)
@@ -55,10 +55,10 @@ public class CheckedListDialogField extends ListDialogField {
         * will then be handled internally. (enable state, button invocation
         * behaviour)
         */
-       public void setCheckAllButtonIndex(int checkButtonIndex) {
-               Assert.isTrue(checkButtonIndex < fButtonLabels.length);
-               fCheckAllButtonIndex = checkButtonIndex;
-       }
+//     public void setCheckAllButtonIndex(int checkButtonIndex) {
+//             Assert.isTrue(checkButtonIndex < fButtonLabels.length);
+//             fCheckAllButtonIndex = checkButtonIndex;
+//     }
 
        /**
         * Sets the index of the 'uncheck' button in the button label array passed
@@ -125,9 +125,9 @@ public class CheckedListDialogField extends ListDialogField {
        /**
         * Returns true if the element is checked.
         */
-       public boolean isChecked(Object obj) {
-               return fCheckElements.contains(obj);
-       }
+//     public boolean isChecked(Object obj) {
+//             return fCheckElements.contains(obj);
+//     }
 
        /**
         * Sets the checked elements.