Added some additional comments in the files, as well as fixed some of them.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1149 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@ -42,10 +42,9 @@ import org.tianocore.frameworkwizard.common.ui.StarLabel;
|
||||
import org.tianocore.frameworkwizard.module.Identifications.BootModes.BootModesIdentification;
|
||||
|
||||
/**
|
||||
* The class is used to create, update BootModes of MSA/MBD file It extends
|
||||
* IDialog
|
||||
*
|
||||
* The class is used to create, update BootModes of MSA/MBD file
|
||||
*
|
||||
* It extends IDialog
|
||||
*
|
||||
*/
|
||||
public class BootModesDlg extends IDialog {
|
||||
@ -59,7 +58,7 @@ public class BootModesDlg extends IDialog {
|
||||
// Define class members
|
||||
//
|
||||
private JPanel jContentPane = null;
|
||||
private JLabel jLabelTest = null;
|
||||
|
||||
private JLabel jLabelBootModeName = null;
|
||||
|
||||
private JComboBox jComboBoxBootModeName = null;
|
||||
|
@ -42,10 +42,9 @@ import org.tianocore.frameworkwizard.common.ui.StarLabel;
|
||||
import org.tianocore.frameworkwizard.module.Identifications.DataHubs.DataHubsIdentification;
|
||||
|
||||
/**
|
||||
* The class is used to create, update DataHub of MSA/MBD file It extends
|
||||
* IInternalFrame
|
||||
*
|
||||
* The class is used to create, update DataHub of the MSA file
|
||||
*
|
||||
* It extends IDialog
|
||||
*
|
||||
*/
|
||||
public class DataHubsDlg extends IDialog {
|
||||
|
@ -37,12 +37,11 @@ import org.tianocore.frameworkwizard.common.ui.IFrame;
|
||||
import org.tianocore.frameworkwizard.module.Identifications.Externs.ExternsIdentification;
|
||||
|
||||
/**
|
||||
The class is used to create, update Externs section of the MSA file
|
||||
It extends IDialog
|
||||
|
||||
|
||||
|
||||
**/
|
||||
* The class is used to create, update Externs section of the MSA file
|
||||
*
|
||||
* It extends IDialog
|
||||
*
|
||||
*/
|
||||
public class ExternsDlg extends IDialog implements ItemListener {
|
||||
|
||||
///
|
||||
|
@ -1,6 +1,6 @@
|
||||
/** @file
|
||||
|
||||
The file is used to create, update Hob of MSA/MBD file
|
||||
The file is used to create, update Hob section of the MSA file
|
||||
|
||||
Copyright (c) 2006, Intel Corporation
|
||||
All rights reserved. This program and the accompanying materials
|
||||
@ -38,7 +38,9 @@ import org.tianocore.frameworkwizard.module.Identifications.Hobs.HobsIdentificat
|
||||
import org.tianocore.frameworkwizard.workspace.WorkspaceTools;
|
||||
|
||||
/**
|
||||
* The class is used to create, update Hob of the MSA file It extends JDialog
|
||||
* The class is used to create, update Hob of the MSA file
|
||||
*
|
||||
* It extends IDialog
|
||||
*
|
||||
*/
|
||||
public class HobsDlg extends IDialog {
|
||||
|
@ -39,11 +39,11 @@ import org.tianocore.frameworkwizard.module.Identifications.LibraryClass.Library
|
||||
import org.tianocore.frameworkwizard.workspace.WorkspaceTools;
|
||||
|
||||
/**
|
||||
* The class is used to create, update Library Class Definition of MSA/MBD file
|
||||
* The class is used to create, update Library Class Definition section of the MSA file
|
||||
*
|
||||
* It extends IDialog
|
||||
*
|
||||
**/
|
||||
*/
|
||||
public class LibraryClassDefsDlg extends IDialog {
|
||||
|
||||
///
|
||||
|
@ -1,6 +1,6 @@
|
||||
/** @file
|
||||
|
||||
The file is used to create, update PCD of MSA/MBD file
|
||||
The file is used to create, update PcdCode section of the MSA file
|
||||
|
||||
Copyright (c) 2006, Intel Corporation
|
||||
All rights reserved. This program and the accompanying materials
|
||||
@ -41,8 +41,9 @@ import org.tianocore.frameworkwizard.module.Identifications.PcdCoded.PcdVector;
|
||||
import org.tianocore.frameworkwizard.workspace.WorkspaceTools;
|
||||
|
||||
/**
|
||||
* The class is used to create, update PCD of MSA/MBD file It extends
|
||||
* IInternalFrame
|
||||
* The class is used to create, update PcdCoded section of the MSA file
|
||||
*
|
||||
* It extends IDialog
|
||||
*
|
||||
*/
|
||||
public class PCDsDlg extends IDialog implements ItemListener {
|
||||
|
@ -40,7 +40,7 @@ import org.tianocore.frameworkwizard.workspace.WorkspaceTools;
|
||||
/**
|
||||
* The class is used to create, update Package Dependencies section of the MSA file
|
||||
*
|
||||
* It extends * IDialog
|
||||
* It extends IDialog
|
||||
*
|
||||
*/
|
||||
public class PackageDepDlg extends IDialog implements ItemListener {
|
||||
|
@ -40,8 +40,9 @@ import org.tianocore.frameworkwizard.module.Identifications.Ppis.PpisIdentificat
|
||||
import org.tianocore.frameworkwizard.workspace.WorkspaceTools;
|
||||
|
||||
/**
|
||||
* The class is used to create, update Ppi of MSA/MBD file It extends
|
||||
* IInternalFrame
|
||||
* The class is used to create, update Ppi section of the MSA file
|
||||
*
|
||||
* It extends IDialog
|
||||
*
|
||||
*/
|
||||
public class PpisDlg extends IDialog implements ItemListener {
|
||||
|
@ -39,11 +39,10 @@ import org.tianocore.frameworkwizard.module.Identifications.SystemTables.SystemT
|
||||
import org.tianocore.frameworkwizard.workspace.WorkspaceTools;
|
||||
|
||||
/**
|
||||
* The class is used to create, update SystemTable of MSA/MBD file
|
||||
* The class is used to create, update SystemTables section of the MSA file
|
||||
*
|
||||
* It extends IDialog
|
||||
*
|
||||
*
|
||||
*
|
||||
*/
|
||||
public class SystemTablesDlg extends IDialog {
|
||||
|
||||
|
@ -40,6 +40,7 @@ import org.tianocore.frameworkwizard.workspace.WorkspaceTools;
|
||||
|
||||
/**
|
||||
* The class is used to create, update Variables section of the MSA file
|
||||
*
|
||||
* It extends IDialog
|
||||
*
|
||||
*/
|
||||
|
Reference in New Issue
Block a user