Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W X Y _ 

J

JARClassLoader - Class in org.gjt.sp.jedit
A class loader implementation that loads classes from JAR files.
JARClassLoader() - Constructor for class org.gjt.sp.jedit.JARClassLoader
This constructor creates a class loader for loading classes from all plugins.
JARClassLoader(boolean) - Constructor for class org.gjt.sp.jedit.JARClassLoader
Creates a class loader that will optionally delegate the finding of classes to the parent class loader by default.
JavaCharStream - Class in org.gjt.sp.jedit.bsh
An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (with java-like unicode escape processing).
JavaCharStream(Reader, int, int, int) - Constructor for class org.gjt.sp.jedit.bsh.JavaCharStream
 
JavaCharStream(Reader, int, int) - Constructor for class org.gjt.sp.jedit.bsh.JavaCharStream
 
JavaCharStream(Reader) - Constructor for class org.gjt.sp.jedit.bsh.JavaCharStream
 
JavaCharStream(InputStream, int, int, int) - Constructor for class org.gjt.sp.jedit.bsh.JavaCharStream
 
JavaCharStream(InputStream, int, int) - Constructor for class org.gjt.sp.jedit.bsh.JavaCharStream
 
JavaCharStream(InputStream) - Constructor for class org.gjt.sp.jedit.bsh.JavaCharStream
 
JAVACODE - Static variable in class org.gjt.sp.jedit.bsh.NameSpace
 
JCheckBoxList - Class in org.gjt.sp.jedit.gui
A list where items can be selected and checked off independently.
JCheckBoxList(Object[]) - Constructor for class org.gjt.sp.jedit.gui.JCheckBoxList
Creates a checkbox list with the given list of objects.
JCheckBoxList(Vector) - Constructor for class org.gjt.sp.jedit.gui.JCheckBoxList
Creates a checkbox list with the given list of objects.
JCheckBoxList.Entry - Class in org.gjt.sp.jedit.gui
A check box list entry.
jEdit - Class in org.gjt.sp.jedit
The main class of the jEdit text editor.
jEdit.JEditPropertyManager - Class in org.gjt.sp.jedit
 
JEditAbstractEditAction<E> - Class in org.gjt.sp.jedit
An action that can be bound to a menu item, tool bar button or keystroke.
JEditAbstractEditAction(String) - Constructor for class org.gjt.sp.jedit.JEditAbstractEditAction
Creates a new edit action with the specified name.
JEditAbstractEditAction(String, Object[]) - Constructor for class org.gjt.sp.jedit.JEditAbstractEditAction
 
JEditActionContext<F extends JEditAbstractEditAction,E extends JEditActionSet<F>> - Class in org.gjt.sp.jedit
Manages a collection of action sets.
JEditActionContext() - Constructor for class org.gjt.sp.jedit.JEditActionContext
 
JEditActionSet<E extends JEditAbstractEditAction> - Class in org.gjt.sp.jedit
A set of actions, either loaded from an XML file, or constructed at runtime by a plugin.
JEditActionSet() - Constructor for class org.gjt.sp.jedit.JEditActionSet
Creates a new action set.
JEditActionSet(String[], URL) - Constructor for class org.gjt.sp.jedit.JEditActionSet
Creates a new action set.
JEditBeanShellAction - Class in org.gjt.sp.jedit
An action that evaluates BeanShell code when invoked.
JEditBeanShellAction(String, String, String, boolean, boolean, boolean) - Constructor for class org.gjt.sp.jedit.JEditBeanShellAction
 
JEditBuffer - Class in org.gjt.sp.jedit.buffer
A JEditBuffer 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).
JEditBuffer(Map) - Constructor for class org.gjt.sp.jedit.buffer.JEditBuffer
 
JEditBuffer() - Constructor for class org.gjt.sp.jedit.buffer.JEditBuffer
Create a new JEditBuffer.
JEditBuffer.PropValue - Class in org.gjt.sp.jedit.buffer
 
JEditDataFlavor - Class in org.gjt.sp.jedit.datatransfer
 
JEditDataFlavor() - Constructor for class org.gjt.sp.jedit.datatransfer.JEditDataFlavor
 
JEditEmbeddedTextArea - Class in org.gjt.sp.jedit.textarea
An embeddable TextArea for jEdit plugins to use.
JEditEmbeddedTextArea() - Constructor for class org.gjt.sp.jedit.textarea.JEditEmbeddedTextArea
Instantiate a TextArea.
jEditFileList - Static variable in class org.gjt.sp.jedit.datatransfer.ListVFSFileTransferable
 
