|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjack.plugin.JackDefaultSpecEditor
Control allowing to edit the default values added when clauses are not specified.
Constructor Summary | |
JackDefaultSpecEditor(org.eclipse.swt.widgets.Shell s)
|
Method Summary | |
boolean |
checkFields(boolean display_dialog)
Checks that the text fields contains parseable JML. |
void |
createWidgets(org.eclipse.swt.widgets.Composite parent)
|
void |
performDefaults()
Sets all the fields to default values. |
boolean |
performOk(org.eclipse.core.resources.IProject project)
Updates the changes in the interface to the project properties. |
void |
updateControls(org.eclipse.core.resources.IProject project)
Updates the state of the controls depending on the state of the given project. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public JackDefaultSpecEditor(org.eclipse.swt.widgets.Shell s)
Method Detail |
public void createWidgets(org.eclipse.swt.widgets.Composite parent)
public void performDefaults()
public void updateControls(org.eclipse.core.resources.IProject project)
project
- public boolean checkFields(boolean display_dialog)
true
if the fields are Ok, false
otherwise.
display_dialog
- indicates wether an error dialog should be
displayed in case of error.
public boolean performOk(org.eclipse.core.resources.IProject project)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |