X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=Tools%2FSource%2FFrameworkWizard%2Fsrc%2Forg%2Ftianocore%2Fframeworkwizard%2Fmodule%2Fui%2Fdialog%2FVariablesDlg.java;h=014e8a72202fb748eb27291da867923d045b931d;hp=ca8a5839fe857999b6a5059a96d6c0bd61d78eeb;hb=9e857952dbebe1fcadb4efeee8ca338c1123bd13;hpb=64e0af09a61f032225684c5c75bdedfb0aa99ba0 diff --git a/Tools/Source/FrameworkWizard/src/org/tianocore/frameworkwizard/module/ui/dialog/VariablesDlg.java b/Tools/Source/FrameworkWizard/src/org/tianocore/frameworkwizard/module/ui/dialog/VariablesDlg.java index ca8a5839fe..014e8a7220 100644 --- a/Tools/Source/FrameworkWizard/src/org/tianocore/frameworkwizard/module/ui/dialog/VariablesDlg.java +++ b/Tools/Source/FrameworkWizard/src/org/tianocore/frameworkwizard/module/ui/dialog/VariablesDlg.java @@ -39,7 +39,8 @@ import org.tianocore.frameworkwizard.module.Identifications.Variables.VariablesI import org.tianocore.frameworkwizard.workspace.WorkspaceTools; /** - * The class is used to create, update Variables section of the MSA file + * The class is used to create, update Variables section of the MSA file + * * It extends IDialog * */ @@ -132,12 +133,12 @@ public class VariablesDlg extends IDialog { jComboBoxUsage.setBounds(new java.awt.Rectangle(168, 62, 320, 20)); jComboBoxUsage.setPreferredSize(new java.awt.Dimension(320, 20)); jComboBoxUsage - .setToolTipText("" - + "" - + "" - + "" - + "" - + "
ALWAYS_CONSUMEDThe module requires the variable entry to be set
SOMETIMES_CONSUMEDThe module will use the variable entry if it is set.
ALWAYS_PRODUCEDThe module will always write the variable.
SOMETIMES_PRODUCEDThe module will sometimes write the variable.
"); + .setToolTipText("" + + "" + + "" + + "" + + "" + + "
ALWAYS_CONSUMEDThe module requires the variable entry to be set
SOMETIMES_CONSUMEDThe module will use the variable entry if it is set.
ALWAYS_PRODUCEDThe module will always write the variable.
SOMETIMES_PRODUCEDThe module will sometimes write the variable.
"); } return jComboBoxUsage; }