X-Git-Url: http://git.phpeclipse.com diff --git a/net.sourceforge.phpeclipse.ui/src/net/sourceforge/phpdt/internal/ui/wizards/dialogfields/CheckedListDialogField.java b/net.sourceforge.phpeclipse.ui/src/net/sourceforge/phpdt/internal/ui/wizards/dialogfields/CheckedListDialogField.java index 64b47c8..df51493 100644 --- a/net.sourceforge.phpeclipse.ui/src/net/sourceforge/phpdt/internal/ui/wizards/dialogfields/CheckedListDialogField.java +++ b/net.sourceforge.phpeclipse.ui/src/net/sourceforge/phpdt/internal/ui/wizards/dialogfields/CheckedListDialogField.java @@ -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.