]> git.proxmox.com Git - mirror_edk2.git/blob - Tools/Source/FrameworkWizard/src/org/tianocore/frameworkwizard/FrameworkWizardUI.java
1087d85a4e232eab6c10d37b6a22b595df0868c4
[mirror_edk2.git] / Tools / Source / FrameworkWizard / src / org / tianocore / frameworkwizard / FrameworkWizardUI.java
1 /** @file
2
3 The main GUI for module editor.
4
5 Copyright (c) 2006, Intel Corporation
6 All rights reserved. This program and the accompanying materials
7 are licensed and made available under the terms and conditions of the BSD License
8 which accompanies this distribution. The full text of the license may be found at
9 http://opensource.org/licenses/bsd-license.php
10
11 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
12 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
13
14 **/
15
16 package org.tianocore.frameworkwizard;
17
18 import java.awt.event.ActionEvent;
19 import java.awt.event.ComponentEvent;
20 import java.awt.event.ComponentListener;
21 import java.awt.event.MouseEvent;
22 import java.awt.event.MouseListener;
23 import java.awt.event.WindowEvent;
24 import java.io.IOException;
25 import java.util.Vector;
26
27 import javax.swing.JButton;
28 import javax.swing.JCheckBoxMenuItem;
29 import javax.swing.JDesktopPane;
30 import javax.swing.JFileChooser;
31 import javax.swing.JFrame;
32 import javax.swing.JInternalFrame;
33 import javax.swing.JMenu;
34 import javax.swing.JMenuBar;
35 import javax.swing.JMenuItem;
36 import javax.swing.JOptionPane;
37 import javax.swing.JPanel;
38 import javax.swing.JScrollPane;
39 import javax.swing.JSplitPane;
40 import javax.swing.JTabbedPane;
41 import javax.swing.event.MenuEvent;
42 import javax.swing.event.MenuListener;
43 import javax.swing.event.TreeSelectionEvent;
44 import javax.swing.event.TreeSelectionListener;
45
46 import org.apache.xmlbeans.XmlException;
47 import org.tianocore.ModuleSurfaceAreaDocument;
48 import org.tianocore.PackageSurfaceAreaDocument;
49 import org.tianocore.PlatformSurfaceAreaDocument;
50 import org.tianocore.frameworkwizard.common.DataType;
51 import org.tianocore.frameworkwizard.common.IFileFilter;
52 import org.tianocore.frameworkwizard.common.Log;
53 import org.tianocore.frameworkwizard.common.SaveFile;
54 import org.tianocore.frameworkwizard.common.Tools;
55 import org.tianocore.frameworkwizard.common.Identifications.Identification;
56 import org.tianocore.frameworkwizard.common.Identifications.OpenFile;
57 import org.tianocore.frameworkwizard.common.Identifications.OpeningModuleList;
58 import org.tianocore.frameworkwizard.common.Identifications.OpeningModuleType;
59 import org.tianocore.frameworkwizard.common.Identifications.OpeningPackageList;
60 import org.tianocore.frameworkwizard.common.Identifications.OpeningPackageType;
61 import org.tianocore.frameworkwizard.common.Identifications.OpeningPlatformList;
62 import org.tianocore.frameworkwizard.common.Identifications.OpeningPlatformType;
63 import org.tianocore.frameworkwizard.common.ui.IDefaultMutableTreeNode;
64 import org.tianocore.frameworkwizard.common.ui.IDesktopManager;
65 import org.tianocore.frameworkwizard.common.ui.IFrame;
66 import org.tianocore.frameworkwizard.common.ui.ITree;
67 import org.tianocore.frameworkwizard.far.createui.CreateStepOne;
68 import org.tianocore.frameworkwizard.far.deleteui.DeleteStepOne;
69 import org.tianocore.frameworkwizard.far.installui.InstallStepOne;
70 import org.tianocore.frameworkwizard.far.updateui.UpdateStepOne;
71 import org.tianocore.frameworkwizard.module.Identifications.ModuleIdentification;
72 import org.tianocore.frameworkwizard.module.ui.ModuleBootModes;
73 import org.tianocore.frameworkwizard.module.ui.ModuleDataHubs;
74 import org.tianocore.frameworkwizard.module.ui.ModuleDefinitions;
75 import org.tianocore.frameworkwizard.module.ui.ModuleEvents;
76 import org.tianocore.frameworkwizard.module.ui.ModuleExterns;
77 import org.tianocore.frameworkwizard.module.ui.ModuleGuids;
78 import org.tianocore.frameworkwizard.module.ui.ModuleHiiPackages;
79 import org.tianocore.frameworkwizard.module.ui.ModuleHobs;
80 import org.tianocore.frameworkwizard.module.ui.ModuleLibraryClassDefinitions;
81 import org.tianocore.frameworkwizard.module.ui.ModulePCDs;
82 import org.tianocore.frameworkwizard.module.ui.ModulePackageDependencies;
83 import org.tianocore.frameworkwizard.module.ui.ModulePpis;
84 import org.tianocore.frameworkwizard.module.ui.ModuleProtocols;
85 import org.tianocore.frameworkwizard.module.ui.ModuleSourceFiles;
86 import org.tianocore.frameworkwizard.module.ui.ModuleSystemTables;
87 import org.tianocore.frameworkwizard.module.ui.ModuleVariables;
88 import org.tianocore.frameworkwizard.module.ui.MsaHeader;
89 import org.tianocore.frameworkwizard.packaging.PackageIdentification;
90 import org.tianocore.frameworkwizard.packaging.ui.SpdGuidDecls;
91 import org.tianocore.frameworkwizard.packaging.ui.SpdHeader;
92 import org.tianocore.frameworkwizard.packaging.ui.SpdLibClassDecls;
93 import org.tianocore.frameworkwizard.packaging.ui.SpdMsaFiles;
94 import org.tianocore.frameworkwizard.packaging.ui.SpdPackageDefinitions;
95 import org.tianocore.frameworkwizard.packaging.ui.SpdPackageHeaders;
96 import org.tianocore.frameworkwizard.packaging.ui.SpdPcdDefs;
97 import org.tianocore.frameworkwizard.packaging.ui.SpdPpiDecls;
98 import org.tianocore.frameworkwizard.packaging.ui.SpdProtocolDecls;
99 import org.tianocore.frameworkwizard.platform.PlatformIdentification;
100 import org.tianocore.frameworkwizard.platform.ui.FpdBuildOptions;
101 import org.tianocore.frameworkwizard.platform.ui.FpdDynamicPcdBuildDefinitions;
102 import org.tianocore.frameworkwizard.platform.ui.FpdFlash;
103 import org.tianocore.frameworkwizard.platform.ui.FpdFrameworkModules;
104 import org.tianocore.frameworkwizard.platform.ui.FpdHeader;
105 import org.tianocore.frameworkwizard.platform.ui.FpdPlatformDefs;
106 import org.tianocore.frameworkwizard.workspace.Workspace;
107 import org.tianocore.frameworkwizard.workspace.WorkspaceTools;
108 import org.tianocore.frameworkwizard.workspace.ui.SwitchWorkspace;
109
110 /**
111 The class is used to show main GUI of ModuleEditor
112 It extends IFrame implements MouseListener, TreeSelectionListener
113
114 **/
115 public class FrameworkWizardUI extends IFrame implements MouseListener, TreeSelectionListener, ComponentListener,
116 MenuListener {
117 ///
118 /// Define class Serial Version UID
119 ///
120 private static final long serialVersionUID = -7103240960573031772L;
121
122 //
123 // To save information of all files
124 //
125 private Vector<ModuleIdentification> vModuleList = new Vector<ModuleIdentification>();
126
127 private Vector<PackageIdentification> vPackageList = new Vector<PackageIdentification>();
128
129 private Vector<PlatformIdentification> vPlatformList = new Vector<PlatformIdentification>();
130
131 private OpeningModuleList openingModuleList = new OpeningModuleList();
132
133 private OpeningPackageList openingPackageList = new OpeningPackageList();
134
135 private OpeningPlatformList openingPlatformList = new OpeningPlatformList();
136
137 private int currentOpeningModuleIndex = -1;
138
139 private int currentOpeningPackageIndex = -1;
140
141 private int currentOpeningPlatformIndex = -1;
142
143 private IDefaultMutableTreeNode dmtnRoot = null;
144
145 private IDefaultMutableTreeNode dmtnModuleDescription = null;
146
147 private IDefaultMutableTreeNode dmtnPackageDescription = null;
148
149 private IDefaultMutableTreeNode dmtnPlatformDescription = null;
150
151 private JPanel jContentPane = null;
152
153 private JMenuBar jMenuBar = null;
154
155 private JMenu jMenuFile = null;
156
157 private JMenuItem jMenuItemFileNew = null;
158
159 private JMenuItem jMenuItemFileSaveAs = null;
160
161 private JMenuItem jMenuItemFileExit = null;
162
163 private JMenu jMenuEdit = null;
164
165 private JDesktopPane jDesktopPaneModule = null;
166
167 private JDesktopPane jDesktopPanePackage = null;
168
169 private JDesktopPane jDesktopPanePlatform = null;
170
171 private JTabbedPane jTabbedPaneTree = null;
172
173 private JTabbedPane jTabbedPaneEditor = null;
174
175 private IDesktopManager iDesktopManager = new IDesktopManager();
176
177 private JScrollPane jScrollPaneTree = null;
178
179 private ITree iTree = null;
180
181 private JMenu jMenuHelp = null;
182
183 private JMenuItem jMenuItemHelpAbout = null;
184
185 private JMenuItem jMenuItemEditDelete = null;
186
187 private WorkspaceTools wt = new WorkspaceTools();
188
189 private JMenuItem jMenuItemFileSave = null;
190
191 private JMenuItem jMenuItemFileClose = null;
192
193 private JMenu jMenuTools = null;
194
195 private JMenu jMenuWindow = null;
196
197 private JPanel jPanelOperation = null;
198
199 private JButton jButtonOk = null;
200
201 private JButton jButtonCancel = null;
202
203 private JMenuItem jMenuItemFileOpen = null;
204
205 private JMenuItem jMenuItemFileCloseAll = null;
206
207 private JMenuItem jMenuItemFileSaveAll = null;
208
209 private JMenuItem jMenuItemFilePageSetup = null;
210
211 private JMenuItem jMenuItemFilePrint = null;
212
213 private JMenuItem jMenuItemFileImport = null;
214
215 private JMenuItem jMenuItemFileProperties = null;
216
217 private JMenu jMenuFileRecentFiles = null;
218
219 private JSplitPane jSplitPane = null;
220
221 private JMenuItem jMenuItemEditUndo = null;
222
223 private JMenuItem jMenuItemEditRedo = null;
224
225 private JMenuItem jMenuItemEditCut = null;
226
227 private JMenuItem jMenuItemEditCopy = null;
228
229 private JMenuItem jMenuItemEditPaste = null;
230
231 private JMenuItem jMenuItemEditSelectAll = null;
232
233 private JMenuItem jMenuItemEditFind = null;
234
235 private JMenuItem jMenuItemEditFindNext = null;
236
237 private JMenu jMenuView = null;
238
239 private JMenu jMenuViewToolbars = null;
240
241 private JCheckBoxMenuItem jCheckBoxMenuItemViewToolbarsFile = null;
242
243 private JCheckBoxMenuItem jCheckBoxMenuItemViewToolbarsEdit = null;
244
245 private JCheckBoxMenuItem jCheckBoxMenuItemViewToolbarsWindow = null;
246
247 private JMenuItem jMenuItemViewStandard = null;
248
249 private JMenuItem jMenuItemViewAdvanced = null;
250
251 private JMenu jMenuProject = null;
252
253 private JMenuItem jMenuItemProjectAdmin = null;
254
255 private JMenuItem jMenuItemProjectChangeWorkspace = null;
256
257 private JMenu jMenuProjectBuildTargets = null;
258
259 private JCheckBoxMenuItem jCheckBoxMenuItemProjectBuildTargetsDebug = null;
260
261 private JCheckBoxMenuItem jCheckBoxMenuItemProjectBuildTargetsRelease = null;
262
263 private JMenuItem jMenuItemToolsToolChainConfiguration = null;
264
265 private JMenuItem jMenuItemToolsClone = null;
266
267 private JMenuItem jMenuItemToolsCodeScan = null;
268
269 private JMenuItem jMenuItemWindowDisplaySide = null;
270
271 private JMenuItem jMenuItemWindowDisplayTopBottom = null;
272
273 private JMenuItem jMenuItemViewXML = null;
274
275 private JMenuItem jMenuItemWindowTabView = null;
276
277 private JMenuItem jMenuItemWindowSource = null;
278
279 private JMenuItem jMenuItemWindowXML = null;
280
281 private JMenuItem jMenuItemWindowPreferences = null;
282
283 private JMenuItem jMenuItemHelpContents = null;
284
285 private JMenuItem jMenuItemHelpIndex = null;
286
287 private JMenuItem jMenuItemHelpSearch = null;
288
289 private JMenuItem jMenuItemProjectInstallFar = null;
290
291 private JMenuItem jMenuItemProjectUpdateFar = null;
292
293 private JMenuItem jMenuItemProjectRemoveFar = null;
294
295 //private JToolBar jToolBarFile = null;
296
297 //private JToolBar jToolBarEdit = null;
298
299 //private JToolBar jToolBarWindow = null;
300
301 private static FrameworkWizardUI fwui = null;
302
303 private JMenuItem jMenuItemProjectCreateFar = null;
304
305 public static FrameworkWizardUI getInstance() {
306 if (fwui == null) {
307 fwui = new FrameworkWizardUI();
308 }
309 return fwui;
310 }
311
312 /**
313 This method initializes jMenuBar
314
315 @return javax.swing.JMenuBar Main menu bar for the entire GUI
316
317 **/
318 private JMenuBar getjJMenuBar() {
319 if (jMenuBar == null) {
320 jMenuBar = new JMenuBar();
321 jMenuBar.setPreferredSize(new java.awt.Dimension(0, 18));
322 jMenuBar.add(getJMenuFile());
323 jMenuBar.add(getJMenuEdit());
324 jMenuBar.add(getJMenuView());
325 jMenuBar.add(getJMenuProject());
326 jMenuBar.add(getJMenuTools());
327 jMenuBar.add(getJMenuWindow());
328 jMenuBar.add(getJMenuHelp());
329 }
330 return jMenuBar;
331 }
332
333 /**
334 This method initializes jSplitPane
335
336 @return javax.swing.JSplitPane
337
338 **/
339 private JSplitPane getJSplitPane() {
340 if (jSplitPane == null) {
341 jSplitPane = new JSplitPane(JSplitPane.HORIZONTAL_SPLIT, getJTabbedPaneTree(), getJTabbedPaneEditor());
342 jSplitPane.setBounds(new java.awt.Rectangle(0, 1, DataType.MAIN_FRAME_SPLIT_PANEL_PREFERRED_SIZE_WIDTH,
343 DataType.MAIN_FRAME_SPLIT_PANEL_PREFERRED_SIZE_HEIGHT));
344 jSplitPane.addComponentListener(this);
345 }
346 return jSplitPane;
347 }
348
349 /**
350 This method initializes jTabbedPaneEditor
351
352 @return javax.swing.JTabbedPane
353
354 */
355 private JTabbedPane getJTabbedPaneEditor() {
356 if (jTabbedPaneEditor == null) {
357 jTabbedPaneEditor = new JTabbedPane();
358 jTabbedPaneEditor.setBounds(new java.awt.Rectangle(DataType.MAIN_FRAME_EDITOR_PANEL_LOCATION_X,
359 DataType.MAIN_FRAME_EDITOR_PANEL_LOCATION_Y,
360 DataType.MAIN_FRAME_EDITOR_PANEL_PREFERRED_SIZE_WIDTH,
361 DataType.MAIN_FRAME_EDITOR_PANEL_PREFERRED_SIZE_HEIGHT));
362 jTabbedPaneEditor
363 .setMinimumSize(new java.awt.Dimension(
364 DataType.MAIN_FRAME_EDITOR_PANEL_PREFERRED_SIZE_WIDTH,
365 DataType.MAIN_FRAME_EDITOR_PANEL_PREFERRED_SIZE_HEIGHT));
366 //jTabbedPaneEditor.addChangeListener(this);
367 jTabbedPaneEditor.addTab("Module", null, getJDesktopPaneModule(), null);
368 jTabbedPaneEditor.addTab("Package", null, getJDesktopPanePackage(), null);
369 jTabbedPaneEditor.addTab("Platform", null, getJDesktopPanePlatform(), null);
370 }
371 return jTabbedPaneEditor;
372 }
373
374 /**
375 This method initializes jTabbedPaneTree
376
377 @return javax.swing.JTabbedPane
378
379 */
380 private JTabbedPane getJTabbedPaneTree() {
381 if (jTabbedPaneTree == null) {
382 jTabbedPaneTree = new JTabbedPane();
383 jTabbedPaneTree
384 .setPreferredSize(new java.awt.Dimension(
385 DataType.MAIN_FRAME_TREE_PANEL_PREFERRED_SIZE_WIDTH,
386 DataType.MAIN_FRAME_TREE_PANEL_PREFERRED_SIZE_HEIGHT));
387 jTabbedPaneTree
388 .setMinimumSize(new java.awt.Dimension(DataType.MAIN_FRAME_TREE_PANEL_PREFERRED_SIZE_WIDTH,
389 DataType.MAIN_FRAME_TREE_PANEL_PREFERRED_SIZE_HEIGHT));
390 jTabbedPaneTree.addTab("Workspace Explorer", null, getJScrollPaneTree(), null);
391 }
392 return jTabbedPaneTree;
393 }
394
395 /**
396 This method initializes jMenuFile
397
398 @return javax.swing.JMenu jMenuModule
399
400 **/
401 private JMenu getJMenuFile() {
402 if (jMenuFile == null) {
403 jMenuFile = new JMenu();
404 jMenuFile.setText("File");
405 jMenuFile.setMnemonic('F');
406 jMenuFile.add(getJMenuItemFileNew());
407 jMenuFile.add(getJMenuItemFileOpen());
408 jMenuFile.add(getJMenuItemFileClose());
409 jMenuFile.add(getJMenuItemFileCloseAll());
410 jMenuFile.addSeparator();
411 jMenuFile.add(getJMenuFileRecentFiles());
412 //jMenuFile.addSeparator();
413 jMenuFile.add(getJMenuItemFileSave());
414 jMenuFile.add(getJMenuItemFileSaveAs());
415 jMenuFile.add(getJMenuItemFileSaveAll());
416 jMenuFile.addSeparator();
417 jMenuFile.add(getJMenuItemFilePageSetup());
418 jMenuFile.add(getJMenuItemFilePrint());
419 //jMenuFile.addSeparator();
420 jMenuFile.add(getJMenuItemFileImport());
421 //jMenuFile.addSeparator();
422 jMenuFile.add(getJMenuItemFileProperties());
423 //jMenuFile.addSeparator();
424 jMenuFile.add(getJMenuItemFileExit());
425 jMenuFile.addMenuListener(this);
426 }
427 return jMenuFile;
428 }
429
430 /**
431 This method initializes jMenuItemFileSaveAs
432
433 @return javax.swing.JMenuItem jMenuItemFileSaveAs
434
435 **/
436 private JMenuItem getJMenuItemFileSaveAs() {
437 if (jMenuItemFileSaveAs == null) {
438 jMenuItemFileSaveAs = new JMenuItem();
439 jMenuItemFileSaveAs.setText("Save As...");
440 jMenuItemFileSaveAs.setMnemonic('a');
441 jMenuItemFileSaveAs.addActionListener(this);
442 jMenuItemFileSaveAs.setEnabled(false);
443 jMenuItemFileSaveAs.setVisible(false);
444 }
445 return jMenuItemFileSaveAs;
446 }
447
448 /**
449 This method initializes jMenuItemModuleExit
450
451 @return javax.swing.JMenuItem jMenuItemModuleExit
452
453 **/
454 private JMenuItem getJMenuItemFileExit() {
455 if (jMenuItemFileExit == null) {
456 jMenuItemFileExit = new JMenuItem();
457 jMenuItemFileExit.setText("Exit");
458 jMenuItemFileExit.setMnemonic('x');
459 jMenuItemFileExit.addActionListener(this);
460 }
461 return jMenuItemFileExit;
462 }
463
464 /**
465 This method initializes jMenuEdit
466
467 @return javax.swing.JMenu jMenuEdit
468
469 **/
470 private JMenu getJMenuEdit() {
471 if (jMenuEdit == null) {
472 jMenuEdit = new JMenu();
473 jMenuEdit.setText("Edit");
474 jMenuEdit.setMnemonic('E');
475 jMenuEdit.add(getJMenuItemEditUndo());
476 jMenuEdit.add(getJMenuItemEditRedo());
477 jMenuEdit.addSeparator();
478 jMenuEdit.add(getJMenuItemEditCut());
479 jMenuEdit.add(getJMenuItemEditCopy());
480 jMenuEdit.add(getJMenuItemEditPaste());
481 jMenuEdit.add(getJMenuItemEditDelete());
482 jMenuEdit.addSeparator();
483 jMenuEdit.add(getJMenuItemEditSelectAll());
484 jMenuEdit.add(getJMenuItemEditFind());
485 jMenuEdit.add(getJMenuItemEditFindNext());
486 jMenuEdit.addSeparator();
487 jMenuEdit.setVisible(false);
488 }
489 return jMenuEdit;
490 }
491
492 /**
493 This method initializes jDesktopPane
494
495 @return javax.swing.JDesktopPane jDesktopPane
496
497 **/
498 private JDesktopPane getJDesktopPaneModule() {
499 if (jDesktopPaneModule == null) {
500 jDesktopPaneModule = new JDesktopPane();
501 jDesktopPaneModule
502 .setBounds(new java.awt.Rectangle(DataType.MAIN_FRAME_EDITOR_PANEL_LOCATION_X,
503 DataType.MAIN_FRAME_EDITOR_PANEL_LOCATION_Y,
504 DataType.MAIN_FRAME_EDITOR_PANEL_PREFERRED_SIZE_WIDTH,
505 DataType.MAIN_FRAME_EDITOR_PANEL_PREFERRED_SIZE_HEIGHT));
506 jDesktopPaneModule
507 .setMinimumSize(new java.awt.Dimension(
508 DataType.MAIN_FRAME_EDITOR_PANEL_PREFERRED_SIZE_WIDTH,
509 DataType.MAIN_FRAME_EDITOR_PANEL_PREFERRED_SIZE_HEIGHT));
510 jDesktopPaneModule.setDesktopManager(iDesktopManager);
511 jDesktopPaneModule.addComponentListener(this);
512 }
513 return jDesktopPaneModule;
514 }
515
516 /**
517 This method initializes jDesktopPane
518
519 @return javax.swing.JDesktopPane jDesktopPane
520
521 **/
522 private JDesktopPane getJDesktopPanePackage() {
523 if (jDesktopPanePackage == null) {
524 jDesktopPanePackage = new JDesktopPane();
525 jDesktopPanePackage
526 .setBounds(new java.awt.Rectangle(DataType.MAIN_FRAME_EDITOR_PANEL_LOCATION_X,
527 DataType.MAIN_FRAME_EDITOR_PANEL_LOCATION_Y,
528 DataType.MAIN_FRAME_EDITOR_PANEL_PREFERRED_SIZE_WIDTH,
529 DataType.MAIN_FRAME_EDITOR_PANEL_PREFERRED_SIZE_HEIGHT));
530 jDesktopPanePackage
531 .setMinimumSize(new java.awt.Dimension(
532 DataType.MAIN_FRAME_EDITOR_PANEL_PREFERRED_SIZE_WIDTH,
533 DataType.MAIN_FRAME_EDITOR_PANEL_PREFERRED_SIZE_HEIGHT));
534 jDesktopPanePackage.setDesktopManager(iDesktopManager);
535 jDesktopPanePackage.addComponentListener(this);
536 }
537 return jDesktopPanePackage;
538 }
539
540 /**
541 This method initializes jDesktopPane
542
543 @return javax.swing.JDesktopPane jDesktopPane
544
545 **/
546 private JDesktopPane getJDesktopPanePlatform() {
547 if (jDesktopPanePlatform == null) {
548 jDesktopPanePlatform = new JDesktopPane();
549 jDesktopPanePlatform
550 .setBounds(new java.awt.Rectangle(
551 DataType.MAIN_FRAME_EDITOR_PANEL_LOCATION_X,
552 DataType.MAIN_FRAME_EDITOR_PANEL_LOCATION_Y,
553 DataType.MAIN_FRAME_EDITOR_PANEL_PREFERRED_SIZE_WIDTH,
554 DataType.MAIN_FRAME_EDITOR_PANEL_PREFERRED_SIZE_HEIGHT));
555 jDesktopPanePlatform
556 .setMinimumSize(new java.awt.Dimension(
557 DataType.MAIN_FRAME_EDITOR_PANEL_PREFERRED_SIZE_WIDTH,
558 DataType.MAIN_FRAME_EDITOR_PANEL_PREFERRED_SIZE_HEIGHT));
559 jDesktopPanePlatform.setDesktopManager(iDesktopManager);
560 jDesktopPanePlatform.addComponentListener(this);
561 }
562 return jDesktopPanePlatform;
563 }
564
565 /**
566 This method initializes jScrollPaneTree
567
568 @return javax.swing.JScrollPane jScrollPaneTree
569
570 **/
571 private JScrollPane getJScrollPaneTree() {
572 if (jScrollPaneTree == null) {
573 jScrollPaneTree = new JScrollPane();
574 //jScrollPaneTree.setBounds(new java.awt.Rectangle(0, 1, 290, 545));
575 jScrollPaneTree
576 .setPreferredSize(new java.awt.Dimension(
577 DataType.MAIN_FRAME_TREE_PANEL_PREFERRED_SIZE_WIDTH,
578 DataType.MAIN_FRAME_TREE_PANEL_PREFERRED_SIZE_HEIGHT));
579 jScrollPaneTree
580 .setMinimumSize(new java.awt.Dimension(
581 DataType.MAIN_FRAME_TREE_PANEL_PREFERRED_SIZE_WIDTH / 2,
582 DataType.MAIN_FRAME_TREE_PANEL_PREFERRED_SIZE_HEIGHT));
583 jScrollPaneTree.setViewportView(getITree());
584 }
585 return jScrollPaneTree;
586 }
587
588 /**
589 This method initializes iTree
590
591 @return org.tianocore.packaging.common.ui.ITree iTree
592
593 **/
594 private ITree getITree() {
595 //
596 //Before open a real module, use an empty root node for the tree
597 //
598 makeEmptyTree();
599 return iTree;
600 }
601
602 /**
603 This method initializes jMenuHelp
604
605 @return javax.swing.JMenu jMenuHelp
606
607 **/
608 private JMenu getJMenuHelp() {
609 if (jMenuHelp == null) {
610 jMenuHelp = new JMenu();
611 jMenuHelp.setText("Help");
612 jMenuHelp.add(getJMenuItemHelpContents());
613 jMenuHelp.add(getJMenuItemHelpIndex());
614 jMenuHelp.add(getJMenuItemHelpSearch());
615 //jMenuHelp.addSeparator();
616 jMenuHelp.add(getJMenuItemHelpAbout());
617 }
618 return jMenuHelp;
619 }
620
621 /**
622 This method initializes jMenuItemHelpAbout
623
624 @return javax.swing.JMenuItem jMenuItemHelpAbout
625
626 **/
627 private JMenuItem getJMenuItemHelpAbout() {
628 if (jMenuItemHelpAbout == null) {
629 jMenuItemHelpAbout = new JMenuItem();
630 jMenuItemHelpAbout.setText("About...");
631 jMenuItemHelpAbout.addActionListener(this);
632 }
633 return jMenuItemHelpAbout;
634 }
635
636 /**
637 This method initializes jMenuItemEditDelete
638
639 @return javax.swing.JMenuItem jMenuItemEditDelete
640
641 **/
642 private JMenuItem getJMenuItemEditDelete() {
643 if (jMenuItemEditDelete == null) {
644 jMenuItemEditDelete = new JMenuItem();
645 jMenuItemEditDelete.setText("Delete");
646 jMenuItemEditDelete.setMnemonic('D');
647 jMenuItemEditDelete.addActionListener(this);
648 //
649 //Disabled when no module is open
650 //
651 jMenuItemEditDelete.setEnabled(false);
652 }
653 return jMenuItemEditDelete;
654 }
655
656 // /**
657 // This method initializes jPopupMenu
658 //
659 // @return javax.swing.JPopupMenu jPopupMenu
660 //
661 // **/
662 // private JPopupMenu getJPopupMenu() {
663 // if (jPopupMenu == null) {
664 // jPopupMenu = new JPopupMenu();
665 // //
666 // //Add menu items of popup menu
667 // //
668 // jPopupMenu.add(getJMenuItemPopupAdd());
669 // jPopupMenu.add(getJMenuItemPopupUpdate());
670 // jPopupMenu.add(getJMenuItemPopupDelete());
671 // jPopupMenu.setBorder(new BevelBorder(BevelBorder.RAISED));
672 // jPopupMenu.addMouseListener(this);
673 // }
674 // return jPopupMenu;
675 // }
676 //
677 // /**
678 // This method initializes jMenuItemPopupAdd
679 //
680 // @return javax.swing.JMenuItem jMenuItemPopupAdd
681 //
682 // **/
683 // private JMenuItem getJMenuItemPopupAdd() {
684 // if (jMenuItemPopupAdd == null) {
685 // jMenuItemPopupAdd = new JMenuItem();
686 // jMenuItemPopupAdd.setText("Add");
687 // jMenuItemPopupAdd.addActionListener(this);
688 // jMenuItemPopupAdd.setEnabled(false);
689 // }
690 // return jMenuItemPopupAdd;
691 // }
692 //
693 // /**
694 // This method initializes jMenuItemPopupUpdate
695 //
696 // @return javax.swing.JMenuItem jMenuItemPopupUpdate
697 //
698 // **/
699 // private JMenuItem getJMenuItemPopupUpdate() {
700 // if (jMenuItemPopupUpdate == null) {
701 // jMenuItemPopupUpdate = new JMenuItem();
702 // jMenuItemPopupUpdate.setText("Update");
703 // jMenuItemPopupUpdate.addActionListener(this);
704 // jMenuItemPopupUpdate.setEnabled(false);
705 // }
706 // return jMenuItemPopupUpdate;
707 // }
708 //
709 // /**
710 // This method initializes jMenuItemPopupDelete
711 //
712 // @return javax.swing.JMenuItem jMenuItemPopupDelete
713 //
714 // **/
715 // private JMenuItem getJMenuItemPopupDelete() {
716 // if (jMenuItemPopupDelete == null) {
717 // jMenuItemPopupDelete = new JMenuItem();
718 // jMenuItemPopupDelete.setText("Delete");
719 // jMenuItemPopupDelete.addActionListener(this);
720 // jMenuItemPopupDelete.setEnabled(false);
721 // }
722 // return jMenuItemPopupDelete;
723 // }
724
725 /**
726 This method initializes jMenuFileNew
727
728 @return javax.swing.JMenuItem jMenuFileNew
729
730 **/
731 private JMenuItem getJMenuItemFileNew() {
732 if (jMenuItemFileNew == null) {
733 jMenuItemFileNew = new JMenuItem();
734 jMenuItemFileNew.setText("New...");
735 jMenuItemFileNew.setMnemonic('N');
736 jMenuItemFileNew.addActionListener(this);
737 }
738 return jMenuItemFileNew;
739 }
740
741 /**
742 This method initializes jMenuItemFileSave
743
744 @return javax.swing.JMenuItem jMenuItemModuleSave
745
746 **/
747 private JMenuItem getJMenuItemFileSave() {
748 if (jMenuItemFileSave == null) {
749 jMenuItemFileSave = new JMenuItem();
750 jMenuItemFileSave.setText("Save");
751 jMenuItemFileSave.setMnemonic('S');
752 jMenuItemFileSave.addActionListener(this);
753 jMenuItemFileSave.setEnabled(true);
754 }
755 return jMenuItemFileSave;
756 }
757
758 /**
759 This method initializes jMenuItemModuleClose
760
761 @return javax.swing.JMenuItem jMenuItemModuleClose
762
763 **/
764 private JMenuItem getJMenuItemFileClose() {
765 if (jMenuItemFileClose == null) {
766 jMenuItemFileClose = new JMenuItem();
767 jMenuItemFileClose.setText("Close");
768 jMenuItemFileClose.setMnemonic('C');
769 jMenuItemFileClose.setEnabled(true);
770 jMenuItemFileClose.addActionListener(this);
771 }
772 return jMenuItemFileClose;
773 }
774
775 /**
776 This method initializes jMenuTools
777 Reserved
778
779 @return javax.swing.JMenu jMenuTools
780
781 **/
782 private JMenu getJMenuTools() {
783 if (jMenuTools == null) {
784 jMenuTools = new JMenu();
785 jMenuTools.setText("Tools");
786 jMenuTools.setMnemonic('T');
787 jMenuTools.add(getJMenuItemToolsToolChainConfiguration());
788 jMenuTools.addSeparator();
789 jMenuTools.add(getJMenuItemToolsClone());
790 //jMenuTools.addSeparator();
791 jMenuTools.add(getJMenuItemToolsCodeScan());
792 jMenuTools.addMenuListener(this);
793 }
794 return jMenuTools;
795 }
796
797 /**
798 This method initializes jMenuWindow
799 Reserved
800
801 @return javax.swing.JMenu jMenuWindow
802
803 **/
804 private JMenu getJMenuWindow() {
805 if (jMenuWindow == null) {
806 jMenuWindow = new JMenu();
807 jMenuWindow.setText("Window");
808 jMenuWindow.setMnemonic('W');
809 jMenuWindow.add(getJMenuItemWindowDisplaySide());
810 jMenuWindow.add(getJMenuItemWindowDisplayTopBottom());
811 jMenuWindow.addSeparator();
812 jMenuWindow.add(getJMenuItemWindowTabView());
813 jMenuWindow.addSeparator();
814 jMenuWindow.add(getJMenuItemWindowSource());
815 jMenuWindow.add(getJMenuItemWindowXML());
816 jMenuWindow.addSeparator();
817 jMenuWindow.add(getJMenuItemWindowPreferences());
818 jMenuWindow.setVisible(false);
819 }
820 return jMenuWindow;
821 }
822
823 /**
824 This method initializes jPanelOperation
825
826 @return javax.swing.JPanel jPanelOperation
827
828 **/
829 private JPanel getJPanelOperation() {
830 if (jPanelOperation == null) {
831 jPanelOperation = new JPanel();
832 jPanelOperation.setLayout(null);
833 jPanelOperation.setBounds(new java.awt.Rectangle(295, 520, 500, 25));
834 jPanelOperation.add(getJButtonOk(), null);
835 jPanelOperation.add(getJButtonCancel(), null);
836 jPanelOperation.setVisible(false);
837 }
838 return jPanelOperation;
839 }
840
841 /**
842 This method initializes jButtonOk
843
844 @return javax.swing.JButton jButtonOk
845
846 **/
847 private JButton getJButtonOk() {
848 if (jButtonOk == null) {
849 jButtonOk = new JButton();
850 jButtonOk.setBounds(new java.awt.Rectangle(395, 2, 90, 20));
851 jButtonOk.setText("Ok");
852 jButtonOk.setEnabled(false);
853 jButtonOk.addActionListener(this);
854 }
855 return jButtonOk;
856 }
857
858 /**
859 This method initializes jButtonCancel
860
861 @return javax.swing.JButton jButtonCancel
862
863 **/
864 private JButton getJButtonCancel() {
865 if (jButtonCancel == null) {
866 jButtonCancel = new JButton();
867 jButtonCancel.setBounds(new java.awt.Rectangle(395, 2, 90, 20));
868 jButtonCancel.setText("Cancel");
869 jButtonCancel.setEnabled(false);
870 jButtonCancel.addActionListener(this);
871 jButtonCancel.setVisible(false);
872 }
873 return jButtonCancel;
874 }
875
876 /**
877 This method initializes jMenuItemFileOpen
878
879 @return javax.swing.JMenuItem jMenuItemFileOpen
880 */
881 private JMenuItem getJMenuItemFileOpen() {
882 if (jMenuItemFileOpen == null) {
883 jMenuItemFileOpen = new JMenuItem();
884 jMenuItemFileOpen.setText("Open...");
885 jMenuItemFileOpen.setMnemonic('O');
886 jMenuItemFileOpen.addActionListener(this);
887 }
888 return jMenuItemFileOpen;
889 }
890
891 /**
892 This method initializes jMenuItemFileCloseAll
893
894 @return javax.swing.JMenuItem jMenuItemFileOpen
895 */
896 private JMenuItem getJMenuItemFileCloseAll() {
897 if (jMenuItemFileCloseAll == null) {
898 jMenuItemFileCloseAll = new JMenuItem();
899 jMenuItemFileCloseAll.setText("Close All");
900 jMenuItemFileCloseAll.setEnabled(true);
901 jMenuItemFileCloseAll.addActionListener(this);
902 }
903 return jMenuItemFileCloseAll;
904 }
905
906 /**
907 This method initializes jMenuItemFileSaveAll
908
909 @return javax.swing.JMenuItem jMenuItemFileSaveAll
910 */
911 private JMenuItem getJMenuItemFileSaveAll() {
912 if (jMenuItemFileSaveAll == null) {
913 jMenuItemFileSaveAll = new JMenuItem();
914 jMenuItemFileSaveAll.setText("Save All");
915 jMenuItemFileSaveAll.setMnemonic('v');
916 jMenuItemFileSaveAll.setEnabled(true);
917 jMenuItemFileSaveAll.addActionListener(this);
918 }
919 return jMenuItemFileSaveAll;
920 }
921
922 /**
923 This method initializes jMenuItemFilePageSetup
924
925 @return javax.swing.JMenuItem
926 */
927 private JMenuItem getJMenuItemFilePageSetup() {
928 if (jMenuItemFilePageSetup == null) {
929 jMenuItemFilePageSetup = new JMenuItem();
930 jMenuItemFilePageSetup.setText("Page Setup");
931 jMenuItemFilePageSetup.setMnemonic('u');
932 jMenuItemFilePageSetup.setEnabled(false);
933 jMenuItemFilePageSetup.addActionListener(this);
934 jMenuItemFilePageSetup.setVisible(false);
935 }
936 return jMenuItemFilePageSetup;
937 }
938
939 /**
940 This method initializes jMenuItemFilePrint
941
942 @return javax.swing.JMenuItem
943 */
944 private JMenuItem getJMenuItemFilePrint() {
945 if (jMenuItemFilePrint == null) {
946 jMenuItemFilePrint = new JMenuItem();
947 jMenuItemFilePrint.setText("Print");
948 jMenuItemFilePrint.setMnemonic('P');
949 jMenuItemFilePrint.setEnabled(false);
950 jMenuItemFilePrint.addActionListener(this);
951 jMenuItemFilePrint.setVisible(false);
952 }
953 return jMenuItemFilePrint;
954 }
955
956 /**
957 This method initializes jMenuItemFileImport
958
959 @return javax.swing.JMenuItem
960 */
961 private JMenuItem getJMenuItemFileImport() {
962 if (jMenuItemFileImport == null) {
963 jMenuItemFileImport = new JMenuItem();
964 jMenuItemFileImport.setText("Import");
965 jMenuItemFileImport.setMnemonic('I');
966 jMenuItemFileImport.setEnabled(false);
967 jMenuItemFileImport.addActionListener(this);
968 jMenuItemFileImport.setVisible(false);
969 }
970 return jMenuItemFileImport;
971 }
972
973 /**
974 * This method initializes jMenuItemFileProperties
975 *
976 * @return javax.swing.JMenuItem
977 */
978 private JMenuItem getJMenuItemFileProperties() {
979 if (jMenuItemFileProperties == null) {
980 jMenuItemFileProperties = new JMenuItem();
981 jMenuItemFileProperties.setText("Properties");
982 jMenuItemFileProperties.setMnemonic('t');
983 jMenuItemFileProperties.setEnabled(false);
984 jMenuItemFileProperties.addActionListener(this);
985 jMenuItemFileProperties.setVisible(false);
986 }
987 return jMenuItemFileProperties;
988 }
989
990 /**
991 * This method initializes jMenuFileRecentFiles
992 *
993 * @return javax.swing.JMenu
994 */
995 private JMenu getJMenuFileRecentFiles() {
996 if (jMenuFileRecentFiles == null) {
997 jMenuFileRecentFiles = new JMenu();
998 jMenuFileRecentFiles.setText("Recent Files");
999 jMenuFileRecentFiles.setMnemonic('F');
1000 jMenuFileRecentFiles.setEnabled(false);
1001 jMenuFileRecentFiles.addActionListener(this);
1002 jMenuFileRecentFiles.setVisible(false);
1003 }
1004 return jMenuFileRecentFiles;
1005 }
1006
1007 /**
1008 This method initializes jMenuItemEditUndo
1009
1010 @return javax.swing.JMenuItem
1011 */
1012 private JMenuItem getJMenuItemEditUndo() {
1013 if (jMenuItemEditUndo == null) {
1014 jMenuItemEditUndo = new JMenuItem();
1015 jMenuItemEditUndo.setText("Undo");
1016 jMenuItemEditUndo.setMnemonic('U');
1017 jMenuItemEditUndo.setEnabled(false);
1018 jMenuItemEditUndo.addActionListener(this);
1019 }
1020 return jMenuItemEditUndo;
1021 }
1022
1023 /**
1024 This method initializes jMenuItemEditRedo
1025
1026 @return javax.swing.JMenuItem
1027 */
1028 private JMenuItem getJMenuItemEditRedo() {
1029 if (jMenuItemEditRedo == null) {
1030 jMenuItemEditRedo = new JMenuItem();
1031 jMenuItemEditRedo.setText("Redo");
1032 jMenuItemEditRedo.setMnemonic('R');
1033 jMenuItemEditRedo.setEnabled(false);
1034 jMenuItemEditRedo.addActionListener(this);
1035 }
1036 return jMenuItemEditRedo;
1037 }
1038
1039 /**
1040 This method initializes jMenuItemEditCut
1041
1042 @return javax.swing.JMenuItem
1043 */
1044 private JMenuItem getJMenuItemEditCut() {
1045 if (jMenuItemEditCut == null) {
1046 jMenuItemEditCut = new JMenuItem();
1047 jMenuItemEditCut.setText("Cut");
1048 jMenuItemEditCut.setMnemonic('t');
1049 jMenuItemEditCut.setEnabled(false);
1050 jMenuItemEditCut.addActionListener(this);
1051 }
1052 return jMenuItemEditCut;
1053 }
1054
1055 /**
1056 This method initializes jMenuItemEditCopy
1057
1058 @return javax.swing.JMenuItem
1059 */
1060 private JMenuItem getJMenuItemEditCopy() {
1061 if (jMenuItemEditCopy == null) {
1062 jMenuItemEditCopy = new JMenuItem();
1063 jMenuItemEditCopy.setText("Copy");
1064 jMenuItemEditCopy.setMnemonic('C');
1065 jMenuItemEditCopy.setEnabled(false);
1066 jMenuItemEditCopy.addActionListener(this);
1067 }
1068 return jMenuItemEditCopy;
1069 }
1070
1071 /**
1072 This method initializes jMenuItemEditPaste
1073
1074 return javax.swing.JMenuItem
1075 */
1076 private JMenuItem getJMenuItemEditPaste() {
1077 if (jMenuItemEditPaste == null) {
1078 jMenuItemEditPaste = new JMenuItem();
1079 jMenuItemEditPaste.setText("Paste");
1080 jMenuItemEditPaste.setMnemonic('P');
1081 jMenuItemEditPaste.setEnabled(false);
1082 jMenuItemEditPaste.addActionListener(this);
1083 }
1084 return jMenuItemEditPaste;
1085 }
1086
1087 /**
1088 This method initializes jMenuItem
1089
1090 @return javax.swing.JMenuItem
1091 */
1092 private JMenuItem getJMenuItemEditSelectAll() {
1093 if (jMenuItemEditSelectAll == null) {
1094 jMenuItemEditSelectAll = new JMenuItem();
1095 jMenuItemEditSelectAll.setText("Select All");
1096 jMenuItemEditSelectAll.setMnemonic('A');
1097 jMenuItemEditSelectAll.setEnabled(false);
1098 jMenuItemEditSelectAll.addActionListener(this);
1099 }
1100 return jMenuItemEditSelectAll;
1101 }
1102
1103 /**
1104 This method initializes jMenuItemEditFind
1105
1106 @return javax.swing.JMenuItem
1107 */
1108 private JMenuItem getJMenuItemEditFind() {
1109 if (jMenuItemEditFind == null) {
1110 jMenuItemEditFind = new JMenuItem();
1111 jMenuItemEditFind.setText("Find");
1112 jMenuItemEditFind.setMnemonic('F');
1113 jMenuItemEditFind.setEnabled(false);
1114 jMenuItemEditFind.addActionListener(this);
1115 }
1116 return jMenuItemEditFind;
1117 }
1118
1119 /**
1120 This method initializes jMenuItemEditFindNext
1121
1122 @return javax.swing.JMenuItem
1123
1124 */
1125 private JMenuItem getJMenuItemEditFindNext() {
1126 if (jMenuItemEditFindNext == null) {
1127 jMenuItemEditFindNext = new JMenuItem();
1128 jMenuItemEditFindNext.setText("Find Next");
1129 jMenuItemEditFindNext.setMnemonic('n');
1130 jMenuItemEditFindNext.setEnabled(false);
1131 jMenuItemEditFindNext.addActionListener(this);
1132 }
1133 return jMenuItemEditFindNext;
1134 }
1135
1136 /**
1137 This method initializes jMenuView
1138
1139 @return javax.swing.JMenu
1140
1141 */
1142 private JMenu getJMenuView() {
1143 if (jMenuView == null) {
1144 jMenuView = new JMenu();
1145 jMenuView.setText("View");
1146 jMenuView.setMnemonic('V');
1147 jMenuView.add(getJMenuViewToolbars());
1148 jMenuView.add(getJMenuItemViewAdvanced());
1149 jMenuView.add(getJMenuItemViewStandard());
1150 jMenuView.add(getJMenuItemViewXML());
1151 jMenuView.setVisible(false);
1152 }
1153 return jMenuView;
1154 }
1155
1156 /**
1157 This method initializes jMenuViewToolbars
1158
1159 @return javax.swing.JMenu
1160
1161 */
1162 private JMenu getJMenuViewToolbars() {
1163 if (jMenuViewToolbars == null) {
1164 jMenuViewToolbars = new JMenu();
1165 jMenuViewToolbars.setText("Toolbars");
1166 jMenuViewToolbars.setMnemonic('T');
1167 jMenuViewToolbars.add(getJCheckBoxMenuItemViewToolbarsFile());
1168 jMenuViewToolbars.add(getJCheckBoxMenuItemViewToolbarsEdit());
1169 jMenuViewToolbars.add(getJCheckBoxMenuItemViewToolbarsWindow());
1170 }
1171 return jMenuViewToolbars;
1172 }
1173
1174 /**
1175 This method initializes jCheckBoxMenuItemViewToolbarsFile
1176
1177 @return javax.swing.JCheckBoxMenuItem
1178
1179 */
1180 private JCheckBoxMenuItem getJCheckBoxMenuItemViewToolbarsFile() {
1181 if (jCheckBoxMenuItemViewToolbarsFile == null) {
1182 jCheckBoxMenuItemViewToolbarsFile = new JCheckBoxMenuItem();
1183 jCheckBoxMenuItemViewToolbarsFile.setText("File");
1184 jCheckBoxMenuItemViewToolbarsFile.setEnabled(false);
1185 jCheckBoxMenuItemViewToolbarsFile.addActionListener(this);
1186 }
1187 return jCheckBoxMenuItemViewToolbarsFile;
1188 }
1189
1190 /**
1191 This method initializes jCheckBoxMenuItemViewToolbarsEdit
1192
1193 @return javax.swing.JCheckBoxMenuItem
1194
1195 */
1196 private JCheckBoxMenuItem getJCheckBoxMenuItemViewToolbarsEdit() {
1197 if (jCheckBoxMenuItemViewToolbarsEdit == null) {
1198 jCheckBoxMenuItemViewToolbarsEdit = new JCheckBoxMenuItem();
1199 jCheckBoxMenuItemViewToolbarsEdit.setText("Edit");
1200 jCheckBoxMenuItemViewToolbarsEdit.setEnabled(false);
1201 jCheckBoxMenuItemViewToolbarsEdit.addActionListener(this);
1202 }
1203 return jCheckBoxMenuItemViewToolbarsEdit;
1204 }
1205
1206 /**
1207 This method initializes jCheckBoxMenuItemViewToolbarsWindow
1208
1209 @return javax.swing.JCheckBoxMenuItem
1210
1211 */
1212 private JCheckBoxMenuItem getJCheckBoxMenuItemViewToolbarsWindow() {
1213 if (jCheckBoxMenuItemViewToolbarsWindow == null) {
1214 jCheckBoxMenuItemViewToolbarsWindow = new JCheckBoxMenuItem();
1215 jCheckBoxMenuItemViewToolbarsWindow.setText("Window");
1216 jCheckBoxMenuItemViewToolbarsWindow.setEnabled(false);
1217 jCheckBoxMenuItemViewToolbarsWindow.addActionListener(this);
1218 }
1219 return jCheckBoxMenuItemViewToolbarsWindow;
1220 }
1221
1222 /**
1223 This method initializes jMenuItemStandard
1224
1225 @return javax.swing.JMenuItem
1226
1227 */
1228 private JMenuItem getJMenuItemViewStandard() {
1229 if (jMenuItemViewStandard == null) {
1230 jMenuItemViewStandard = new JMenuItem();
1231 jMenuItemViewStandard.setText("Standard");
1232 jMenuItemViewStandard.setMnemonic('S');
1233 jMenuItemViewStandard.setEnabled(false);
1234 jMenuItemViewStandard.addActionListener(this);
1235 }
1236 return jMenuItemViewStandard;
1237 }
1238
1239 /**
1240 This method initializes jMenuItemAdvanced
1241
1242 @return javax.swing.JMenuItem
1243
1244 */
1245 private JMenuItem getJMenuItemViewAdvanced() {
1246 if (jMenuItemViewAdvanced == null) {
1247 jMenuItemViewAdvanced = new JMenuItem();
1248 jMenuItemViewAdvanced.setText("Advanced");
1249 jMenuItemViewAdvanced.setMnemonic('A');
1250 jMenuItemViewAdvanced.setEnabled(false);
1251 jMenuItemViewAdvanced.addActionListener(this);
1252 }
1253 return jMenuItemViewAdvanced;
1254 }
1255
1256 /**
1257 This method initializes jMenuProject
1258
1259 @return javax.swing.JMenu
1260
1261 */
1262 private JMenu getJMenuProject() {
1263 if (jMenuProject == null) {
1264 jMenuProject = new JMenu();
1265 jMenuProject.setText("Project");
1266 jMenuProject.setMnemonic('P');
1267 jMenuProject.add(getJMenuItemProjectAdmin());
1268 //jMenuProject.addSeparator();
1269 jMenuProject.add(getJMenuItemProjectChangeWorkspace());
1270 jMenuProject.addSeparator();
1271 jMenuProject.add(getJMenuItemProjectCreateFar());
1272 jMenuProject.add(getJMenuItemProjectInstallFar());
1273 jMenuProject.add(getJMenuItemProjectUpdateFar());
1274 jMenuProject.add(getJMenuItemProjectRemoveFar());
1275 //jMenuProject.addSeparator();
1276 jMenuProject.add(getJMenuProjectBuildTargets());
1277 }
1278 return jMenuProject;
1279 }
1280
1281 /**
1282 This method initializes jMenuItemProjectAdmin
1283
1284 @return javax.swing.JMenuItem
1285
1286 */
1287 private JMenuItem getJMenuItemProjectAdmin() {
1288 if (jMenuItemProjectAdmin == null) {
1289 jMenuItemProjectAdmin = new JMenuItem();
1290 jMenuItemProjectAdmin.setText("Admin...");
1291 jMenuItemProjectAdmin.setMnemonic('A');
1292 jMenuItemProjectAdmin.setEnabled(false);
1293 jMenuItemProjectAdmin.addActionListener(this);
1294 jMenuItemProjectAdmin.setVisible(false);
1295 }
1296 return jMenuItemProjectAdmin;
1297 }
1298
1299 /**
1300 This method initializes jMenuItemProjectChangeWorkspace
1301
1302 @return javax.swing.JMenuItem
1303
1304 */
1305 private JMenuItem getJMenuItemProjectChangeWorkspace() {
1306 if (jMenuItemProjectChangeWorkspace == null) {
1307 jMenuItemProjectChangeWorkspace = new JMenuItem();
1308 jMenuItemProjectChangeWorkspace.setText("Change WORKSPACE...");
1309 jMenuItemProjectChangeWorkspace.setMnemonic('W');
1310 jMenuItemProjectChangeWorkspace.setEnabled(true);
1311 jMenuItemProjectChangeWorkspace.addActionListener(this);
1312 }
1313 return jMenuItemProjectChangeWorkspace;
1314 }
1315
1316 /**
1317 This method initializes jMenuProjectBuildTargets
1318
1319 @return javax.swing.JMenu
1320
1321 */
1322 private JMenu getJMenuProjectBuildTargets() {
1323 if (jMenuProjectBuildTargets == null) {
1324 jMenuProjectBuildTargets = new JMenu();
1325 jMenuProjectBuildTargets.setText("Build Targets");
1326 jMenuProjectBuildTargets.setMnemonic('T');
1327 jMenuProjectBuildTargets.add(getJCheckBoxMenuItemProjectBuildTargetsDebug());
1328 jMenuProjectBuildTargets.add(getJCheckBoxMenuItemProjectBuildTargetsRelease());
1329 jMenuProjectBuildTargets.setVisible(false);
1330 }
1331 return jMenuProjectBuildTargets;
1332 }
1333
1334 /**
1335 This method initializes jCheckBoxMenuItemProjectBuildTargetsDebug
1336
1337 @return javax.swing.JCheckBoxMenuItem
1338
1339 */
1340 private JCheckBoxMenuItem getJCheckBoxMenuItemProjectBuildTargetsDebug() {
1341 if (jCheckBoxMenuItemProjectBuildTargetsDebug == null) {
1342 jCheckBoxMenuItemProjectBuildTargetsDebug = new JCheckBoxMenuItem();
1343 jCheckBoxMenuItemProjectBuildTargetsDebug.setText("Debug");
1344 jCheckBoxMenuItemProjectBuildTargetsDebug.setEnabled(false);
1345 }
1346 return jCheckBoxMenuItemProjectBuildTargetsDebug;
1347 }
1348
1349 /**
1350 This method initializes jCheckBoxMenuItemProjectBuildTargetsRelease
1351
1352 @return javax.swing.JCheckBoxMenuItem
1353
1354 */
1355 private JCheckBoxMenuItem getJCheckBoxMenuItemProjectBuildTargetsRelease() {
1356 if (jCheckBoxMenuItemProjectBuildTargetsRelease == null) {
1357 jCheckBoxMenuItemProjectBuildTargetsRelease = new JCheckBoxMenuItem();
1358 jCheckBoxMenuItemProjectBuildTargetsRelease.setText("Release");
1359 jCheckBoxMenuItemProjectBuildTargetsRelease.setEnabled(false);
1360 }
1361 return jCheckBoxMenuItemProjectBuildTargetsRelease;
1362 }
1363
1364 /**
1365 This method initializes jMenuItemToolsToolChainConfiguration
1366
1367 @return javax.swing.JMenuItem
1368
1369 */
1370 private JMenuItem getJMenuItemToolsToolChainConfiguration() {
1371 if (jMenuItemToolsToolChainConfiguration == null) {
1372 jMenuItemToolsToolChainConfiguration = new JMenuItem();
1373 jMenuItemToolsToolChainConfiguration.setText("Tool Chain Configuration...");
1374 jMenuItemToolsToolChainConfiguration.setMnemonic('C');
1375 jMenuItemToolsToolChainConfiguration.addActionListener(this);
1376 }
1377 return jMenuItemToolsToolChainConfiguration;
1378 }
1379
1380 /**
1381 This method initializes jMenuItemToolsClone
1382
1383 @return javax.swing.JMenuItem
1384
1385 */
1386 private JMenuItem getJMenuItemToolsClone() {
1387 if (jMenuItemToolsClone == null) {
1388 jMenuItemToolsClone = new JMenuItem();
1389 jMenuItemToolsClone.setText("Clone...");
1390 jMenuItemToolsClone.setMnemonic('l');
1391 jMenuItemToolsClone.setEnabled(true);
1392 jMenuItemToolsClone.addActionListener(this);
1393 }
1394 return jMenuItemToolsClone;
1395 }
1396
1397 /**
1398 This method initializes jMenuItemToolsCodeScan
1399
1400 @return javax.swing.JMenuItem
1401
1402 */
1403 private JMenuItem getJMenuItemToolsCodeScan() {
1404 if (jMenuItemToolsCodeScan == null) {
1405 jMenuItemToolsCodeScan = new JMenuItem();
1406 jMenuItemToolsCodeScan.setText("Code Scan...");
1407 jMenuItemToolsCodeScan.setMnemonic('S');
1408 jMenuItemToolsCodeScan.setEnabled(false);
1409 jMenuItemToolsCodeScan.addActionListener(this);
1410 jMenuItemToolsCodeScan.setVisible(false);
1411 }
1412 return jMenuItemToolsCodeScan;
1413 }
1414
1415 /**
1416 This method initializes jMenuItemWindowSplitVertical
1417
1418 @return javax.swing.JMenuItem
1419
1420 */
1421 private JMenuItem getJMenuItemWindowDisplaySide() {
1422 if (jMenuItemWindowDisplaySide == null) {
1423 jMenuItemWindowDisplaySide = new JMenuItem();
1424 jMenuItemWindowDisplaySide.setText("Display Side by Side");
1425 jMenuItemWindowDisplaySide.setMnemonic('S');
1426 jMenuItemWindowDisplaySide.setEnabled(false);
1427 jMenuItemWindowDisplaySide.addActionListener(this);
1428 }
1429 return jMenuItemWindowDisplaySide;
1430 }
1431
1432 /**
1433 This method initializes jMenuItemWindowSplitHorizontal
1434
1435 @return javax.swing.JMenuItem
1436
1437 */
1438 private JMenuItem getJMenuItemWindowDisplayTopBottom() {
1439 if (jMenuItemWindowDisplayTopBottom == null) {
1440 jMenuItemWindowDisplayTopBottom = new JMenuItem();
1441 jMenuItemWindowDisplayTopBottom.setText("Display Top and Bottom");
1442 jMenuItemWindowDisplayTopBottom.setMnemonic('B');
1443 jMenuItemWindowDisplayTopBottom.setEnabled(false);
1444 jMenuItemWindowDisplayTopBottom.addActionListener(this);
1445 }
1446 return jMenuItemWindowDisplayTopBottom;
1447 }
1448
1449 /**
1450 This method initializes jMenuItemViewXML
1451
1452 @return javax.swing.JMenuItem
1453
1454 */
1455 private JMenuItem getJMenuItemViewXML() {
1456 if (jMenuItemViewXML == null) {
1457 jMenuItemViewXML = new JMenuItem();
1458 jMenuItemViewXML.setText("XML");
1459 jMenuItemViewXML.setMnemonic('X');
1460 jMenuItemViewXML.setEnabled(false);
1461 jMenuItemViewXML.addActionListener(this);
1462 }
1463 return jMenuItemViewXML;
1464 }
1465
1466 /**
1467 This method initializes jMenuItemWindowTabView
1468
1469 @return javax.swing.JMenuItem
1470
1471 */
1472 private JMenuItem getJMenuItemWindowTabView() {
1473 if (jMenuItemWindowTabView == null) {
1474 jMenuItemWindowTabView = new JMenuItem();
1475 jMenuItemWindowTabView.setText("Tab View");
1476 jMenuItemWindowTabView.setMnemonic('T');
1477 jMenuItemWindowTabView.setEnabled(false);
1478 jMenuItemWindowTabView.addActionListener(this);
1479 }
1480 return jMenuItemWindowTabView;
1481 }
1482
1483 /**
1484 This method initializes jMenuItemWindowSource
1485
1486 @return javax.swing.JMenuItem
1487
1488 */
1489 private JMenuItem getJMenuItemWindowSource() {
1490 if (jMenuItemWindowSource == null) {
1491 jMenuItemWindowSource = new JMenuItem();
1492 jMenuItemWindowSource.setText("Source");
1493 jMenuItemWindowSource.setMnemonic('S');
1494 jMenuItemWindowSource.setEnabled(false);
1495 jMenuItemWindowSource.addActionListener(this);
1496 }
1497 return jMenuItemWindowSource;
1498 }
1499
1500 /**
1501 This method initializes jMenuItemWindowXML
1502
1503 @return javax.swing.JMenuItem
1504
1505 */
1506 private JMenuItem getJMenuItemWindowXML() {
1507 if (jMenuItemWindowXML == null) {
1508 jMenuItemWindowXML = new JMenuItem();
1509 jMenuItemWindowXML.setText("XML");
1510 jMenuItemWindowXML.setMnemonic('X');
1511 jMenuItemWindowXML.setEnabled(false);
1512 jMenuItemWindowXML.addActionListener(this);
1513 }
1514 return jMenuItemWindowXML;
1515 }
1516
1517 /**
1518 This method initializes jMenuItemWindowPreferences
1519
1520 @return javax.swing.JMenuItem
1521
1522 */
1523 private JMenuItem getJMenuItemWindowPreferences() {
1524 if (jMenuItemWindowPreferences == null) {
1525 jMenuItemWindowPreferences = new JMenuItem();
1526 jMenuItemWindowPreferences.setText("Preferences");
1527 jMenuItemWindowPreferences.setMnemonic('P');
1528 jMenuItemWindowPreferences.setEnabled(false);
1529 jMenuItemWindowPreferences.addActionListener(this);
1530 }
1531 return jMenuItemWindowPreferences;
1532 }
1533
1534 /**
1535 This method initializes jMenuItemHelpContents
1536
1537 @return javax.swing.JMenuItem
1538
1539 */
1540 private JMenuItem getJMenuItemHelpContents() {
1541 if (jMenuItemHelpContents == null) {
1542 jMenuItemHelpContents = new JMenuItem();
1543 jMenuItemHelpContents.setText("Contents");
1544 jMenuItemHelpContents.setMnemonic('C');
1545 jMenuItemHelpContents.setEnabled(false);
1546 jMenuItemHelpContents.addActionListener(this);
1547 jMenuItemHelpContents.setVisible(false);
1548 }
1549 return jMenuItemHelpContents;
1550 }
1551
1552 /**
1553 This method initializes jMenuItemHelpIndex
1554
1555 @return javax.swing.JMenuItem
1556
1557 */
1558 private JMenuItem getJMenuItemHelpIndex() {
1559 if (jMenuItemHelpIndex == null) {
1560 jMenuItemHelpIndex = new JMenuItem();
1561 jMenuItemHelpIndex.setText("Index");
1562 jMenuItemHelpIndex.setMnemonic('I');
1563 jMenuItemHelpIndex.setEnabled(false);
1564 jMenuItemHelpIndex.addActionListener(this);
1565 jMenuItemHelpIndex.setVisible(false);
1566 }
1567 return jMenuItemHelpIndex;
1568 }
1569
1570 /**
1571 This method initializes jMenuItemHelpSearch
1572
1573 @return javax.swing.JMenuItem
1574
1575 */
1576 private JMenuItem getJMenuItemHelpSearch() {
1577 if (jMenuItemHelpSearch == null) {
1578 jMenuItemHelpSearch = new JMenuItem();
1579 jMenuItemHelpSearch.setText("Search");
1580 jMenuItemHelpSearch.setMnemonic('S');
1581 jMenuItemHelpSearch.setEnabled(false);
1582 jMenuItemHelpSearch.addActionListener(this);
1583 jMenuItemHelpSearch.setVisible(false);
1584 }
1585 return jMenuItemHelpSearch;
1586 }
1587
1588 /**
1589 * This method initializes jToolBar
1590 *
1591 * @return javax.swing.JToolBar
1592 */
1593 // private JToolBar getJToolBarFile() {
1594 // if (jToolBarFile == null) {
1595 // jToolBarFile = new JToolBar();
1596 // jToolBarFile.setFloatable(false);
1597 // }
1598 // return jToolBarFile;
1599 // }
1600 /**
1601 * This method initializes jToolBarEdit
1602 *
1603 * @return javax.swing.JToolBar
1604 */
1605 // private JToolBar getJToolBarEdit() {
1606 // if (jToolBarEdit == null) {
1607 // jToolBarEdit = new JToolBar();
1608 // jToolBarEdit.setFloatable(false);
1609 // }
1610 // return jToolBarEdit;
1611 // }
1612 /**
1613 * This method initializes jMenuItemToolsInstallPackage
1614 *
1615 * @return javax.swing.JMenuItem
1616 */
1617 private JMenuItem getJMenuItemProjectInstallFar() {
1618 if (jMenuItemProjectInstallFar == null) {
1619 jMenuItemProjectInstallFar = new JMenuItem();
1620 jMenuItemProjectInstallFar.setText("Install FAR");
1621 jMenuItemProjectInstallFar.setMnemonic('I');
1622 jMenuItemProjectInstallFar.setEnabled(true);
1623 jMenuItemProjectInstallFar.addActionListener(this);
1624 }
1625 return jMenuItemProjectInstallFar;
1626 }
1627
1628 /**
1629 * This method initializes jMenuItemToolsUpdatePackage
1630 *
1631 * @return javax.swing.JMenuItem
1632 */
1633 private JMenuItem getJMenuItemProjectUpdateFar() {
1634 if (jMenuItemProjectUpdateFar == null) {
1635 jMenuItemProjectUpdateFar = new JMenuItem();
1636 jMenuItemProjectUpdateFar.setText("Update FAR");
1637 jMenuItemProjectUpdateFar.setMnemonic('U');
1638 jMenuItemProjectUpdateFar.setEnabled(true);
1639 jMenuItemProjectUpdateFar.addActionListener(this);
1640 }
1641 return jMenuItemProjectUpdateFar;
1642 }
1643
1644 /**
1645 * This method initializes jMenuItemRemovePackage
1646 *
1647 * @return javax.swing.JMenuItem
1648 */
1649 private JMenuItem getJMenuItemProjectRemoveFar() {
1650 if (jMenuItemProjectRemoveFar == null) {
1651 jMenuItemProjectRemoveFar = new JMenuItem();
1652 jMenuItemProjectRemoveFar.setText("Remove FAR");
1653 jMenuItemProjectRemoveFar.setMnemonic('R');
1654 jMenuItemProjectRemoveFar.setEnabled(true);
1655 jMenuItemProjectRemoveFar.addActionListener(this);
1656 }
1657 return jMenuItemProjectRemoveFar;
1658 }
1659
1660 /**
1661 * This method initializes jMenuItemProjectCreateFar
1662 *
1663 * @return javax.swing.JMenuItem
1664 */
1665 private JMenuItem getJMenuItemProjectCreateFar() {
1666 if (jMenuItemProjectCreateFar == null) {
1667 jMenuItemProjectCreateFar = new JMenuItem();
1668 jMenuItemProjectCreateFar.setText("Create FAR");
1669 jMenuItemProjectCreateFar.setMnemonic('C');
1670 jMenuItemProjectCreateFar.addActionListener(this);
1671 }
1672 return jMenuItemProjectCreateFar;
1673 }
1674
1675 /* (non-Javadoc)
1676 * @see org.tianocore.packaging.common.ui.IFrame#main(java.lang.String[])
1677 *
1678 * Main class, start the GUI
1679 *
1680 */
1681 public static void main(String[] args) {
1682 FrameworkWizardUI module = FrameworkWizardUI.getInstance();
1683 module.setVisible(true);
1684 }
1685
1686 /**
1687 This is the default constructor
1688
1689 **/
1690 public FrameworkWizardUI() {
1691 super();
1692 init();
1693 }
1694
1695 /**
1696 This method initializes this
1697
1698
1699 **/
1700 private void init() {
1701 //
1702 // Set current workspace and check
1703 // Check if exists WORKSPACE
1704 //
1705 //
1706 Workspace.setCurrentWorkspace(System.getenv("WORKSPACE"));
1707 if (!Workspace.checkCurrentWorkspace()) {
1708 JOptionPane.showConfirmDialog(null, "Workspace is not setup correctly. Please setup first.", "Warning",
1709 JOptionPane.DEFAULT_OPTION, JOptionPane.WARNING_MESSAGE);
1710 this.dispose();
1711 System.exit(0);
1712 }
1713
1714 this.setSize(DataType.MAIN_FRAME_PREFERRED_SIZE_WIDTH, DataType.MAIN_FRAME_PREFERRED_SIZE_HEIGHT);
1715 this.setResizable(true);
1716 this.setJMenuBar(getjJMenuBar());
1717 this.addComponentListener(this);
1718 this.getCompontentsFromFrameworkDatabase();
1719 this.setContentPane(getJContentPane());
1720 this.setTitle(DataType.PROJECT_NAME + " " + DataType.PROJECT_VERSION + " " + "- ["
1721 + Workspace.getCurrentWorkspace() + "]");
1722 this.setExitType(1);
1723
1724 //
1725 // max the window
1726 //
1727 this.setExtendedState(JFrame.MAXIMIZED_BOTH);
1728 }
1729
1730 /**
1731 This method initializes jContentPane
1732
1733 @return javax.swing.JPanel jContentPane
1734
1735 **/
1736 private JPanel getJContentPane() {
1737 if (jContentPane == null) {
1738 jContentPane = new JPanel();
1739 jContentPane.setLayout(null);
1740 jContentPane.add(getJPanelOperation(), null);
1741 jContentPane.add(getJSplitPane(), null);
1742 }
1743 return jContentPane;
1744 }
1745
1746 /* (non-Javadoc)
1747 * @see java.awt.event.ActionListener#actionPerformed(java.awt.event.ActionEvent)
1748 *
1749 * Override actionPerformed to listen all actions
1750 *
1751 */
1752 public void actionPerformed(ActionEvent arg0) {
1753 //
1754 // Operations of Menu
1755 //
1756 if (arg0.getSource() == jMenuItemFileNew) {
1757 this.fileNew();
1758 }
1759
1760 if (arg0.getSource() == jMenuItemFileOpen) {
1761 this.open();
1762 }
1763
1764 if (arg0.getSource() == jMenuItemFileClose) {
1765 this.close();
1766 }
1767
1768 if (arg0.getSource() == jMenuItemFileCloseAll) {
1769 this.closeAll();
1770 }
1771
1772 if (arg0.getSource() == jMenuItemFileSave) {
1773 this.save();
1774 }
1775
1776 if (arg0.getSource() == jMenuItemFileSaveAs) {
1777 this.saveAs();
1778 }
1779
1780 if (arg0.getSource() == jMenuItemFileSaveAll) {
1781 this.saveAll();
1782 }
1783
1784 if (arg0.getSource() == jMenuItemFileExit) {
1785 this.exit();
1786 }
1787
1788 if (arg0.getSource() == jMenuItemProjectChangeWorkspace) {
1789 changeWorkspace();
1790 }
1791
1792 if (arg0.getSource() == jMenuItemProjectCreateFar) {
1793 CreateStepOne cso = new CreateStepOne(this, true);
1794 int result = cso.showDialog();
1795 if (result == DataType.RETURN_TYPE_OK) {
1796 String strReturn = "Create Far Done!";
1797 JOptionPane.showConfirmDialog(null, strReturn, "Done", JOptionPane.DEFAULT_OPTION, JOptionPane.INFORMATION_MESSAGE);
1798 }
1799 cso.dispose();
1800 }
1801
1802 if (arg0.getSource() == jMenuItemProjectInstallFar) {
1803 InstallStepOne iso = new InstallStepOne(this, true);
1804 int result = iso.showDialog();
1805 if (result == DataType.RETURN_TYPE_OK) {
1806 String strReturn = "<html>Install Far Done! <br>The WORKSPACE will be refreshed!</html>";
1807 JOptionPane.showConfirmDialog(null, strReturn, "Done", JOptionPane.DEFAULT_OPTION, JOptionPane.INFORMATION_MESSAGE);
1808 this.closeAll();
1809 }
1810 iso.dispose();
1811 }
1812
1813 if (arg0.getSource() == jMenuItemProjectRemoveFar) {
1814 DeleteStepOne dso = new DeleteStepOne(this, true);
1815 int result = dso.showDialog();
1816 if (result == DataType.RETURN_TYPE_OK) {
1817 String strReturn = "<html>Delete Far Done! <br>The WORKSPACE will be refreshed!</html>";
1818 JOptionPane.showConfirmDialog(null, strReturn, "Done", JOptionPane.DEFAULT_OPTION, JOptionPane.INFORMATION_MESSAGE);
1819 this.closeAll();
1820 }
1821 dso.dispose();
1822 }
1823
1824 if (arg0.getSource() == jMenuItemProjectUpdateFar) {
1825 UpdateStepOne uso = new UpdateStepOne(this, true);
1826 int result = uso.showDialog();
1827 if (result == DataType.RETURN_TYPE_OK) {
1828 String strReturn = "<html>Update Far Done! <br>The WORKSPACE will be refreshed!</html>";
1829 JOptionPane.showConfirmDialog(null, strReturn, "Done", JOptionPane.DEFAULT_OPTION, JOptionPane.INFORMATION_MESSAGE);
1830 this.closeAll();
1831 }
1832 uso.dispose();
1833 }
1834
1835 if (arg0.getSource() == jMenuItemToolsClone) {
1836 cloneItem();
1837 }
1838
1839 if (arg0.getSource() == jMenuItemToolsToolChainConfiguration) {
1840 setupToolChainConfiguration();
1841 }
1842
1843 if (arg0.getSource() == jMenuItemHelpAbout) {
1844 About a = new About(this, true);
1845 int result = a.showDialog();
1846 if (result == DataType.RETURN_TYPE_OK) {
1847 a.dispose();
1848 }
1849 }
1850 }
1851
1852 /**
1853 Create an empty tree if no file is open
1854
1855 **/
1856 private void makeEmptyTree() {
1857 // Make root
1858 dmtnRoot = new IDefaultMutableTreeNode("WORKSPACE", IDefaultMutableTreeNode.WORKSPACE, -1);
1859
1860 // Make Module Description
1861 dmtnModuleDescription = new IDefaultMutableTreeNode("ModuleDescription", IDefaultMutableTreeNode.MODULE, -1);
1862
1863 //
1864 // First add package
1865 //
1866 if (this.vPackageList.size() > 0) {
1867 for (int index = 0; index < this.vPackageList.size(); index++) {
1868 IDefaultMutableTreeNode dmtnModulePackage = null;
1869 IDefaultMutableTreeNode dmtnModulePackageLibrary = null;
1870 IDefaultMutableTreeNode dmtnModulePackageModule = null;
1871
1872 dmtnModulePackage = new IDefaultMutableTreeNode(this.vPackageList.elementAt(index).getName(),
1873 IDefaultMutableTreeNode.MODULE_PACKAGE, false,
1874 this.vPackageList.elementAt(index));
1875 dmtnModulePackageLibrary = new IDefaultMutableTreeNode("Library",
1876 IDefaultMutableTreeNode.MODULE_PACKAGE_LIBRARY,
1877 false, this.vPackageList.elementAt(index));
1878 dmtnModulePackageModule = new IDefaultMutableTreeNode("Module",
1879 IDefaultMutableTreeNode.MODULE_PACKAGE_MODULE,
1880 false, this.vPackageList.elementAt(index));
1881
1882 Vector<ModuleIdentification> vModule = wt.getAllModules(this.vPackageList.elementAt(index));
1883 for (int indexJ = 0; indexJ < vModule.size(); indexJ++) {
1884 if (vModule.get(indexJ).isLibrary()) {
1885 dmtnModulePackageLibrary.add(new IDefaultMutableTreeNode(vModule.get(indexJ).getName(),
1886 IDefaultMutableTreeNode.MSA_HEADER,
1887 false, vModule.get(indexJ)));
1888 } else {
1889 dmtnModulePackageModule.add(new IDefaultMutableTreeNode(vModule.get(indexJ).getName(),
1890 IDefaultMutableTreeNode.MSA_HEADER,
1891 false, vModule.get(indexJ)));
1892 }
1893 }
1894 if (dmtnModulePackageModule.getChildCount() > 0) {
1895 dmtnModulePackage.add(dmtnModulePackageModule);
1896 }
1897 if (dmtnModulePackageLibrary.getChildCount() > 0) {
1898 dmtnModulePackage.add(dmtnModulePackageLibrary);
1899 }
1900
1901 dmtnModuleDescription.add(dmtnModulePackage);
1902 }
1903 }
1904
1905 // if (this.vModuleList.size() > 0) {
1906 // for (int index = 0; index < this.vModuleList.size(); index++) {
1907 // dmtnModuleDescription.add(new IDefaultMutableTreeNode(this.vModuleList.elementAt(index).getName(),
1908 // IDefaultMutableTreeNode.MSA_HEADER, false,
1909 // this.vModuleList.elementAt(index)));
1910 // }
1911 // }
1912
1913 // Make Package Description
1914 dmtnPackageDescription = new IDefaultMutableTreeNode("PackageDescription", IDefaultMutableTreeNode.PACKAGE, -1);
1915 if (this.vPackageList.size() > 0) {
1916 for (int index = 0; index < this.vPackageList.size(); index++) {
1917 dmtnPackageDescription.add(new IDefaultMutableTreeNode(this.vPackageList.elementAt(index).getName(),
1918 IDefaultMutableTreeNode.SPD_HEADER, false,
1919 this.vPackageList.elementAt(index)));
1920 }
1921 }
1922
1923 // Make Platform Description
1924 dmtnPlatformDescription = new IDefaultMutableTreeNode("PlatformDescription", IDefaultMutableTreeNode.PLATFORM,
1925 -1);
1926 if (this.vPlatformList.size() > 0) {
1927 for (int index = 0; index < this.vPlatformList.size(); index++) {
1928 dmtnPlatformDescription.add(new IDefaultMutableTreeNode(this.vPlatformList.elementAt(index).getName(),
1929 IDefaultMutableTreeNode.FPD_PLATFORMHEADER,
1930 false, this.vPlatformList.elementAt(index)));
1931 }
1932 }
1933
1934 dmtnRoot.add(dmtnModuleDescription);
1935 dmtnRoot.add(dmtnPackageDescription);
1936 dmtnRoot.add(dmtnPlatformDescription);
1937 iTree = new ITree(dmtnRoot);
1938 iTree.addMouseListener(this);
1939 jScrollPaneTree.setViewportView(iTree);
1940 }
1941
1942 /* (non-Javadoc)
1943 * @see java.awt.event.WindowListener#windowClosing(java.awt.event.WindowEvent)
1944 *
1945 * Override windowClosing to popup warning message to confirm quit
1946 *
1947 */
1948 public void windowClosing(WindowEvent arg0) {
1949 this.exit();
1950 }
1951
1952 /* (non-Javadoc)
1953 * @see java.awt.event.MouseListener#mouseClicked(java.awt.event.MouseEvent)
1954 *
1955 * Override mouseClicked to check if need display popup menu
1956 *
1957 */
1958 public void mouseClicked(MouseEvent arg0) {
1959 if (arg0.getButton() == MouseEvent.BUTTON1) {
1960 }
1961 if (arg0.getButton() == MouseEvent.BUTTON3) {
1962 }
1963 //
1964 // When double click
1965 //
1966 if (arg0.getClickCount() == 2) {
1967 doubleClickModuleTreeNode();
1968 }
1969 }
1970
1971 public void mouseEntered(MouseEvent arg0) {
1972 // TODO Auto-generated method stub
1973 }
1974
1975 public void mouseExited(MouseEvent arg0) {
1976 // TODO Auto-generated method stub
1977 }
1978
1979 public void mousePressed(MouseEvent arg0) {
1980 // TODO Auto-generated method stub
1981 }
1982
1983 public void mouseReleased(MouseEvent arg0) {
1984 // TODO Auto-generated method stub
1985 }
1986
1987 /**
1988 Remove all Internal Frame of Module Desktop Pane
1989
1990 **/
1991 private void cleanDesktopPaneModule() {
1992 if (jDesktopPaneModule != null) {
1993 JInternalFrame[] iif = this.jDesktopPaneModule.getAllFrames();
1994 for (int index = 0; index < iif.length; index++) {
1995 iif[index].dispose();
1996 }
1997 }
1998 }
1999
2000 /**
2001 Remove all Internal Frame of package Desktop Pane
2002
2003 **/
2004 private void cleanDesktopPanePackage() {
2005 if (jDesktopPanePlatform != null) {
2006 JInternalFrame[] iif = this.jDesktopPanePackage.getAllFrames();
2007 for (int index = 0; index < iif.length; index++) {
2008 iif[index].dispose();
2009 }
2010 }
2011 }
2012
2013 /**
2014 Remove all Internal Frame of platform Desktop Pane
2015
2016 **/
2017 private void cleanDesktopPanePlatform() {
2018 if (jDesktopPanePlatform != null) {
2019 JInternalFrame[] iif = this.jDesktopPanePlatform.getAllFrames();
2020 for (int index = 0; index < iif.length; index++) {
2021 iif[index].dispose();
2022 }
2023 }
2024 }
2025
2026 /**
2027 Remove all Internal Frame of all Desktop Panes
2028
2029 **/
2030 private void cleanDesktopPane() {
2031 cleanDesktopPaneModule();
2032 cleanDesktopPanePackage();
2033 cleanDesktopPanePlatform();
2034 }
2035
2036 /**
2037 Set file filter as input ext
2038
2039 @param ext
2040 @return
2041
2042 **/
2043 private int getNewFilePath(String ext) {
2044 JFileChooser fc = new JFileChooser(Workspace.getCurrentWorkspace());
2045 fc.setAcceptAllFileFilterUsed(false);
2046 fc.addChoosableFileFilter(new IFileFilter(ext));
2047 return fc.showSaveDialog(new JPanel());
2048 }
2049
2050 /**
2051 Add a module to tree
2052
2053 @param mid The module node to be added
2054
2055 **/
2056 private void addModuleToTree(ModuleIdentification mid) {
2057 //
2058 // Add new MsaHeader node to the tree
2059 //
2060 IDefaultMutableTreeNode node = new IDefaultMutableTreeNode(mid.getName(), IDefaultMutableTreeNode.MSA_HEADER,
2061 true, mid);
2062 //
2063 // First find the module belongs to which package
2064 //
2065 IDefaultMutableTreeNode packageNode = iTree.getNodeById(dmtnModuleDescription, mid.getPackageId(),
2066 IDefaultMutableTreeNode.MODULE_PACKAGE);
2067 //
2068 // To check if has module node or library node
2069 //
2070 IDefaultMutableTreeNode parentModuleNode = null;
2071 IDefaultMutableTreeNode parentLibraryNode = null;
2072 boolean hasModule = false;
2073 boolean hasLibrary = false;
2074 for (int index = 0; index < packageNode.getChildCount(); index++) {
2075 IDefaultMutableTreeNode iNode = (IDefaultMutableTreeNode) packageNode.getChildAt(index);
2076 if (iNode.getCategory() == IDefaultMutableTreeNode.MODULE_PACKAGE_LIBRARY) {
2077 hasLibrary = true;
2078 parentLibraryNode = iNode;
2079 }
2080 if (iNode.getCategory() == IDefaultMutableTreeNode.MODULE_PACKAGE_MODULE) {
2081 hasModule = true;
2082 parentModuleNode = iNode;
2083 }
2084 }
2085
2086 //
2087 // If is a module
2088 //
2089 if (!mid.isLibrary()) {
2090 //
2091 // Create parent node first if has no parent node
2092 //
2093 if (!hasModule) {
2094 parentModuleNode = new IDefaultMutableTreeNode("Module", IDefaultMutableTreeNode.MODULE_PACKAGE_MODULE,
2095 false, mid.getPackageId());
2096 iTree.addNode(packageNode, parentModuleNode);
2097 }
2098
2099 iTree.addNode(parentModuleNode, node);
2100 }
2101
2102 //
2103 // If is a Library
2104 //
2105 if (mid.isLibrary()) {
2106 //
2107 // Create parent node first if has no parent node
2108 //
2109 if (!hasLibrary) {
2110 parentLibraryNode = new IDefaultMutableTreeNode("Library",
2111 IDefaultMutableTreeNode.MODULE_PACKAGE_LIBRARY, false,
2112 mid.getPackageId());
2113 iTree.addNode(packageNode, parentLibraryNode);
2114 }
2115
2116 iTree.addNode(parentLibraryNode, node);
2117 }
2118 }
2119
2120 /**
2121 Open Module
2122
2123 @param path input file path
2124
2125 **/
2126 private void openModule(String path, ModuleIdentification moduleId) {
2127 ModuleSurfaceAreaDocument.ModuleSurfaceArea msa = null;
2128 try {
2129 msa = OpenFile.openMsaFile(path);
2130 } catch (IOException e) {
2131 Log.err("Open Module Surface Area " + path, e.getMessage());
2132 return;
2133 } catch (XmlException e) {
2134 Log.err("Open Module Surface Area " + path, e.getMessage());
2135 return;
2136 } catch (Exception e) {
2137 Log.err("Open Module Surface Area " + path, "Invalid file type");
2138 return;
2139 }
2140 Identification id = new Identification(msa.getMsaHeader().getModuleName(), msa.getMsaHeader().getGuidValue(),
2141 msa.getMsaHeader().getVersion(), path);
2142 //
2143 // Generate module id
2144 //
2145 PackageIdentification pid = wt.getPackageIdByModuleId(id);
2146 if (pid != null) {
2147 //
2148 // To judge if the module existed in vModuleList
2149 // If not, add it to vModuleList
2150 //
2151 boolean isFind = false;
2152 for (int index = 0; index < vModuleList.size(); index++) {
2153 if (vModuleList.elementAt(index).equals(id)) {
2154 isFind = true;
2155 break;
2156 }
2157 }
2158 if (!isFind) {
2159 ModuleIdentification mid = new ModuleIdentification(id, pid, moduleId.isLibrary());
2160 vModuleList.addElement(mid);
2161 addModuleToTree(mid);
2162 }
2163 } else {
2164 //
2165 // The module is not in existing packages
2166 //
2167 Log.err("The module hasn't been added to any package of current workspace!");
2168 return;
2169 }
2170
2171 //
2172 // Make the node selected
2173 //
2174 iTree.setSelectionPath(iTree.getPathOfNode(iTree.getNodeById(this.dmtnModuleDescription, id,
2175 IDefaultMutableTreeNode.MSA_HEADER)));
2176 //
2177 // Update opening Module list information
2178 //
2179 if (!openingModuleList.existsModule(id)) {
2180 //
2181 // Insert sub node of module
2182 //
2183 insertModuleTreeNode(id);
2184 iTree.getSelectNode().setOpening(true);
2185
2186 //
2187 // Update opening module list
2188 //
2189 openingModuleList.insertToOpeningModuleList(id, msa);
2190 openingModuleList.setTreePathById(id, iTree.getSelectionPath());
2191 }
2192 //
2193 // Show msa header in editor panel
2194 //
2195 showModuleElement(IDefaultMutableTreeNode.MSA_HEADER, openingModuleList.getOpeningModuleById(id));
2196 this.currentOpeningModuleIndex = openingModuleList.findIndexOfListById(id);
2197 }
2198
2199 /**
2200 Open Module
2201
2202 @param path input file path
2203
2204 **/
2205 private void openModule(String path) {
2206 ModuleSurfaceAreaDocument.ModuleSurfaceArea msa = null;
2207 try {
2208 msa = OpenFile.openMsaFile(path);
2209 } catch (IOException e) {
2210 Log.err("Open Module Surface Area " + path, e.getMessage());
2211 return;
2212 } catch (XmlException e) {
2213 Log.err("Open Module Surface Area " + path, e.getMessage());
2214 return;
2215 } catch (Exception e) {
2216 Log.err("Open Module Surface Area " + path, "Invalid file type");
2217 return;
2218 }
2219 Identification id = new Identification(msa.getMsaHeader().getModuleName(), msa.getMsaHeader().getGuidValue(),
2220 msa.getMsaHeader().getVersion(), path);
2221 //
2222 // Generate module id
2223 //
2224 PackageIdentification pid = wt.getPackageIdByModuleId(id);
2225 if (pid != null) {
2226 //
2227 // To judge if the module existed in vModuleList
2228 // If not, add it to vModuleList
2229 //
2230 boolean isFind = false;
2231 for (int index = 0; index < vModuleList.size(); index++) {
2232 if (vModuleList.elementAt(index).equals(id)) {
2233 isFind = true;
2234 break;
2235 }
2236 }
2237 if (!isFind) {
2238 ModuleIdentification mid = new ModuleIdentification(id, pid);
2239 vModuleList.addElement(mid);
2240 addModuleToTree(mid);
2241 }
2242 } else {
2243 //
2244 // The module is not in existing packages
2245 //
2246 Log.err("The module hasn't been added to any package of current workspace!");
2247 return;
2248 }
2249
2250 //
2251 // Make the node selected
2252 //
2253 iTree.setSelectionPath(iTree.getPathOfNode(iTree.getNodeById(this.dmtnModuleDescription, id,
2254 IDefaultMutableTreeNode.MSA_HEADER)));
2255 //
2256 // Update opening Module list information
2257 //
2258 if (!openingModuleList.existsModule(id)) {
2259 //
2260 // Insert sub node of module
2261 //
2262 insertModuleTreeNode(id);
2263 iTree.getSelectNode().setOpening(true);
2264
2265 //
2266 // Update opening module list
2267 //
2268 openingModuleList.insertToOpeningModuleList(id, msa);
2269 openingModuleList.setTreePathById(id, iTree.getSelectionPath());
2270 }
2271 //
2272 // Show msa header in editor panel
2273 //
2274 showModuleElement(IDefaultMutableTreeNode.MSA_HEADER, openingModuleList.getOpeningModuleById(id));
2275 this.currentOpeningModuleIndex = openingModuleList.findIndexOfListById(id);
2276 }
2277
2278 /**
2279 Open Package
2280
2281 @param path input file path
2282
2283 **/
2284 private void openPackage(String path) {
2285 PackageSurfaceAreaDocument.PackageSurfaceArea spd = null;
2286 try {
2287 spd = OpenFile.openSpdFile(path);
2288 } catch (IOException e) {
2289 Log.err("Open Package Surface Area " + path, e.getMessage());
2290 return;
2291 } catch (XmlException e) {
2292 Log.err("Open Package Surface Area " + path, e.getMessage());
2293 return;
2294 } catch (Exception e) {
2295 Log.err("Open Package Surface Area " + path, "Invalid file type");
2296 return;
2297 }
2298 Identification id = new Identification(spd.getSpdHeader().getPackageName(), spd.getSpdHeader().getGuidValue(),
2299 spd.getSpdHeader().getVersion(), path);
2300 //
2301 // To judge if the package existed in vPackageList
2302 // If not, add it to vPackageList
2303 //
2304 boolean isFind = false;
2305 for (int index = 0; index < vPackageList.size(); index++) {
2306 if (vPackageList.elementAt(index).equals(id)) {
2307 isFind = true;
2308 break;
2309 }
2310 }
2311 if (!isFind) {
2312 //
2313 // The module is not in existing packages
2314 //
2315 Log.err("The package hasn't been added to current workspace!");
2316 return;
2317 }
2318
2319 //
2320 // Make the node selected
2321 //
2322 iTree.setSelectionPath(iTree.getPathOfNode(iTree.getNodeById(this.dmtnPackageDescription, id,
2323 IDefaultMutableTreeNode.SPD_HEADER)));
2324 //
2325 // Update opening package list information
2326 //
2327 if (!openingPackageList.existsPackage(id)) {
2328 //
2329 // Insert sub node of module
2330 //
2331 insertPackageTreeNode(id);
2332 iTree.getSelectNode().setOpening(true);
2333
2334 //
2335 // Update opening module list
2336 //
2337 openingPackageList.insertToOpeningPackageList(id, spd);
2338 openingPackageList.setTreePathById(id, iTree.getSelectionPath());
2339 }
2340 //
2341 // Show spd header in editor panel
2342 //
2343 showPackageElement(IDefaultMutableTreeNode.SPD_HEADER, openingPackageList.getOpeningPackageById(id));
2344 this.currentOpeningPackageIndex = openingPackageList.findIndexOfListById(id);
2345 }
2346
2347 /**
2348 Open Package
2349
2350 @param path input file path
2351
2352 **/
2353 private void openPlatform(String path) {
2354 PlatformSurfaceAreaDocument.PlatformSurfaceArea fpd = null;
2355 try {
2356 fpd = OpenFile.openFpdFile(path);
2357 } catch (IOException e) {
2358 Log.err("Open Platform Surface Area " + path, e.getMessage());
2359 return;
2360 } catch (XmlException e) {
2361 Log.err("Open Platform Surface Area " + path, e.getMessage());
2362 return;
2363 } catch (Exception e) {
2364 Log.err("Open Platform Surface Area " + path, "Invalid file type");
2365 return;
2366 }
2367 Identification id = new Identification(fpd.getPlatformHeader().getPlatformName(), fpd.getPlatformHeader()
2368 .getGuidValue(),
2369 fpd.getPlatformHeader().getVersion(), path);
2370 //
2371 // To judge if the platform existed in vPlatformList
2372 // If not, add it to vPlatformList
2373 //
2374 boolean isFind = false;
2375 for (int index = 0; index < vPlatformList.size(); index++) {
2376 if (vPlatformList.elementAt(index).equals(id)) {
2377 isFind = true;
2378 break;
2379 }
2380 }
2381 if (!isFind) {
2382 //
2383 // The module is not in existing packages
2384 //
2385 Log.err("The platform hasn't been added to current workspace!");
2386 return;
2387 }
2388
2389 //
2390 // Make the node selected
2391 //
2392 iTree.setSelectionPath(iTree.getPathOfNode(iTree.getNodeById(this.dmtnPlatformDescription, id,
2393 IDefaultMutableTreeNode.FPD_PLATFORMHEADER)));
2394 //
2395 // Update opening package list information
2396 //
2397 if (!openingPlatformList.existsPlatform(id)) {
2398 //
2399 // Insert sub node of module
2400 //
2401 insertPlatformTreeNode(id);
2402 iTree.getSelectNode().setOpening(true);
2403
2404 //
2405 // Update opening module list
2406 //
2407 openingPlatformList.insertToOpeningPlatformList(id, fpd);
2408 openingPlatformList.setTreePathById(id, iTree.getSelectionPath());
2409 }
2410 //
2411 // Show fpd header in editor panel
2412 //
2413 showPlatformElement(IDefaultMutableTreeNode.FPD_PLATFORMHEADER, openingPlatformList.getOpeningPlatformById(id));
2414 this.currentOpeningPlatformIndex = openingPlatformList.findIndexOfListById(id);
2415 }
2416
2417 /**
2418 Save module
2419
2420 **/
2421 private void saveModule(int index) {
2422 OpeningModuleType omt = openingModuleList.getOpeningModuleByIndex(index);
2423 if (omt.isNew()) {
2424 if (getNewFilePath(DataType.MODULE_SURFACE_AREA_EXT) != JFileChooser.APPROVE_OPTION) {
2425 return;
2426 }
2427 }
2428 try {
2429 SaveFile.saveMsaFile(omt.getId().getPath(), omt.getXmlMsa());
2430 openingModuleList.setNew(omt.getId(), false);
2431 openingModuleList.setModuleSaved(omt.getId(), true);
2432 } catch (Exception e) {
2433 Log.err("Save Module", e.getMessage());
2434 }
2435 }
2436
2437 /**
2438 Save package
2439
2440 **/
2441 private void savePackage(int index) {
2442 OpeningPackageType opt = openingPackageList.getOpeningPackageByIndex(index);
2443 if (opt.isNew()) {
2444 if (getNewFilePath(DataType.PACKAGE_SURFACE_AREA_EXT) != JFileChooser.APPROVE_OPTION) {
2445 return;
2446 }
2447 }
2448 try {
2449 SaveFile.saveSpdFile(opt.getId().getPath(), opt.getXmlSpd());
2450 openingPackageList.setNew(opt.getId(), false);
2451 openingPackageList.setPackageSaved(opt.getId(), true);
2452 } catch (Exception e) {
2453 Log.err("Save Package", e.getMessage());
2454 }
2455 }
2456
2457 /**
2458 Save platform
2459
2460 **/
2461 private void savePlatform(int index) {
2462 OpeningPlatformType opt = openingPlatformList.getOpeningPlatformByIndex(index);
2463 if (opt.isNew()) {
2464 if (getNewFilePath(DataType.PACKAGE_SURFACE_AREA_EXT) != JFileChooser.APPROVE_OPTION) {
2465 return;
2466 }
2467 }
2468 try {
2469 SaveFile.saveFpdFile(opt.getId().getPath(), opt.getXmlFpd());
2470 openingPlatformList.setNew(opt.getId(), false);
2471 openingPlatformList.setPlatformSaved(opt.getId(), true);
2472 } catch (Exception e) {
2473 Log.err("Save Package", e.getMessage());
2474 }
2475 }
2476
2477 public void componentHidden(ComponentEvent arg0) {
2478 // TODO Auto-generated method stub
2479
2480 }
2481
2482 public void componentMoved(ComponentEvent arg0) {
2483 // TODO Auto-generated method stub
2484
2485 }
2486
2487 public void componentResized(ComponentEvent arg0) {
2488 this.jSplitPane.setSize(this.getWidth() - DataType.MAIN_FRAME_WIDTH_SPACING,
2489 this.getHeight() - DataType.MAIN_FRAME_HEIGHT_SPACING);
2490 this.jSplitPane.validate();
2491 resizeDesktopPanel();
2492 }
2493
2494 public void componentShown(ComponentEvent arg0) {
2495 // TODO Auto-generated method stub
2496
2497 }
2498
2499 /**
2500 Resize JDesktopPanel
2501
2502 */
2503 private void resizeDesktopPanel() {
2504 resizeDesktopPanel(this.jDesktopPaneModule);
2505 resizeDesktopPanel(this.jDesktopPanePackage);
2506 resizeDesktopPanel(this.jDesktopPanePlatform);
2507 }
2508
2509 /**
2510 Resize JDesktopPanel
2511
2512 */
2513 private void resizeDesktopPanel(JDesktopPane jdk) {
2514 JInternalFrame[] iif = jdk.getAllFrames();
2515 for (int index = 0; index < iif.length; index++) {
2516 iif[index].setSize(jdk.getWidth(), jdk.getHeight());
2517 }
2518 }
2519
2520 private void getCompontentsFromFrameworkDatabase() {
2521 this.vModuleList = wt.getAllModules();
2522 this.vPackageList = wt.getAllPackages();
2523 this.vPlatformList = wt.getAllPlatforms();
2524 }
2525
2526 private void insertModuleTreeNode(Identification id) {
2527 iTree.addNode(new IDefaultMutableTreeNode("Module Definitions", IDefaultMutableTreeNode.MSA_MODULEDEFINITIONS,
2528 true, id));
2529 iTree.addNode(new IDefaultMutableTreeNode("Library Class Definitions",
2530 IDefaultMutableTreeNode.MSA_LIBRARYCLASSDEFINITIONS, true, id));
2531 iTree.addNode(new IDefaultMutableTreeNode("Source Files", IDefaultMutableTreeNode.MSA_SOURCEFILES, true, id));
2532 iTree.addNode(new IDefaultMutableTreeNode("Package Dependencies",
2533 IDefaultMutableTreeNode.MSA_PACKAGEDEPENDENCIES, true, id));
2534 iTree.addNode(new IDefaultMutableTreeNode("Protocols", IDefaultMutableTreeNode.MSA_PROTOCOLS, true, id));
2535 iTree.addNode(new IDefaultMutableTreeNode("Events", IDefaultMutableTreeNode.MSA_EVENTS, true, id));
2536 iTree.addNode(new IDefaultMutableTreeNode("Hobs", IDefaultMutableTreeNode.MSA_HOBS, true, id));
2537 iTree.addNode(new IDefaultMutableTreeNode("Ppis", IDefaultMutableTreeNode.MSA_PPIS, true, id));
2538 iTree.addNode(new IDefaultMutableTreeNode("Variables", IDefaultMutableTreeNode.MSA_VARIABLES, true, id));
2539 iTree.addNode(new IDefaultMutableTreeNode("Boot Modes", IDefaultMutableTreeNode.MSA_BOOTMODES, true, id));
2540 iTree.addNode(new IDefaultMutableTreeNode("System Tables", IDefaultMutableTreeNode.MSA_SYSTEMTABLES, true, id));
2541 iTree.addNode(new IDefaultMutableTreeNode("Data Hubs", IDefaultMutableTreeNode.MSA_DATAHUBS, true, id));
2542 iTree.addNode(new IDefaultMutableTreeNode("Hii Packages", IDefaultMutableTreeNode.MSA_HIIPACKAGES, true, id));
2543 iTree.addNode(new IDefaultMutableTreeNode("Guids", IDefaultMutableTreeNode.MSA_GUIDS, true, id));
2544 iTree.addNode(new IDefaultMutableTreeNode("Externs", IDefaultMutableTreeNode.MSA_EXTERNS, true, id));
2545 iTree.addNode(new IDefaultMutableTreeNode("PcdCoded", IDefaultMutableTreeNode.MSA_PCDS, true, id));
2546 }
2547
2548 private void insertPackageTreeNode(Identification id) {
2549 iTree.addNode(new IDefaultMutableTreeNode("Package Definitions",
2550 IDefaultMutableTreeNode.SPD_PACKAGEDEFINITIONS, true, id));
2551 iTree.addNode(new IDefaultMutableTreeNode("Library Class Declarations",
2552 IDefaultMutableTreeNode.SPD_LIBRARYCLASSDECLARATIONS, true, id));
2553 iTree.addNode(new IDefaultMutableTreeNode("Msa Files", IDefaultMutableTreeNode.SPD_MSAFILES, false, id));
2554 iTree.addNode(new IDefaultMutableTreeNode("Package Headers", IDefaultMutableTreeNode.SPD_PACKAGEHEADERS, true,
2555 id));
2556 iTree.addNode(new IDefaultMutableTreeNode("Guid Declarations", IDefaultMutableTreeNode.SPD_GUIDDECLARATIONS,
2557 true, id));
2558 iTree.addNode(new IDefaultMutableTreeNode("Protocol Declarations",
2559 IDefaultMutableTreeNode.SPD_PROTOCOLDECLARATIONS, true, id));
2560 iTree.addNode(new IDefaultMutableTreeNode("Ppi Declarations", IDefaultMutableTreeNode.SPD_PPIDECLARATIONS,
2561 true, id));
2562 iTree.addNode(new IDefaultMutableTreeNode("Pcd Declarations", IDefaultMutableTreeNode.SPD_PCDDECLARATIONS,
2563 true, id));
2564 }
2565
2566 private void insertPlatformTreeNode(Identification id) {
2567 iTree.addNode(new IDefaultMutableTreeNode("Platform Definitions",
2568 IDefaultMutableTreeNode.FPD_PLATFORMDEFINITIONS, true, id));
2569 iTree.addNode(new IDefaultMutableTreeNode("Flash", IDefaultMutableTreeNode.FPD_FLASH, true, id));
2570 iTree.addNode(new IDefaultMutableTreeNode("Framework Modules", IDefaultMutableTreeNode.FPD_FRAMEWORKMODULES,
2571 true, id));
2572 iTree.addNode(new IDefaultMutableTreeNode("Pcd Dynamic Build Declarations",
2573 IDefaultMutableTreeNode.FPD_PCDDYNAMICBUILDDECLARATIONS, true, id));
2574 iTree.addNode(new IDefaultMutableTreeNode("Build Options", IDefaultMutableTreeNode.FPD_BUILDOPTIONS, true, id));
2575 }
2576
2577 /**
2578 Operate when double click a tree node
2579
2580 **/
2581 private void doubleClickModuleTreeNode() {
2582 Identification id = iTree.getSelectNode().getId();
2583 int intCategory = iTree.getSelectCategory();
2584 String path = null;
2585 //
2586 // If the node is not opened yet
2587 // Insert top level elements first
2588 //
2589 //if (intCategory == IDefaultMutableTreeNode.MSA_HEADER || intCategory == IDefaultMutableTreeNode.SPD_MSAFILES) {
2590 if (intCategory == IDefaultMutableTreeNode.MSA_HEADER) {
2591
2592 if (intCategory == IDefaultMutableTreeNode.MSA_HEADER) {
2593 path = iTree.getSelectNode().getId().getPath();
2594 }
2595 if (intCategory == IDefaultMutableTreeNode.SPD_MSAFILES) {
2596 path = iTree.getSelectNode().getId().getPath();
2597 }
2598 openModule(path);
2599 return;
2600 }
2601 if (intCategory == IDefaultMutableTreeNode.SPD_HEADER) {
2602 path = iTree.getSelectNode().getId().getPath();
2603 openPackage(path);
2604 return;
2605 }
2606 if (intCategory == IDefaultMutableTreeNode.FPD_PLATFORMHEADER) {
2607 path = iTree.getSelectNode().getId().getPath();
2608 openPlatform(path);
2609 return;
2610 }
2611 //
2612 // Show editor panel
2613 //
2614 if (intCategory >= IDefaultMutableTreeNode.MSA_HEADER && intCategory < IDefaultMutableTreeNode.SPD_HEADER) {
2615 showModuleElement(intCategory, openingModuleList.getOpeningModuleById(id));
2616 this.currentOpeningModuleIndex = openingModuleList.findIndexOfListById(id);
2617 }
2618 if (intCategory >= IDefaultMutableTreeNode.SPD_HEADER
2619 && intCategory < IDefaultMutableTreeNode.FPD_PLATFORMHEADER) {
2620 showPackageElement(intCategory, openingPackageList.getOpeningPackageById(id));
2621 this.currentOpeningPackageIndex = openingPackageList.findIndexOfListById(id);
2622 }
2623 if (intCategory >= IDefaultMutableTreeNode.FPD_PLATFORMHEADER) {
2624 showPlatformElement(intCategory, openingPlatformList.getOpeningPlatformById(id));
2625 this.currentOpeningPlatformIndex = openingPlatformList.findIndexOfListById(id);
2626 }
2627 }
2628
2629 /**
2630 Show content of editor panel via selected element
2631
2632 @param elementType
2633 @param fpd
2634
2635 **/
2636 private void showPlatformElement(int elementType, OpeningPlatformType fpd) {
2637 this.cleanDesktopPanePlatform();
2638
2639 switch (elementType) {
2640 case IDefaultMutableTreeNode.FPD_PLATFORMDEFINITIONS:
2641 FpdPlatformDefs frmFpdPlatformDefs = new FpdPlatformDefs(fpd);
2642 getJDesktopPanePlatform().add(frmFpdPlatformDefs, 1);
2643 break;
2644 case IDefaultMutableTreeNode.FPD_PLATFORMHEADER:
2645 FpdHeader frmFpdHeader = new FpdHeader(fpd);
2646 getJDesktopPanePlatform().add(frmFpdHeader, 1);
2647 break;
2648 case IDefaultMutableTreeNode.FPD_FLASH:
2649 FpdFlash frmFpdFlash = new FpdFlash(fpd);
2650 getJDesktopPanePlatform().add(frmFpdFlash, 1);
2651 break;
2652 case IDefaultMutableTreeNode.FPD_FRAMEWORKMODULES:
2653 FpdFrameworkModules frmFpdFrameworkModules = new FpdFrameworkModules(fpd);
2654 getJDesktopPanePlatform().add(frmFpdFrameworkModules, 1);
2655 break;
2656 case IDefaultMutableTreeNode.FPD_PCDDYNAMICBUILDDECLARATIONS:
2657 FpdDynamicPcdBuildDefinitions frmFpdDynamicPcdBuildDefinitions = new FpdDynamicPcdBuildDefinitions(fpd);
2658 getJDesktopPanePlatform().add(frmFpdDynamicPcdBuildDefinitions, 1);
2659 break;
2660 case IDefaultMutableTreeNode.FPD_BUILDOPTIONS:
2661 FpdBuildOptions frmFpdBuildOptions = new FpdBuildOptions(fpd);
2662 getJDesktopPanePlatform().add(frmFpdBuildOptions, 1);
2663 break;
2664 }
2665 this.jTabbedPaneEditor.setSelectedIndex(2);
2666 resizeDesktopPanel();
2667 }
2668
2669 /**
2670 Show content of editor panel via selected element
2671
2672 @param elementType
2673 @param spd
2674
2675 */
2676 private void showPackageElement(int elementType, OpeningPackageType spd) {
2677 this.cleanDesktopPanePackage();
2678 Tools.dirForNewSpd = spd.getId().getPath();
2679 switch (elementType) {
2680 case IDefaultMutableTreeNode.SPD_HEADER:
2681 SpdHeader frmSpdHeader = new SpdHeader(spd);
2682 getJDesktopPanePackage().add(frmSpdHeader, 1);
2683 break;
2684 case IDefaultMutableTreeNode.SPD_PACKAGEDEFINITIONS:
2685 SpdPackageDefinitions frmSpdPackageDefinitions = new SpdPackageDefinitions(spd);
2686 getJDesktopPanePackage().add(frmSpdPackageDefinitions, 1);
2687 break;
2688 case IDefaultMutableTreeNode.SPD_LIBRARYCLASSDECLARATIONS:
2689 SpdLibClassDecls frmSlcd = new SpdLibClassDecls(spd);
2690 getJDesktopPanePackage().add(frmSlcd, 1);
2691 break;
2692 case IDefaultMutableTreeNode.SPD_MSAFILES:
2693 SpdMsaFiles frmSmf = new SpdMsaFiles(spd);
2694 getJDesktopPanePackage().add(frmSmf, 1);
2695 break;
2696 case IDefaultMutableTreeNode.SPD_PACKAGEHEADERS:
2697 SpdPackageHeaders frmSph = new SpdPackageHeaders(spd);
2698 getJDesktopPanePackage().add(frmSph, 1);
2699 break;
2700 case IDefaultMutableTreeNode.SPD_GUIDDECLARATIONS:
2701 SpdGuidDecls frmSgd = new SpdGuidDecls(spd);
2702 getJDesktopPanePackage().add(frmSgd, 1);
2703 break;
2704 case IDefaultMutableTreeNode.SPD_PROTOCOLDECLARATIONS:
2705 SpdProtocolDecls frmSprod = new SpdProtocolDecls(spd);
2706 getJDesktopPanePackage().add(frmSprod, 1);
2707 break;
2708 case IDefaultMutableTreeNode.SPD_PPIDECLARATIONS:
2709 SpdPpiDecls frmSppid = new SpdPpiDecls(spd);
2710 getJDesktopPanePackage().add(frmSppid, 1);
2711 break;
2712 case IDefaultMutableTreeNode.SPD_PCDDECLARATIONS:
2713 SpdPcdDefs frmSpcdd = new SpdPcdDefs(spd);
2714 getJDesktopPanePackage().add(frmSpcdd, 1);
2715 break;
2716 }
2717 this.jTabbedPaneEditor.setSelectedIndex(1);
2718 resizeDesktopPanel();
2719 }
2720
2721 /**
2722 Show content of editor panel via selected element
2723
2724 @param elementType
2725 @param msa
2726
2727 */
2728 private void showModuleElement(int elementType, OpeningModuleType msa) {
2729 this.cleanDesktopPaneModule();
2730 switch (elementType) {
2731 case IDefaultMutableTreeNode.MSA_HEADER:
2732 MsaHeader frmMsaHeader = new MsaHeader(msa);
2733 getJDesktopPaneModule().add(frmMsaHeader, 1);
2734 break;
2735 case IDefaultMutableTreeNode.MSA_MODULEDEFINITIONS:
2736 ModuleDefinitions frmMd = new ModuleDefinitions(msa);
2737 getJDesktopPaneModule().add(frmMd, 1);
2738 break;
2739 case IDefaultMutableTreeNode.MSA_LIBRARYCLASSDEFINITIONS:
2740 ModuleLibraryClassDefinitions frmMlcd = new ModuleLibraryClassDefinitions(msa);
2741 getJDesktopPaneModule().add(frmMlcd, 1);
2742 break;
2743 case IDefaultMutableTreeNode.MSA_PACKAGEDEPENDENCIES:
2744 ModulePackageDependencies frmMpd = new ModulePackageDependencies(msa);
2745 getJDesktopPaneModule().add(frmMpd, 1);
2746 break;
2747 case IDefaultMutableTreeNode.MSA_SOURCEFILES:
2748 ModuleSourceFiles frmMsf = new ModuleSourceFiles(msa);
2749 getJDesktopPaneModule().add(frmMsf, 1);
2750 break;
2751 case IDefaultMutableTreeNode.MSA_PROTOCOLS:
2752 ModuleProtocols frmMp = new ModuleProtocols(msa);
2753 getJDesktopPaneModule().add(frmMp, 1);
2754 break;
2755 case IDefaultMutableTreeNode.MSA_EVENTS:
2756 ModuleEvents frmMe = new ModuleEvents(msa);
2757 getJDesktopPaneModule().add(frmMe, 1);
2758 break;
2759 case IDefaultMutableTreeNode.MSA_HOBS:
2760 ModuleHobs frmMh = new ModuleHobs(msa);
2761 getJDesktopPaneModule().add(frmMh, 1);
2762 break;
2763 case IDefaultMutableTreeNode.MSA_PPIS:
2764 ModulePpis frmMpp = new ModulePpis(msa);
2765 getJDesktopPaneModule().add(frmMpp, 1);
2766 break;
2767 case IDefaultMutableTreeNode.MSA_VARIABLES:
2768 ModuleVariables frmMv = new ModuleVariables(msa);
2769 getJDesktopPaneModule().add(frmMv, 1);
2770 break;
2771 case IDefaultMutableTreeNode.MSA_BOOTMODES:
2772 ModuleBootModes frmMbm = new ModuleBootModes(msa);
2773 getJDesktopPaneModule().add(frmMbm, 1);
2774 break;
2775 case IDefaultMutableTreeNode.MSA_SYSTEMTABLES:
2776 ModuleSystemTables frmMst = new ModuleSystemTables(msa);
2777 getJDesktopPaneModule().add(frmMst, 1);
2778 break;
2779 case IDefaultMutableTreeNode.MSA_DATAHUBS:
2780 ModuleDataHubs frmMdh = new ModuleDataHubs(msa);
2781 getJDesktopPaneModule().add(frmMdh, 1);
2782 break;
2783 case IDefaultMutableTreeNode.MSA_HIIPACKAGES:
2784 ModuleHiiPackages frmMf = new ModuleHiiPackages(msa);
2785 getJDesktopPaneModule().add(frmMf, 1);
2786 break;
2787 case IDefaultMutableTreeNode.MSA_GUIDS:
2788 ModuleGuids frmGuid = new ModuleGuids(msa);
2789 getJDesktopPaneModule().add(frmGuid, 1);
2790 break;
2791 case IDefaultMutableTreeNode.MSA_EXTERNS:
2792 ModuleExterns frmMex = new ModuleExterns(msa);
2793 getJDesktopPaneModule().add(frmMex, 1);
2794 break;
2795 case IDefaultMutableTreeNode.MSA_PCDS:
2796 ModulePCDs frmPcd = new ModulePCDs(msa);
2797 getJDesktopPaneModule().add(frmPcd, 1);
2798 break;
2799 }
2800 this.jTabbedPaneEditor.setSelectedIndex(0);
2801 resizeDesktopPanel();
2802 }
2803
2804 //
2805 // Define operations of menu
2806 //
2807 /**
2808 New a file
2809
2810 **/
2811 private void fileNew() {
2812 int result = -1;
2813 //
2814 // Selece new file type
2815 //
2816 NewFileChooser nfc = new NewFileChooser(this, true);
2817 result = nfc.showDialog();
2818
2819 if (result == DataType.RETURN_TYPE_CANCEL) {
2820 nfc.dispose();
2821 return;
2822 } else if (result == DataType.RETURN_TYPE_MODULE_SURFACE_AREA) {
2823 //
2824 // To new a module
2825 //
2826 SelectModuleBelong smb = new SelectModuleBelong(this, true, result);
2827 result = smb.showDialog();
2828
2829 if (result == DataType.RETURN_TYPE_CANCEL) {
2830 nfc.dispose();
2831 smb.dispose();
2832 return;
2833 } else if (result == DataType.RETURN_TYPE_OK) {
2834 PackageSurfaceAreaDocument.PackageSurfaceArea psa = null;
2835 if (this.openingPackageList.existsPackage(smb.getMid().getPackageId())) {
2836 psa = openingPackageList.getPackageSurfaceAreaFromId(smb.getMid().getPackageId());
2837 }
2838 try {
2839 wt.addModuleToPackage(smb.getMid(), psa);
2840 } catch (IOException e) {
2841 Log.err("Upddate MsaFiles of Package", e.getMessage());
2842 e.printStackTrace();
2843 return;
2844 } catch (XmlException e) {
2845 Log.err("Upddate MsaFiles of Package", e.getMessage());
2846 e.printStackTrace();
2847 return;
2848 } catch (Exception e) {
2849 Log.err("Upddate MsaFiles of Package", e.getMessage());
2850 e.printStackTrace();
2851 return;
2852 }
2853 this.openModule(smb.getMid().getPath(), smb.getMid());
2854 }
2855 } else if (result == DataType.RETURN_TYPE_PACKAGE_SURFACE_AREA) {
2856 //
2857 // To new a package
2858 //
2859 SelectModuleBelong smb = new SelectModuleBelong(this, true, result);
2860 result = smb.showDialog();
2861
2862 if (result == DataType.RETURN_TYPE_CANCEL) {
2863 nfc.dispose();
2864 smb.dispose();
2865 return;
2866 } else if (result == DataType.RETURN_TYPE_OK) {
2867 try {
2868 wt.addPackageToDatabase(smb.getPid());
2869 } catch (Exception e) {
2870 // TODO Auto-generated catch block
2871 e.printStackTrace();
2872 }
2873 vPackageList.addElement(smb.getPid());
2874 //
2875 // Add new SpdHeader node to the tree
2876 //
2877 IDefaultMutableTreeNode node = new IDefaultMutableTreeNode(vPackageList.lastElement().getName(),
2878 IDefaultMutableTreeNode.SPD_HEADER, true,
2879 vPackageList.lastElement());
2880 iTree.addNode(dmtnPackageDescription, node);
2881 this.openPackage(smb.getPid().getPath());
2882 }
2883 } else if (result == DataType.RETURN_TYPE_PLATFORM_SURFACE_AREA) {
2884 //
2885 // To new a platform
2886 //
2887 SelectModuleBelong smb = new SelectModuleBelong(this, true, result);
2888 result = smb.showDialog();
2889
2890 if (result == DataType.RETURN_TYPE_CANCEL) {
2891 nfc.dispose();
2892 smb.dispose();
2893 return;
2894 } else if (result == DataType.RETURN_TYPE_OK) {
2895 try {
2896 wt.addPlatformToDatabase(smb.getFid());
2897 } catch (Exception e) {
2898 // TODO Auto-generated catch block
2899 e.printStackTrace();
2900 }
2901 vPlatformList.addElement(smb.getFid());
2902 //
2903 // Add new SpdHeader node to the tree
2904 //
2905 IDefaultMutableTreeNode node = new IDefaultMutableTreeNode(vPlatformList.lastElement().getName(),
2906 IDefaultMutableTreeNode.FPD_PLATFORMHEADER,
2907 true, vPlatformList.lastElement());
2908 iTree.addNode(dmtnPlatformDescription, node);
2909 this.openPlatform(smb.getFid().getPath());
2910 }
2911 }
2912 }
2913
2914 /**
2915 Open a file
2916
2917 **/
2918 private void open() {
2919 JFileChooser fc = new JFileChooser(Workspace.getCurrentWorkspace());
2920 fc.setAcceptAllFileFilterUsed(false);
2921 IFileFilter iffM = new IFileFilter(DataType.MODULE_SURFACE_AREA_EXT);
2922 IFileFilter iffP = new IFileFilter(DataType.PACKAGE_SURFACE_AREA_EXT);
2923 IFileFilter iffF = new IFileFilter(DataType.PLATFORM_SURFACE_AREA_EXT);
2924 fc.addChoosableFileFilter(iffM);
2925 fc.addChoosableFileFilter(iffP);
2926 fc.addChoosableFileFilter(iffF);
2927 fc.setFileFilter(iffM);
2928
2929 int result = fc.showOpenDialog(new JPanel());
2930
2931 if (result == JFileChooser.APPROVE_OPTION) {
2932 String path = fc.getSelectedFile().getPath();
2933 String match = path.substring(path.length() - 4);
2934 if (match.equals(DataType.FILE_EXT_SEPARATOR + DataType.MODULE_SURFACE_AREA_EXT)) {
2935 openModule(path);
2936 } else if (match.equals(DataType.FILE_EXT_SEPARATOR + DataType.PACKAGE_SURFACE_AREA_EXT)) {
2937 openPackage(path);
2938 } else if (match.equals(DataType.FILE_EXT_SEPARATOR + DataType.PLATFORM_SURFACE_AREA_EXT)) {
2939 openPlatform(path);
2940 }
2941 }
2942 }
2943
2944 /**
2945 Close files
2946
2947 **/
2948 private void close() {
2949 switch (this.jTabbedPaneEditor.getSelectedIndex()) {
2950 //
2951 // Current is module
2952 //
2953 case 0:
2954 if (this.currentOpeningModuleIndex > -1) {
2955 if (!openingModuleList.getModuleSaved(currentOpeningModuleIndex)) {
2956 int result = showSaveDialog();
2957 if (result == JOptionPane.YES_OPTION) {
2958 this.saveAll();
2959 }
2960 if (result == JOptionPane.NO_OPTION) {
2961 // Do nothing
2962 }
2963 if (result == JOptionPane.CANCEL_OPTION) {
2964 return;
2965 }
2966 }
2967 iTree.removeNodeChildrenByPath(openingModuleList.getTreePathByIndex(currentOpeningModuleIndex));
2968 this.openingModuleList.removeFromOpeningModuleListByIndex(this.currentOpeningModuleIndex);
2969 this.cleanDesktopPaneModule();
2970 this.currentOpeningModuleIndex = -1;
2971 }
2972 break;
2973 //
2974 // Current is package
2975 //
2976 case 1:
2977 if (this.currentOpeningPackageIndex > -1) {
2978 if (!openingPackageList.getPackageSaved(currentOpeningPackageIndex)) {
2979 int result = showSaveDialog();
2980 if (result == JOptionPane.YES_OPTION) {
2981 this.saveAll();
2982 }
2983 if (result == JOptionPane.NO_OPTION) {
2984 // Do nothing
2985 }
2986 if (result == JOptionPane.CANCEL_OPTION) {
2987 return;
2988 }
2989 }
2990 iTree.removeNodeChildrenByPath(openingPackageList.getTreePathByIndex(currentOpeningPackageIndex));
2991 this.openingPackageList.removeFromOpeningPackageListByIndex(this.currentOpeningPackageIndex);
2992 this.cleanDesktopPanePackage();
2993 this.currentOpeningPackageIndex = -1;
2994 }
2995 break;
2996 //
2997 // Current is platform
2998 //
2999 case 2:
3000 if (this.currentOpeningPlatformIndex > -1) {
3001 if (!openingPlatformList.getPlatformSaved(currentOpeningPlatformIndex)) {
3002 int result = showSaveDialog();
3003 if (result == JOptionPane.YES_OPTION) {
3004 this.saveAll();
3005 }
3006 if (result == JOptionPane.NO_OPTION) {
3007 // Do nothing
3008 }
3009 if (result == JOptionPane.CANCEL_OPTION) {
3010 return;
3011 }
3012 }
3013 iTree.removeNodeChildrenByPath(openingPlatformList.getTreePathByIndex(currentOpeningPlatformIndex));
3014 this.openingPlatformList.removeFromOpeningPlatformListByIndex(this.currentOpeningPlatformIndex);
3015 this.cleanDesktopPanePlatform();
3016 this.currentOpeningPlatformIndex = -1;
3017 }
3018 break;
3019 }
3020 }
3021
3022 /**
3023 Close all opening files and clean all showing internal frame
3024
3025 **/
3026 private void closeAll() {
3027 int result = -1;
3028 if (!openingModuleList.isSaved() || !openingPackageList.isSaved() || !openingPlatformList.isSaved()) {
3029 result = showSaveDialog();
3030 }
3031 if (result == JOptionPane.YES_OPTION) {
3032 this.saveAll();
3033 }
3034 if (result == JOptionPane.NO_OPTION) {
3035 // Do nothing
3036 }
3037 if (result == JOptionPane.CANCEL_OPTION) {
3038 return;
3039 }
3040 this.cleanDesktopPane();
3041 this.getCompontentsFromFrameworkDatabase();
3042 openingModuleList.removeAllFromOpeningModuleList();
3043 openingPackageList.removeAllFromOpeningPackageList();
3044 openingPlatformList.removeAllFromOpeningPlatformList();
3045 this.makeEmptyTree();
3046 }
3047
3048 /**
3049 Save currentModule when press button OK
3050
3051 **/
3052 private void save() {
3053 switch (this.jTabbedPaneEditor.getSelectedIndex()) {
3054 case 0:
3055 if (this.currentOpeningModuleIndex > -1) {
3056 saveModule(this.currentOpeningModuleIndex);
3057 }
3058 break;
3059 case 1:
3060 if (this.currentOpeningPackageIndex > -1) {
3061 savePackage(this.currentOpeningPackageIndex);
3062 }
3063 break;
3064 case 2:
3065 if (this.currentOpeningPlatformIndex > -1) {
3066 savePlatform(this.currentOpeningPlatformIndex);
3067 }
3068 break;
3069 }
3070 }
3071
3072 private void saveAs() {
3073
3074 }
3075
3076 private void saveAll() {
3077 //
3078 // Save all modules
3079 //
3080 for (int index = 0; index < openingModuleList.size(); index++) {
3081 if (!openingModuleList.getModuleSaved(index)) {
3082 saveModule(index);
3083 }
3084 }
3085
3086 //
3087 // Save all packages
3088 //
3089 for (int index = 0; index < openingPackageList.size(); index++) {
3090 if (!openingPackageList.getPackageSaved(index)) {
3091 savePackage(index);
3092 }
3093 }
3094
3095 //
3096 // Save all platforms
3097 //
3098 for (int index = 0; index < openingPlatformList.size(); index++) {
3099 if (!openingPlatformList.getPlatformSaved(index)) {
3100 savePlatform(index);
3101 }
3102 }
3103 }
3104
3105 /**
3106 To save changed items before exit.
3107
3108 **/
3109 private void exit() {
3110 int result = -1;
3111 if (!openingModuleList.isSaved() || !openingPackageList.isSaved() || !openingPlatformList.isSaved()) {
3112 result = showSaveDialog();
3113 }
3114 if (result == JOptionPane.YES_OPTION) {
3115 this.saveAll();
3116 }
3117 if (result == JOptionPane.NO_OPTION) {
3118 // Do nothing
3119 }
3120 if (result == JOptionPane.CANCEL_OPTION) {
3121 return;
3122 }
3123 this.dispose();
3124 System.exit(0);
3125 }
3126
3127 /**
3128 Switch current workspace to others
3129
3130 **/
3131 private void changeWorkspace() {
3132 SwitchWorkspace sw = new SwitchWorkspace(this, true);
3133 int result = sw.showDialog();
3134 if (result == DataType.RETURN_TYPE_CANCEL) {
3135 return;
3136 } else if (result == DataType.RETURN_TYPE_OK) {
3137 //
3138 // Reinit whole window
3139 //
3140 closeAll();
3141 this.setTitle(DataType.PROJECT_NAME + " " + DataType.PROJECT_VERSION + " " + "- ["
3142 + Workspace.getCurrentWorkspace() + "]");
3143 }
3144 sw.dispose();
3145 }
3146
3147 /**
3148 Show Tool Chain Configuration Dialog to setup Tool Chain
3149
3150 **/
3151 private void setupToolChainConfiguration() {
3152 ToolChainConfig tcc = ToolChainConfig.getInstance();
3153 tcc.showDialog();
3154 }
3155
3156 /**
3157 Clone selected item
3158
3159 **/
3160 private void cloneItem() {
3161 int mode = -1;
3162
3163 //
3164 // Check if there is any item can be cloned
3165 //
3166 if (iTree.getSelectionPath() == null) {
3167 Log.err("Please select a target to clone!");
3168 return;
3169 }
3170 int category = iTree.getSelectCategory();
3171 Identification id = iTree.getSelectNode().getId();
3172 if (category == IDefaultMutableTreeNode.MODULE || category == IDefaultMutableTreeNode.PACKAGE
3173 || category == IDefaultMutableTreeNode.PLATFORM) {
3174 Log.err("Please select a target to clone!");
3175 return;
3176 }
3177
3178 if (category == IDefaultMutableTreeNode.WORKSPACE) {
3179 mode = DataType.RETURN_TYPE_WORKSPACE;
3180 id = null;
3181 }
3182 if (category >= IDefaultMutableTreeNode.MSA_HEADER && category < IDefaultMutableTreeNode.SPD_HEADER) {
3183 mode = DataType.RETURN_TYPE_MODULE_SURFACE_AREA;
3184 }
3185 if (category >= IDefaultMutableTreeNode.SPD_HEADER && category < IDefaultMutableTreeNode.FPD_PLATFORMHEADER) {
3186 mode = DataType.RETURN_TYPE_PACKAGE_SURFACE_AREA;
3187 }
3188 if (category >= IDefaultMutableTreeNode.FPD_PLATFORMHEADER) {
3189 mode = DataType.RETURN_TYPE_PLATFORM_SURFACE_AREA;
3190 }
3191
3192 Clone c = new Clone(this, true, mode, id);
3193 int result = c.showDialog();
3194
3195 if (result == DataType.RETURN_TYPE_CANCEL) {
3196 c.dispose();
3197 }
3198 if (result == DataType.RETURN_TYPE_WORKSPACE) {
3199 Tools.showInformationMessage("Workspace Clone Finished");
3200 }
3201 if (result == DataType.RETURN_TYPE_MODULE_SURFACE_AREA) {
3202 Tools.showInformationMessage("Module Surface Area Clone Finished");
3203 vModuleList.addElement(c.getMid());
3204 addModuleToTree(c.getMid());
3205 }
3206 if (result == DataType.RETURN_TYPE_PACKAGE_SURFACE_AREA) {
3207 Tools.showInformationMessage("Package Surface Area Clone Finished");
3208 vPackageList.addElement(c.getPid());
3209 //
3210 // Add new SpdHeader node to the tree
3211 //
3212 IDefaultMutableTreeNode node = new IDefaultMutableTreeNode(vPackageList.lastElement().getName(),
3213 IDefaultMutableTreeNode.SPD_HEADER, true,
3214 vPackageList.lastElement());
3215 iTree.addNode(dmtnPackageDescription, node);
3216 }
3217 if (result == DataType.RETURN_TYPE_PLATFORM_SURFACE_AREA) {
3218 Tools.showInformationMessage("Platform Surface Area Clone Finished");
3219 vPlatformList.addElement(c.getFid());
3220 //
3221 // Add new SpdHeader node to the tree
3222 //
3223 IDefaultMutableTreeNode node = new IDefaultMutableTreeNode(vPlatformList.lastElement().getName(),
3224 IDefaultMutableTreeNode.FPD_PLATFORMHEADER,
3225 true, vPlatformList.lastElement());
3226 iTree.addNode(dmtnPlatformDescription, node);
3227 //this.openPlatform(c.getFid().getPath());
3228 }
3229 if (result == DataType.RETURN_TYPE_OK) {
3230
3231 }
3232 }
3233
3234 public void valueChanged(TreeSelectionEvent arg0) {
3235 // TODO Auto-generated method stub
3236
3237 }
3238
3239 public void menuCanceled(MenuEvent arg0) {
3240 // TODO Auto-generated method stub
3241
3242 }
3243
3244 public void menuDeselected(MenuEvent arg0) {
3245 // TODO Auto-generated method stub
3246
3247 }
3248
3249 public void menuSelected(MenuEvent arg0) {
3250 if (arg0.getSource() == jMenuFile) {
3251 //
3252 // Enable close/close all if some files are opened
3253 //
3254 jMenuItemFileClose.setEnabled(openingModuleList.isOpend() || openingPackageList.isOpend()
3255 || openingPlatformList.isOpend());
3256 jMenuItemFileCloseAll.setEnabled(openingModuleList.isOpend() || openingPackageList.isOpend()
3257 || openingPlatformList.isOpend());
3258
3259 //
3260 // Enable save/save all if some files are changed
3261 //
3262 jMenuItemFileSave.setEnabled(!openingModuleList.isSaved() || !openingPackageList.isSaved()
3263 || !openingPlatformList.isSaved());
3264 jMenuItemFileSaveAll.setEnabled(!openingModuleList.isSaved() || !openingPackageList.isSaved()
3265 || !openingPlatformList.isSaved());
3266 }
3267
3268 if (arg0.getSource() == jMenuTools) {
3269 //
3270 // Enable clone when select some items
3271 //
3272 if (iTree.getSelectionPath() == null) {
3273 jMenuItemToolsClone.setEnabled(false);
3274 } else {
3275 int category = iTree.getSelectCategory();
3276 if (category == IDefaultMutableTreeNode.MODULE || category == IDefaultMutableTreeNode.PACKAGE
3277 || category == IDefaultMutableTreeNode.PLATFORM
3278 || category == IDefaultMutableTreeNode.MODULE_PACKAGE
3279 || category == IDefaultMutableTreeNode.MODULE_PACKAGE_LIBRARY
3280 || category == IDefaultMutableTreeNode.MODULE_PACKAGE_MODULE) {
3281 jMenuItemToolsClone.setEnabled(false);
3282 } else {
3283 jMenuItemToolsClone.setEnabled(true);
3284 }
3285 }
3286 }
3287 }
3288 }