Class IgnitionDesigner.Handler
- java.lang.Object
-
- com.inductiveautomation.ignition.designer.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
-
-
Field Summary
-
Fields inherited from interface com.inductiveautomation.ignition.designer.model.menu.WellKnownMenuConstants
EDIT_CUTCOPYPASTE_GROUP, EDIT_DELETE_GROUP, EDIT_FINDREPLACE_GROUP, EDIT_MENU_LOCATION, EDIT_MENU_NAME, EDIT_UNDO_GROUP, FILE_EXIT_GROUP, FILE_MENU_LOCATION, FILE_MENU_NAME, FILE_OPENSAVE_GROUP, HELP_MENU_LOCATION, HELP_MENU_NAME, PROJECT_GWCOMM_GROUP, PROJECT_MENU_LOCATION, PROJECT_MENU_NAME, PROJECT_PROPS_GROUP, TOOLS_MENU_LOCATION, TOOLS_MENU_NAME, VIEW_DOCKING_GROUP, VIEW_MENU_LOCATION, VIEW_MENU_NAME
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
initComponents()
void
setEditActionHandler(EditActionHandler newHandler)
protected boolean
showConfirm(javax.swing.JFrame f, java.lang.String message, java.lang.String title)
void
stateChanged(javax.swing.event.ChangeEvent e)
-
-
-
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 interfacejavax.swing.event.ChangeListener
-
-