Class IgnitionDesigner.Handler

  • All Implemented Interfaces:
    WellKnownMenuConstants, java.util.EventListener, javax.swing.event.ChangeListener
    Enclosing class:
    IgnitionDesigner

    protected class IgnitionDesigner.Handler
    extends java.lang.Object
    implements WellKnownMenuConstants, javax.swing.event.ChangeListener
    Handles registering for and delegating action and item events that the FPMIDesigner deals with, as well as managing some UI elements like the menu and toolbars
    • Method Detail

      • initComponents

        protected void initComponents()
      • showConfirm

        protected boolean showConfirm​(javax.swing.JFrame f,
                                      java.lang.String message,
                                      java.lang.String title)
      • setEditActionHandler

        public void setEditActionHandler​(EditActionHandler newHandler)
      • stateChanged

        public void stateChanged​(javax.swing.event.ChangeEvent e)
        Specified by:
        stateChanged in interface javax.swing.event.ChangeListener