| Package | Description | 
|---|---|
| org.gjt.sp.jedit | This package contains jEdit 4's core classes. | 
| org.gjt.sp.jedit.syntax | The jEdit syntax highlighting engine. | 
| org.gjt.sp.jedit.textarea |  Classes related to jEdit's TextArea. | 
| org.gjt.sp.util | Utility classes used by jEdit but that do not depend on jEdit
itself. | 
| org.jedit.keymap | Named sets of keyboard shortcuts | 
| Modifier and Type | Class and Description | 
|---|---|
| static class  | jEdit.JEditPropertyManager | 
| Modifier and Type | Method and Description | 
|---|---|
| static void | Chunk. propertiesChanged(IPropertyManager props)Reload internal configuration based on the given properties. | 
| Constructor and Description | 
|---|
| StandaloneActionSet(IPropertyManager iPropertyManager,
                   TextArea textArea,
                   java.net.URL url) | 
| StandaloneTextArea(IPropertyManager propertyManager)Creates a new StandaloneTextArea. | 
| TextArea(IPropertyManager propertyManager,
        InputHandlerProvider inputHandlerProvider)Creates a new JEditTextArea. | 
| Modifier and Type | Field and Description | 
|---|---|
| static IPropertyManager | SyntaxUtilities. propertyManager | 
| Constructor and Description | 
|---|
| KeymapManagerImpl(IPropertyManager propertyManager,
                 java.io.File systemKeymapFolder,
                 java.io.File userKeymapFolder) |