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%2FEventsDlg.java;h=71af9edaf9f6a206022bf63224a28732d8026641;hp=624fae71df2eedf8fc2820d8930fd7f25128a5d3;hb=9e857952dbebe1fcadb4efeee8ca338c1123bd13;hpb=64e0af09a61f032225684c5c75bdedfb0aa99ba0 diff --git a/Tools/Source/FrameworkWizard/src/org/tianocore/frameworkwizard/module/ui/dialog/EventsDlg.java b/Tools/Source/FrameworkWizard/src/org/tianocore/frameworkwizard/module/ui/dialog/EventsDlg.java index 624fae71df..71af9edaf9 100644 --- a/Tools/Source/FrameworkWizard/src/org/tianocore/frameworkwizard/module/ui/dialog/EventsDlg.java +++ b/Tools/Source/FrameworkWizard/src/org/tianocore/frameworkwizard/module/ui/dialog/EventsDlg.java @@ -121,9 +121,9 @@ public class EventsDlg extends IDialog { jComboBoxEventsType.setBounds(new java.awt.Rectangle(168, 12, 320, 20)); jComboBoxEventsType.setPreferredSize(new java.awt.Dimension(320, 20)); jComboBoxEventsType - .setToolTipText("Select CreateEvents if the Module has an event that is waiting to be signaled.
" - + "Select SignalEvents if the Module will signal all events in an event group.
" - + "NOTE: Signal events are named by GUID."); + .setToolTipText("Select CreateEvents if the Module has an event that is waiting to be signaled.
" + + "Select SignalEvents if the Module will signal all events in an event group.
" + + "NOTE: Signal events are named by GUID."); } return jComboBoxEventsType; } @@ -172,15 +172,15 @@ public class EventsDlg extends IDialog { jComboBoxUsage.setBounds(new java.awt.Rectangle(168, 87, 320, 20)); jComboBoxUsage.setPreferredSize(new java.awt.Dimension(320, 20)); jComboBoxUsage - .setToolTipText("" - + "" - + "" - + "" - + "" - + "" - + "
Create Events
ALWAYS_CONSUMEDModule registers a notification function and REQUIRES that it be
" - + "executed for the module to fully function.
SOMETIMES_CONSUMEDModule registers a notification function and calls the function
" - + "when it is signaled
Signal Events
ALWAYS_PRODUCEDModule will Always signal the event
SOMETIMES_PRODUCEDModule will sometimes signal the event
"); + .setToolTipText("" + + "" + + "" + + "" + + "" + + "" + + "
Create Events
ALWAYS_CONSUMEDModule registers a notification function and REQUIRES that it be
" + + "executed for the module to fully function.
SOMETIMES_CONSUMEDModule registers a notification function and calls the function
" + + "when it is signaled
Signal Events
ALWAYS_PRODUCEDModule will Always signal the event
SOMETIMES_PRODUCEDModule will sometimes signal the event
"); } return jComboBoxUsage; }