*/
public void init(IStructuredSelection selection) {
IJavaElement jelem = getInitialJavaElement(selection);
- initContainerPage(jelem);
+ //initContainerPage(jelem);
initTypePage(jelem);
doStatusUpdate();
*
* @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'
*
* @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
* @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.
// monitor.done();
// }
// }
-}
+}
\ No newline at end of file