Package com.inductiveautomation.ignition.designer.model
package com.inductiveautomation.ignition.designer.model
-
ClassDescriptionBase class for all designer module hook implementations.An
EditActionHandlerforCodeEditorswhich 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.AnEditActionHandlerwhich delegates to an injected delegateEditActionHandler.AFocusAdapterwhich sets the injectedDelegatingEditActionHandler'sdelegate to the injectedEditActionHandlerdelegate 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.AnEditActionHandlerforJTableswhich takes care of the basic Copy / Cut / Paste / Delete actions.AnEditActionHandlerforJTextComponentswhich 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 performedAnEditActionHandlerforPythonTextAreas 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.