JEditHistoryModelSaver - Class in org.gjt.sp.jedit.gui
Handles loading and saving of the "history" files.
JEditHistoryModelSaver() - Constructor for class org.gjt.sp.jedit.gui.JEditHistoryModelSaver
 
JEditPropertyManager() - Constructor for class org.gjt.sp.jedit.jEdit.JEditPropertyManager
 
JEditRichText - Class in org.gjt.sp.jedit.datatransfer
 
JEditRichText(String, String) - Constructor for class org.gjt.sp.jedit.datatransfer.JEditRichText
 
jEditRichTextDataFlavor - Static variable in class org.gjt.sp.jedit.datatransfer.JEditDataFlavor
 
JEditSwingTrayIcon - Class in org.gjt.sp.jedit.gui.tray
 
JEditSwingTrayIcon() - Constructor for class org.gjt.sp.jedit.gui.tray.JEditSwingTrayIcon
 
JEditTextArea - Class in org.gjt.sp.jedit.textarea
jEdit's text component.
JEditTextArea(View) - Constructor for class org.gjt.sp.jedit.textarea.JEditTextArea
Creates a new JEditTextArea.
JEditTransferable - Class in org.gjt.sp.jedit.datatransfer
 
JEditTransferable(Map<DataFlavor, Transferable>) - Constructor for class org.gjt.sp.jedit.datatransfer.JEditTransferable
 
JEditTransferableService - Interface in org.gjt.sp.jedit.datatransfer
 
JEditTrayIcon - Class in org.gjt.sp.jedit.gui.tray
The mother class of the tray icon service.
JEditTrayIcon(Image, String) - Constructor for class org.gjt.sp.jedit.gui.tray.JEditTrayIcon
 
JEditVisitor - Interface in org.gjt.sp.jedit.visitors
A Visitor can visit a View, an EditPane or a JEditTextArea.
JEditVisitorAdapter - Class in org.gjt.sp.jedit.visitors
Default implementation of a jEditVisitor.
JEditVisitorAdapter() - Constructor for class org.gjt.sp.jedit.visitors.JEditVisitorAdapter
 
jj_nt - Variable in class org.gjt.sp.jedit.bsh.Parser
 
jjFillToken() - Method in class org.gjt.sp.jedit.bsh.ParserTokenManager
 
jjstrLiteralImages - Static variable in class org.gjt.sp.jedit.bsh.ParserTokenManager
 
JJTALLOCATIONEXPRESSION - Static variable in interface org.gjt.sp.jedit.bsh.ParserTreeConstants
 
JJTAMBIGUOUSNAME - Static variable in interface org.gjt.sp.jedit.bsh.ParserTreeConstants
 
JJTARGUMENTS - Static variable in interface org.gjt.sp.jedit.bsh.ParserTreeConstants
 
JJTARRAYDIMENSIONS - Static variable in interface org.gjt.sp.jedit.bsh.ParserTreeConstants
 
JJTARRAYINITIALIZER - Static variable in interface org.gjt.sp.jedit.bsh.ParserTreeConstants
 
JJTASSIGNMENT - Static variable in interface org.gjt.sp.jedit.bsh.ParserTreeConstants
 
JJTBINARYEXPRESSION - Static variable in interface org.gjt.sp.jedit.bsh.ParserTreeConstants
 
JJTBLOCK - Static variable in interface org.gjt.sp.jedit.bsh.ParserTreeConstants
 
JJTCASTEXPRESSION - Static variable in interface org.gjt.sp.jedit.bsh.ParserTreeConstants
 
JJTCLASSDECLARATION - Static variable in interface org.gjt.sp.jedit.bsh.ParserTreeConstants
 
JJTENHANCEDFORSTATEMENT - Static variable in interface org.gjt.sp.jedit.bsh.ParserTreeConstants
 
JJTFORMALCOMMENT - Static variable in interface org.gjt.sp.jedit.bsh.ParserTreeConstants
 
JJTFORMALPARAMETER - Static variable in interface org.gjt.sp.jedit.bsh.ParserTreeConstants
 
JJTFORMALPARAMETERS - Static variable in interface org.gjt.sp.jedit.bsh.ParserTreeConstants
 
JJTFORSTATEMENT - Static variable in interface org.gjt.sp.jedit.bsh.ParserTreeConstants
 
JJTIFSTATEMENT - Static variable in interface org.gjt.sp.jedit.bsh.ParserTreeConstants
 
