Package com.inductiveautomation.ignition.designer.model
package com.inductiveautomation.ignition.designer.model
-
ClassDescriptionBase class for all designer module hook implementations.An
EditActionHandler
forCodeEditors
which takes care of the basic Copy / Cut / Paste / Delete actions.CommonEditActionHandler<T extends Component>Abstract base class which takes care of some boilerplate for handling edit actions ofComponents
.AnEditActionHandler
which delegates to an injected delegateEditActionHandler
.AFocusAdapter
which sets the injectedDelegatingEditActionHandler's
delegate to the injectedEditActionHandler
delegate when the target gains focus.The main hook into a module's designer scope.An EditActionHandler is a class that handles common actions you'd find under an "edit" menu, like cut, copy, paste, and delete.AnEditActionHandler
forJTables
which takes care of the basic Copy / Cut / Paste / Delete actions.AnEditActionHandler
forJTextComponents
which takes care of the basic Copy / Cut / Paste / Delete actions.For use when a Dockable Frame should not contribute to the Designer edit menu, but should still return an edit handler when a context switch is performedAnEditActionHandler
forPythonTextArea
s which takes care of the basic Copy / Cut / Paste / Delete actions.A main editing area for the designer.A resource workspace frame is a dockable frame that will be available for display when its associated workspace is selected.Used to take control of the undo/redo stack.