Refactory: remove unused classes, imports, fields and methods.
[phpeclipse.git] / net.sourceforge.phpeclipse.ui / src / net / sourceforge / phpdt / ui / wizards / NewClassWizardPage.java
index 4203e32..2172de7 100644 (file)
@@ -79,7 +79,7 @@ public class NewClassWizardPage extends NewTypeWizardPage {
         */
        public void init(IStructuredSelection selection) {
                IJavaElement jelem = getInitialJavaElement(selection);
-               initContainerPage(jelem);
+               //initContainerPage(jelem);
                initTypePage(jelem);
                doStatusUpdate();
 
@@ -189,9 +189,9 @@ public class NewClassWizardPage extends NewTypeWizardPage {
         * 
         * @return the selection state of the 'Create Main' checkbox
         */
-       public boolean isCreateMain() {
-               return fMethodStubsButtons.isSelected(0);
-       }
+//     public boolean isCreateMain() {
+//             return fMethodStubsButtons.isSelected(0);
+//     }
 
        /**
         * Returns the current selection state of the 'Create Constructors'
@@ -199,9 +199,9 @@ public class NewClassWizardPage extends NewTypeWizardPage {
         * 
         * @return the selection state of the 'Create Constructors' checkbox
         */
-       public boolean isCreateConstructors() {
-               return fMethodStubsButtons.isSelected(1);
-       }
+//     public boolean isCreateConstructors() {
+//             return fMethodStubsButtons.isSelected(1);
+//     }
 
        /**
         * Returns the current selection state of the 'Create inherited abstract
@@ -210,9 +210,9 @@ public class NewClassWizardPage extends NewTypeWizardPage {
         * @return the selection state of the 'Create inherited abstract methods'
         *         checkbox
         */
-       public boolean isCreateInherited() {
-               return fMethodStubsButtons.isSelected(2);
-       }
+//     public boolean isCreateInherited() {
+//             return fMethodStubsButtons.isSelected(2);
+//     }
 
        /**
         * Sets the selection state of the method stub checkboxes.
@@ -272,4 +272,4 @@ public class NewClassWizardPage extends NewTypeWizardPage {
        // monitor.done();
        // }
        // }
-}
+}
\ No newline at end of file