JIDE 3.5.15

Package com.jidesoft.editor.action

The package contains classes for input handlers for JIDE Code Editor product.

See:
          Description

Interface Summary
InputHandler.MacroRecorder Macro recorder.
InputHandler.NonRecordable If an action implements this interface, it should not be recorded by the macro recorder.
InputHandler.NonRepeatable If an action implements this interface, it should not be repeated.
InputHandler.Wrapper For use by EditAction.Wrapper only.
 

Class Summary
DefaultInputHandler The default input handler.
EditorShortcutSchema EditorShortcutSchema is a ShortcutSchema that defines the shortcut keys for CodeEditor.
InputHandler An input handler converts the user's key strokes into concrete actions.
MacOSXEditorShortcutSchema MacOSXEditorShortcutSchema is a ShortcutSchema for Code Editor on Mac OSX.
 

Package com.jidesoft.editor.action Description

The package contains classes for input handlers for JIDE Code Editor product.


JIDE 3.5.15