JJTIMPORTDECLARATION - Static variable in interface org.gjt.sp.jedit.bsh.ParserTreeConstants
 
JJTLITERAL - Static variable in interface org.gjt.sp.jedit.bsh.ParserTreeConstants
 
JJTMETHODDECLARATION - Static variable in interface org.gjt.sp.jedit.bsh.ParserTreeConstants
 
JJTMETHODINVOCATION - Static variable in interface org.gjt.sp.jedit.bsh.ParserTreeConstants
 
jjtNodeName - Static variable in interface org.gjt.sp.jedit.bsh.ParserTreeConstants
 
JJTPACKAGEDECLARATION - Static variable in interface org.gjt.sp.jedit.bsh.ParserTreeConstants
 
JJTPRIMARYEXPRESSION - Static variable in interface org.gjt.sp.jedit.bsh.ParserTreeConstants
 
JJTPRIMARYSUFFIX - Static variable in interface org.gjt.sp.jedit.bsh.ParserTreeConstants
 
JJTPRIMITIVETYPE - Static variable in interface org.gjt.sp.jedit.bsh.ParserTreeConstants
 
jjtree - Variable in class org.gjt.sp.jedit.bsh.Parser
 
JJTRETURNSTATEMENT - Static variable in interface org.gjt.sp.jedit.bsh.ParserTreeConstants
 
JJTRETURNTYPE - Static variable in interface org.gjt.sp.jedit.bsh.ParserTreeConstants
 
JJTSTATEMENTEXPRESSIONLIST - Static variable in interface org.gjt.sp.jedit.bsh.ParserTreeConstants
 
JJTSWITCHLABEL - Static variable in interface org.gjt.sp.jedit.bsh.ParserTreeConstants
 
JJTSWITCHSTATEMENT - Static variable in interface org.gjt.sp.jedit.bsh.ParserTreeConstants
 
JJTTERNARYEXPRESSION - Static variable in interface org.gjt.sp.jedit.bsh.ParserTreeConstants
 
JJTTHROWSTATEMENT - Static variable in interface org.gjt.sp.jedit.bsh.ParserTreeConstants
 
JJTTRYSTATEMENT - Static variable in interface org.gjt.sp.jedit.bsh.ParserTreeConstants
 
JJTTYPE - Static variable in interface org.gjt.sp.jedit.bsh.ParserTreeConstants
 
JJTTYPEDVARIABLEDECLARATION - Static variable in interface org.gjt.sp.jedit.bsh.ParserTreeConstants
 
JJTUNARYEXPRESSION - Static variable in interface org.gjt.sp.jedit.bsh.ParserTreeConstants
 
JJTVARIABLEDECLARATOR - Static variable in interface org.gjt.sp.jedit.bsh.ParserTreeConstants
 
JJTVOID - Static variable in interface org.gjt.sp.jedit.bsh.ParserTreeConstants
 
JJTWHILESTATEMENT - Static variable in interface org.gjt.sp.jedit.bsh.ParserTreeConstants
 
join(Collection<?>, String) - Static method in class org.gjt.sp.jedit.TextUtilities
Similar to perl's join() method on lists, but works with all collections.
join(Collection<String>, String) - Static method in class org.gjt.sp.util.StringList
The reverse of split - given a collection, takes each element and places it in a string, joined by a delimiter.
join(Object[], String) - Static method in class org.gjt.sp.util.StringList
 
join(String) - Method in class org.gjt.sp.util.StringList
Non-static version, that joins "this" StringList.
joinLines() - Method in class org.gjt.sp.jedit.textarea.TextArea
Joins the current and the next line, or joins all lines in selections.
JSR - Static variable in interface org.gjt.sp.jedit.bsh.org.objectweb.asm.Constants
 
JTextPaneSized() - Constructor for class org.gjt.sp.jedit.gui.ErrorListDialog.JTextPaneSized
 
JTrayIcon - Class in org.gjt.sp.jedit.gui.tray
A TrayIcon that accepts Swing JPopupMenu.
JTrayIcon(Image, String) - Constructor for class org.gjt.sp.jedit.gui.tray.JTrayIcon
 
JTrayIconManager - Class in org.gjt.sp.jedit.gui.tray
 
JTrayIconManager() - Constructor for class org.gjt.sp.jedit.gui.tray.JTrayIconManager
 
A B C D E F G H I J K L M N O P Q R S T U V W X Y _ 
Skip navigation links