| javax.swing.JDialog tide.project.ProjectSettingsEditorDialog
ProjectSettingsEditorDialog | public class ProjectSettingsEditorDialog extends JDialog (Code) | | With clever global default discovering for projects !
Warns if source not ending with src or source !
Warns if no doc set, warns if not generating debug info for variable names.
|
ProjectSettingsEditorDialog | public ProjectSettingsEditorDialog(MainEditorFrame parent, ProjectSettings projDef, boolean firstCall, boolean exitIfCancelled)(Code) | | Saves back if user changed something and accepted.
MODAL dialog
Parameters: firstCall - on first call, changing name will autocomplete the other path fields accordinglyis true when creating a new project. |
getHasBeenAccepted | public boolean getHasBeenAccepted()(Code) | | false if the user has pressed the cancel button. |
mustReloadProjectBecauseOfChanges | public boolean mustReloadProjectBecauseOfChanges()(Code) | | When the source path has changed OR the class path.
|
|
|