Public Member Functions | |
NewProjectPanel () | |
Private Attributes | |
final JTextField | newProjectName |
final JComboBox | newProjectType |
final JButton | createNewProjectButton |
final JPanel | flowPanel |
final ComponentFlasher | newProjectNameFlasher |
Definition at line 438 of file ProjectExplorerPanel.java.
|
Event A: On createNewProjectButton click - call Project.createProject(File, Type) with filename from newProjectField; if returns null, show error message and do nothing. Otherwise, update file listing, set new project active, tell explorerTable to reset newProjectField and newProjectType and call (MainViewPanel) parent.setProject(Project) with returned Project. Pressing enter in newProjectName text field. Definition at line 446 of file ProjectExplorerPanel.java. References ikayaki.gui.null. |
|
Definition at line 442 of file ProjectExplorerPanel.java. |
|
Definition at line 443 of file ProjectExplorerPanel.java. |
|
Definition at line 440 of file ProjectExplorerPanel.java. |
|
Definition at line 444 of file ProjectExplorerPanel.java. |
|
Definition at line 441 of file ProjectExplorerPanel.java. |