Class IgnitionDesigner.Handler
java.lang.Object
com.inductiveautomation.ignition.designer.IgnitionDesigner.Handler
- All Implemented Interfaces:
WellKnownMenuConstants
,EventListener
,ChangeListener
- Enclosing class:
- IgnitionDesigner
protected class IgnitionDesigner.Handler
extends Object
implements WellKnownMenuConstants, 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
Modifier and TypeMethodDescriptionprotected void
void
setEditActionHandler
(EditActionHandler newHandler) protected boolean
showConfirm
(JFrame f, String message, String title) void
-
Method Details
-
initComponents
protected void initComponents() -
showConfirm
-
setEditActionHandler
-
stateChanged
- Specified by:
stateChanged
in interfaceChangeListener
-