|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.cdt.internal.ui.wizards.classwizard.NewClassWizardPrefs
public class NewClassWizardPrefs
Constructor Summary | |
---|---|
NewClassWizardPrefs()
|
Method Summary | |
---|---|
static boolean |
createIncludePaths()
Checks if include paths can be added to the project as needed. |
static boolean |
openClassInEditor()
Returns whether the generated header and source files should be opened in editors after the finish button is pressed. |
static boolean |
verifyBaseClasses()
Checks if the base classes need to be verified (ie they must exist in the project) |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NewClassWizardPrefs()
Method Detail |
---|
public static boolean verifyBaseClasses()
true
if the base classes should be verifiedpublic static boolean createIncludePaths()
true
if the include paths should be addedpublic static boolean openClassInEditor()
true
if the header and source file should be
displayed
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |