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.WellKnownMenuConstantsEDIT_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 SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidinitComponents()voidsetEditActionHandler(EditActionHandler newHandler)protected booleanshowConfirm(javax.swing.JFrame f, java.lang.String message, java.lang.String title)voidstateChanged(javax.swing.event.ChangeEvent e)
 
- 
- 
- 
Method Detail- 
initComponentsprotected void initComponents() 
 - 
showConfirmprotected boolean showConfirm(javax.swing.JFrame f, java.lang.String message, java.lang.String title)
 - 
setEditActionHandlerpublic void setEditActionHandler(EditActionHandler newHandler) 
 - 
stateChangedpublic void stateChanged(javax.swing.event.ChangeEvent e) - Specified by:
- stateChangedin interface- javax.swing.event.ChangeListener
 
 
- 
 
-