org.eclipse.cdt.internal.ui.wizards.classwizard
Class NewClassWizardPrefs

java.lang.Object
  extended by org.eclipse.cdt.internal.ui.wizards.classwizard.NewClassWizardPrefs

public class NewClassWizardPrefs
extends java.lang.Object


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

NewClassWizardPrefs

public NewClassWizardPrefs()
Method Detail

verifyBaseClasses

public static boolean verifyBaseClasses()
Checks if the base classes need to be verified (ie they must exist in the project)

Returns:
true if the base classes should be verified

createIncludePaths

public static boolean createIncludePaths()
Checks if include paths can be added to the project as needed.

Returns:
true if the include paths should be added

openClassInEditor

public static boolean openClassInEditor()
Returns whether the generated header and source files should be opened in editors after the finish button is pressed.

Returns:
true if the header and source file should be displayed