Main Page | Packages | Class Hierarchy | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

ikayaki.gui.ProjectExplorerPanel.NewProjectPanel Class Reference

Collaboration diagram for ikayaki.gui.ProjectExplorerPanel.NewProjectPanel:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 NewProjectPanel ()

Private Attributes

final JTextField newProjectName
final JComboBox newProjectType
final JButton createNewProjectButton
final JPanel flowPanel
final ComponentFlasher newProjectNameFlasher

Detailed Description

Panel with components for creating a new project. This Panel will be somewhere below the project file listing...

Definition at line 438 of file ProjectExplorerPanel.java.


Constructor & Destructor Documentation

ikayaki.gui.ProjectExplorerPanel.NewProjectPanel.NewProjectPanel  ) 
 

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.


Member Data Documentation

final JButton ikayaki.gui.ProjectExplorerPanel.NewProjectPanel.createNewProjectButton [private]
 

Definition at line 442 of file ProjectExplorerPanel.java.

final JPanel ikayaki.gui.ProjectExplorerPanel.NewProjectPanel.flowPanel [private]
 

Definition at line 443 of file ProjectExplorerPanel.java.

final JTextField ikayaki.gui.ProjectExplorerPanel.NewProjectPanel.newProjectName [private]
 

Definition at line 440 of file ProjectExplorerPanel.java.

final ComponentFlasher ikayaki.gui.ProjectExplorerPanel.NewProjectPanel.newProjectNameFlasher [private]
 

Definition at line 444 of file ProjectExplorerPanel.java.

final JComboBox ikayaki.gui.ProjectExplorerPanel.NewProjectPanel.newProjectType [private]
 

Definition at line 441 of file ProjectExplorerPanel.java.


The documentation for this class was generated from the following file:
Generated on Fri May 6 16:01:08 2005 for Squid by  doxygen 1.4.1