Module jEdit
Package org.gjt.sp.jedit
package org.gjt.sp.jedit
-
ClassDescriptionAbbreviation manager.The default implementation of the option pane interface.Manages a collection of action sets.A set of actions, either loaded from an XML file, or constructed at runtime by a plugin.BeanShell is jEdit's extension language.An action that evaluates BeanShell code when invoked.This class will be the interface for beanshell interaction.A
Buffer
represents the contents of an open text file as it is maintained in the computer's memory (as opposed to how it may be stored on a disk).Recent file list.Recent file list entry.This class contains various debugging flags (mainly useful for core development) and debugging routines.A component on the EditBus.The base class of all EditBus messages.Plugins extending this class are automatically added to the EditBus.An action that can be bound to a menu item, tool bar button or keystroke.'Wrap' EditActions in this class to turn them into AWT ActionListeners, that can be attached to buttons, menu items, etc.jEdit's global event notification mechanism.This annotation should be used in methods that are to be considered "edit bus message handlers".A panel containing a text area.The abstract base class that every plugin must implement.A placeholder for a plugin that didn't load.A placeholder for a plugin that hasn't been loaded yet.Inter-process communication.Various GUI utility functions related to icons, menus, toolbars, keyboard shortcuts, etc.Interface for class that returns properties.A class loader implementation that loads classes from JAR files.The main class of the jEdit text editor.An action that can be bound to a menu item, tool bar button or keystroke.Manages a collection of action sets.JEditActionSet<E extends JEditAbstractEditAction>A set of actions, either loaded from an XML file, or constructed at runtime by a plugin.An action that evaluates BeanShell code when invoked.This class records and runs macros.Encapsulates creating and invoking macros in arbitrary scripting languagesEncapsulates the macro's label, name and path.Handles macro recording.Buffers may contain one or more markers which serve as textual bookmarks.Path, URL name manipulation, string manipulation, and more.An edit mode defines specific settings for editing some type of file.Operating system detection routines.A set of option panes shown in one branch in the options dialog.The interface all option panes must implement.Manages persistence of open buffers and views across jEdit sessions.Loads and unloads plugins.Used by theDockableWindowManager
andServiceManager
to handle caching.jEdit's registers are an extension of the clipboard metaphor.A clipboard register.A register.An interface to delegate save/load operations of registers.An interface to listen some events about registers.A generic way for plugins (and core) to provide various API extensions.A FoldHandler based on the ServiceManagerA XML file in the settings directory.Class used by PerspectiveManager to parse SplitConfig strings.Contains several text manipulation methods.AView
is jEdit's top-level frame window.