]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Added some additional comments in the files, as well as fixed some of them.
authorlhauch <lhauch@6f19259b-4bc3-4df7-8a09-765794883524>
Sat, 29 Jul 2006 04:39:01 +0000 (04:39 +0000)
committerlhauch <lhauch@6f19259b-4bc3-4df7-8a09-765794883524>
Sat, 29 Jul 2006 04:39:01 +0000 (04:39 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1149 6f19259b-4bc3-4df7-8a09-765794883524

12 files changed:
Tools/Source/FrameworkWizard/src/org/tianocore/frameworkwizard/module/ui/dialog/BootModesDlg.java
Tools/Source/FrameworkWizard/src/org/tianocore/frameworkwizard/module/ui/dialog/DataHubsDlg.java
Tools/Source/FrameworkWizard/src/org/tianocore/frameworkwizard/module/ui/dialog/EventsDlg.java
Tools/Source/FrameworkWizard/src/org/tianocore/frameworkwizard/module/ui/dialog/ExternsDlg.java
Tools/Source/FrameworkWizard/src/org/tianocore/frameworkwizard/module/ui/dialog/HiiPackagesDlg.java
Tools/Source/FrameworkWizard/src/org/tianocore/frameworkwizard/module/ui/dialog/HobsDlg.java
Tools/Source/FrameworkWizard/src/org/tianocore/frameworkwizard/module/ui/dialog/LibraryClassDefsDlg.java
Tools/Source/FrameworkWizard/src/org/tianocore/frameworkwizard/module/ui/dialog/PCDsDlg.java
Tools/Source/FrameworkWizard/src/org/tianocore/frameworkwizard/module/ui/dialog/PackageDepDlg.java
Tools/Source/FrameworkWizard/src/org/tianocore/frameworkwizard/module/ui/dialog/PpisDlg.java
Tools/Source/FrameworkWizard/src/org/tianocore/frameworkwizard/module/ui/dialog/SystemTablesDlg.java
Tools/Source/FrameworkWizard/src/org/tianocore/frameworkwizard/module/ui/dialog/VariablesDlg.java

index 937b8b6361ee9fee1a09b93ce0851e57816fdf20..2e637eb1ee7fd5986d15006fddd4451a914f555a 100644 (file)
@@ -42,10 +42,9 @@ import org.tianocore.frameworkwizard.common.ui.StarLabel;
 import org.tianocore.frameworkwizard.module.Identifications.BootModes.BootModesIdentification;\r
 \r
 /**\r
- * The class is used to create, update BootModes of MSA/MBD file It extends\r
- * IDialog\r
- * \r
- * \r
+ * The class is used to create, update BootModes of MSA/MBD file\r
+ *  \r
+ * It extends IDialog\r
  * \r
  */\r
 public class BootModesDlg extends IDialog {\r
@@ -59,7 +58,7 @@ public class BootModesDlg extends IDialog {
     // Define class members\r
     //\r
     private JPanel jContentPane = null;\r
-private JLabel jLabelTest = null;\r
+\r
     private JLabel jLabelBootModeName = null;\r
 \r
     private JComboBox jComboBoxBootModeName = null;\r
index b5238d97070020d131313d3cbeb18f125ba17968..d22e80ceb7dc5ce540c827443cf2b8f238b2f15f 100644 (file)
@@ -42,10 +42,9 @@ import org.tianocore.frameworkwizard.common.ui.StarLabel;
 import org.tianocore.frameworkwizard.module.Identifications.DataHubs.DataHubsIdentification;\r
 \r
 /**\r
- * The class is used to create, update DataHub of MSA/MBD file It extends\r
- * IInternalFrame\r
- * \r
+ * The class is used to create, update DataHub of the MSA file\r
  * \r
+ * It extends IDialog\r
  * \r
  */\r
 public class DataHubsDlg extends IDialog {\r
index 624fae71df2eedf8fc2820d8930fd7f25128a5d3..71af9edaf9f6a206022bf63224a28732d8026641 100644 (file)
@@ -121,9 +121,9 @@ public class EventsDlg extends IDialog {
             jComboBoxEventsType.setBounds(new java.awt.Rectangle(168, 12, 320, 20));\r
             jComboBoxEventsType.setPreferredSize(new java.awt.Dimension(320, 20));\r
             jComboBoxEventsType\r
-              .setToolTipText("<html>Select CreateEvents if the Module has an event that is waiting to be signaled.<br>"\r
-                + "Select SignalEvents if the Module will signal all events in an event group.<br>"\r
-                + "NOTE: Signal events are named by GUID.</html>");\r
+                               .setToolTipText("<html>Select CreateEvents if the Module has an event that is waiting to be signaled.<br>"\r
+                                               + "Select SignalEvents if the Module will signal all events in an event group.<br>"\r
+                                               + "NOTE: Signal events are named by GUID.</html>");\r
         }\r
         return jComboBoxEventsType;\r
     }\r
@@ -172,15 +172,15 @@ public class EventsDlg extends IDialog {
             jComboBoxUsage.setBounds(new java.awt.Rectangle(168, 87, 320, 20));\r
             jComboBoxUsage.setPreferredSize(new java.awt.Dimension(320, 20));\r
             jComboBoxUsage\r
-              .setToolTipText("<html><table>"\r
-                + "<tr><td colspan=2 align=center><b>Create Events</b></td></tr>"\r
-                + "<tr><td>ALWAYS_CONSUMED</td><td>Module registers a notification function and REQUIRES that it be<br>"\r
-                + "executed for the module to fully function.</td></tr>"\r
-                + "<tr><td>SOMETIMES_CONSUMED</td><td>Module registers a notification function and calls the function<br>"\r
-                + "when it is signaled</td></tr><tr><td colspan=2 align=center><b>Signal Events</b></td></tr>"\r
-                + "<tr><td>ALWAYS_PRODUCED</td><td>Module will Always signal the event</td></tr>"\r
-                + "<tr><td>SOMETIMES_PRODUCED</td><td>Module will sometimes signal the event</td></tr>"\r
-                + "</table></html>");\r
+                          .setToolTipText("<html><table>"\r
+                                          + "<tr><td colspan=2 align=center><b>Create Events</b></td></tr>"\r
+                                          + "<tr><td>ALWAYS_CONSUMED</td><td>Module registers a notification function and REQUIRES that it be<br>"\r
+                                          + "executed for the module to fully function.</td></tr>"\r
+                                          + "<tr><td>SOMETIMES_CONSUMED</td><td>Module registers a notification function and calls the function<br>"\r
+                                          + "when it is signaled</td></tr><tr><td colspan=2 align=center><b>Signal Events</b></td></tr>"\r
+                                          + "<tr><td>ALWAYS_PRODUCED</td><td>Module will Always signal the event</td></tr>"\r
+                                          + "<tr><td>SOMETIMES_PRODUCED</td><td>Module will sometimes signal the event</td></tr>"\r
+                                          + "</table></html>");\r
         }\r
         return jComboBoxUsage;\r
     }\r
index 80ff5a23675e0302054bea0d2a605ac04128a50e..68bfec2cc19fa5badb3b0b0f9e05b90915538935 100644 (file)
@@ -37,12 +37,11 @@ import org.tianocore.frameworkwizard.common.ui.IFrame;
 import org.tianocore.frameworkwizard.module.Identifications.Externs.ExternsIdentification;\r
 \r
 /**\r
- The class is used to create, update Externs section of the MSA file \r
- It extends IDialog\r
\r
-\r
-\r
- **/\r
+ * The class is used to create, update Externs section of the MSA file\r
+ * \r
+ * It extends IDialog\r
+ * \r
+ */\r
 public class ExternsDlg extends IDialog implements ItemListener {\r
 \r
     ///\r
index a3c4b96fdcd2e0a3313510064b80183c76e69f62..cec910d09144982caf625e16dfc7b33acec82aa0 100644 (file)
@@ -1,6 +1,6 @@
 /** @file\r
  \r
- The file is used to create, update Hii Packages section of the  MSA file\r
+ The file is used to create, update Hii Packages section of the MSA file\r
  \r
  Copyright (c) 2006, Intel Corporation\r
  All rights reserved. This program and the accompanying materials\r
index d46958be1b730ae34c8cd9742b4a8b4c5cc58faa..bb28db42e7a22e272620e81e5d8dd83cd04c1604 100644 (file)
@@ -1,6 +1,6 @@
 /** @file\r
  \r
- The file is used to create, update Hob of MSA/MBD file\r
+ The file is used to create, update Hob section of the MSA file\r
  \r
  Copyright (c) 2006, Intel Corporation\r
  All rights reserved. This program and the accompanying materials\r
@@ -38,7 +38,9 @@ import org.tianocore.frameworkwizard.module.Identifications.Hobs.HobsIdentificat
 import org.tianocore.frameworkwizard.workspace.WorkspaceTools;\r
 \r
 /**\r
- * The class is used to create, update Hob of the MSA file It extends JDialog\r
+ * The class is used to create, update Hob of the MSA file \r
+ * \r
+ * It extends IDialog\r
  * \r
  */\r
 public class HobsDlg extends IDialog {\r
index 8b5dfd980b182daafa89af793fc37db120ecf119..8ac87003d31ac42a05cfa77dae1284bfe96e66b4 100644 (file)
@@ -39,11 +39,11 @@ import org.tianocore.frameworkwizard.module.Identifications.LibraryClass.Library
 import org.tianocore.frameworkwizard.workspace.WorkspaceTools;\r
 \r
 /**\r
- * The class is used to create, update Library Class Definition of MSA/MBD file\r
+ * The class is used to create, update Library Class Definition section of the MSA file\r
  * \r
  * It extends IDialog\r
  * \r
- **/\r
+ */\r
 public class LibraryClassDefsDlg extends IDialog {\r
 \r
     ///\r
index 9e0f120a194fc9f63c1ddf0d5d6d42219fd80b3a..c22f1f03c5f4b5a7bb22e1d7be3d9122959c3df4 100644 (file)
@@ -1,6 +1,6 @@
 /** @file\r
  \r
- The file is used to create, update PCD of MSA/MBD file\r
+ The file is used to create, update PcdCode section of the MSA file\r
  \r
  Copyright (c) 2006, Intel Corporation\r
  All rights reserved. This program and the accompanying materials\r
@@ -41,8 +41,9 @@ import org.tianocore.frameworkwizard.module.Identifications.PcdCoded.PcdVector;
 import org.tianocore.frameworkwizard.workspace.WorkspaceTools;\r
 \r
 /**\r
- * The class is used to create, update PCD of MSA/MBD file It extends\r
- * IInternalFrame\r
+ * The class is used to create, update PcdCoded section of the MSA file\r
+ * \r
+ * It extends IDialog\r
  * \r
  */\r
 public class PCDsDlg extends IDialog implements ItemListener {\r
@@ -98,7 +99,7 @@ public class PCDsDlg extends IDialog implements ItemListener {
     private JButton jButtonCancel = null;\r
 \r
     private JScrollPane jScrollPaneHelpText = null;\r
-    \r
+\r
     private JLabel jLabelUsage = null;\r
 \r
     private JComboBox jComboBoxUsage = null;\r
@@ -107,7 +108,7 @@ public class PCDsDlg extends IDialog implements ItemListener {
     // Not used by UI\r
     //\r
     private PcdCodedIdentification id = null;\r
-    \r
+\r
     private EnumerationData ed = new EnumerationData();\r
 \r
     private WorkspaceTools wt = new WorkspaceTools();\r
index ec122e6c97e319efe4e6e0a59d48fb642a675e1c..2c7a355cc3823c3f9851cb3c61c8f9577eb8ff44 100644 (file)
@@ -40,7 +40,7 @@ import org.tianocore.frameworkwizard.workspace.WorkspaceTools;
 /**\r
  * The class is used to create, update Package Dependencies section of the MSA file\r
  * \r
- * It extends IDialog\r
+ * It extends IDialog\r
  * \r
  */\r
 public class PackageDepDlg extends IDialog implements ItemListener {\r
@@ -134,11 +134,11 @@ public class PackageDepDlg extends IDialog implements ItemListener {
             jTextFieldPackageVersion.setBounds(new java.awt.Rectangle(168, 37, 320, 20));\r
             jTextFieldPackageVersion.setPreferredSize(new java.awt.Dimension(320, 20));\r
             jTextFieldPackageVersion\r
-              .setToolTipText("<html>If this module depends on a specific version of a package, <br>"\r
-                + "enter the package version here.  <br>"\r
-                + "If the module can use the latest version <br>"\r
-                + "that does not break backward compatibility, <br>"\r
-                + "leave this field blank</html>");\r
+                                    .setToolTipText("<html>If this module depends on a specific version of a package, <br>"\r
+                                                    + "enter the package version here.  <br>"\r
+                                                    + "If the module can use the latest version <br>"\r
+                                                    + "that does not break backward compatibility, <br>"\r
+                                                    + "leave this field blank</html>");\r
         }\r
         return jTextFieldPackageVersion;\r
     }\r
index 2a2d2d399f6824acaa928058e7ed13cb389348cc..5c1fb9826bd89ea32e529d40d2caa23a09868042 100644 (file)
@@ -40,8 +40,9 @@ import org.tianocore.frameworkwizard.module.Identifications.Ppis.PpisIdentificat
 import org.tianocore.frameworkwizard.workspace.WorkspaceTools;\r
 \r
 /**\r
- * The class is used to create, update Ppi of MSA/MBD file It extends\r
- * IInternalFrame\r
+ * The class is used to create, update Ppi section of the MSA file\r
+ * \r
+ * It extends IDialog\r
  * \r
  */\r
 public class PpisDlg extends IDialog implements ItemListener {\r
index 8919552e7fe5a2b977062d7c47f0d05288a0ea69..d9ebc0f187382ac172410cf3d16f599eceed1983 100644 (file)
@@ -39,10 +39,9 @@ import org.tianocore.frameworkwizard.module.Identifications.SystemTables.SystemT
 import org.tianocore.frameworkwizard.workspace.WorkspaceTools;\r
 \r
 /**\r
- * The class is used to create, update SystemTable of MSA/MBD file \r
- * It extends IDialog\r
- * \r
+ * The class is used to create, update SystemTables section of the MSA file\r
  * \r
+ * It extends IDialog\r
  * \r
  */\r
 public class SystemTablesDlg extends IDialog {\r
index ca8a5839fe857999b6a5059a96d6c0bd61d78eeb..014e8a72202fb748eb27291da867923d045b931d 100644 (file)
@@ -39,7 +39,8 @@ import org.tianocore.frameworkwizard.module.Identifications.Variables.VariablesI
 import org.tianocore.frameworkwizard.workspace.WorkspaceTools;\r
 \r
 /**\r
- * The class is used to create, update Variables section of the MSA file \r
+ * The class is used to create, update Variables section of the MSA file\r
+ * \r
  * It extends IDialog\r
  * \r
  */\r
@@ -132,12 +133,12 @@ public class VariablesDlg extends IDialog {
             jComboBoxUsage.setBounds(new java.awt.Rectangle(168, 62, 320, 20));\r
             jComboBoxUsage.setPreferredSize(new java.awt.Dimension(320, 20));\r
             jComboBoxUsage\r
-              .setToolTipText("<html><table>"\r
-                + "<tr><td>ALWAYS_CONSUMED</td><td>The module requires the variable entry to be set</td></tr>"\r
-                + "<tr><td>SOMETIMES_CONSUMED</td><td>The module will use the variable entry if it is set.</td></tr>"\r
-                + "<tr><td>ALWAYS_PRODUCED</td><td>The module will always write the variable.</td></tr>"\r
-                + "<tr><td>SOMETIMES_PRODUCED</td><td>The module will sometimes write the variable.</td></tr>"\r
-                + "</table></html>");\r
+                          .setToolTipText("<html><table>"\r
+                                          + "<tr><td>ALWAYS_CONSUMED</td><td>The module requires the variable entry to be set</td></tr>"\r
+                                          + "<tr><td>SOMETIMES_CONSUMED</td><td>The module will use the variable entry if it is set.</td></tr>"\r
+                                          + "<tr><td>ALWAYS_PRODUCED</td><td>The module will always write the variable.</td></tr>"\r
+                                          + "<tr><td>SOMETIMES_PRODUCED</td><td>The module will sometimes write the variable.</td></tr>"\r
+                                          + "</table></html>");\r
         }\r
         return jComboBoxUsage;\r
     }\r