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 _

V

val() - Method in class org.gjt.sp.jedit.textarea.AntiAlias
 
valueChanged(TreeSelectionEvent) - Method in class org.gjt.sp.jedit.gui.OptionsDialog
 
valueForPathChanged(TreePath, Object) - Method in class org.gjt.sp.jedit.gui.OptionsDialog.OptionTreeModel
 
Variable - Class in bsh
 
VariableDeclarator() - Method in class bsh.Parser
 
VariableGridLayout - Class in org.gjt.sp.jedit.gui
The VariableGridLayout class is a layout manager that lays out a container's components in a rectangular grid with variable cell sizes.
VariableGridLayout(int, int, int, int) - Constructor for class org.gjt.sp.jedit.gui.VariableGridLayout
 
VariableGridLayout(int, int) - Constructor for class org.gjt.sp.jedit.gui.VariableGridLayout
Creates a variable grid layout manager with the specified mode and zero horizontal and vertical gap.
VariableGridLayout() - Constructor for class org.gjt.sp.jedit.gui.VariableGridLayout
Creates a variable grid layout manager with mode FIXED_NUM_ROWS, number of rows == 1 and zero horizontal and vertical gap.
VariableInitializer() - Method in class bsh.Parser
 
VERSION - Static variable in class bsh.Interpreter
 
version() - Static method in class gnu.regexp.RE
Returns a string representing the version of the gnu.regexp package.
vfs - Variable in class org.gjt.sp.jedit.buffer.BufferIORequest
 
VFS - Class in org.gjt.sp.jedit.io
A virtual filesystem implementation.
VFS(String) - Constructor for class org.gjt.sp.jedit.io.VFS
Deprecated. Use the form where the constructor takes a capability list.
VFS(String, int) - Constructor for class org.gjt.sp.jedit.io.VFS
Creates a new virtual filesystem.
VFS(String, int, String[]) - Constructor for class org.gjt.sp.jedit.io.VFS
Creates a new virtual filesystem.
VFS.DirectoryEntry - Class in org.gjt.sp.jedit.io
Deprecated. Use VFSFile instead.
VFS.DirectoryEntry() - Constructor for class org.gjt.sp.jedit.io.VFS.DirectoryEntry
Deprecated.  
VFS.DirectoryEntry(String, String, String, int, long, boolean) - Constructor for class org.gjt.sp.jedit.io.VFS.DirectoryEntry
Deprecated.  
VFS.DirectoryEntryCompare - Class in org.gjt.sp.jedit.io
Implementation of Comparator interface that compares VFS.DirectoryEntry instances.
VFS.DirectoryEntryCompare(boolean, boolean) - Constructor for class org.gjt.sp.jedit.io.VFS.DirectoryEntryCompare
Creates a new DirectoryEntryCompare.
VFSBrowser - Class in org.gjt.sp.jedit.browser
The main class of the VFS browser.
VFSBrowser(View, String) - Constructor for class org.gjt.sp.jedit.browser.VFSBrowser
Creates a new VFS browser.
VFSBrowser(View, String, int, boolean, String) - Constructor for class org.gjt.sp.jedit.browser.VFSBrowser
Creates a new VFS browser.
VFSDirectoryEntryTable - Class in org.gjt.sp.jedit.browser
 
VFSDirectoryEntryTable(BrowserView) - Constructor for class org.gjt.sp.jedit.browser.VFSDirectoryEntryTable
 
VFSDirectoryEntryTableModel - Class in org.gjt.sp.jedit.browser
 
VFSDirectoryEntryTableModel() - Constructor for class org.gjt.sp.jedit.browser.VFSDirectoryEntryTableModel
 
VFSFile - Class in org.gjt.sp.jedit.io
A directory entry returned from a file listing.
VFSFile() - Constructor for class org.gjt.sp.jedit.io.VFSFile
 
VFSFile(String, String, String, int, long, boolean) - Constructor for class org.gjt.sp.jedit.io.VFSFile
 
VFSFileChooserDialog - Class in org.gjt.sp.jedit.browser
Wraps the VFS browser in a modal dialog.
VFSFileChooserDialog(View, String, int, boolean) - Constructor for class org.gjt.sp.jedit.browser.VFSFileChooserDialog
 
VFSManager - Class in org.gjt.sp.jedit.io
jEdit's virtual filesystem allows it to transparently edit files stored elsewhere than the local filesystem, for example on an FTP site.
VFSUpdate - Class in org.gjt.sp.jedit.msg
Message sent when a file or directory changes.
VFSUpdate(String) - Constructor for class org.gjt.sp.jedit.msg.VFSUpdate
Creates a VFS update message.
view - Variable in class org.gjt.sp.jedit.buffer.BufferIORequest
 
view - Variable in class org.gjt.sp.jedit.gui.InputHandler
 
View - Class in org.gjt.sp.jedit
A View is jEdit's top-level frame window.
VIEW - Static variable in class org.gjt.sp.jedit.View
 
View.ViewConfig - Class in org.gjt.sp.jedit
 
View.ViewConfig() - Constructor for class org.gjt.sp.jedit.View.ViewConfig
 
View.ViewConfig(boolean) - Constructor for class org.gjt.sp.jedit.View.ViewConfig
 
View.ViewConfig(boolean, String, int, int, int, int, int) - Constructor for class org.gjt.sp.jedit.View.ViewConfig
 
ViewOptionPane - Class in org.gjt.sp.jedit.options
 
ViewOptionPane() - Constructor for class org.gjt.sp.jedit.options.ViewOptionPane
 
ViewUpdate - Class in org.gjt.sp.jedit.msg
Message sent when a view-related change occurs.
ViewUpdate(View, Object) - Constructor for class org.gjt.sp.jedit.msg.ViewUpdate
Creates a new view update message.
visible - Variable in class org.gjt.sp.jedit.syntax.Chunk
 
visit(int, String, String, String[], String) - Method in interface org.objectweb.asm.ClassVisitor
Visits the header of the class.
visit(int, String, String, String[], String) - Method in class org.objectweb.asm.ClassWriter
 
visitEnd() - Method in interface org.objectweb.asm.ClassVisitor
Visits the end of the class.
visitEnd() - Method in class org.objectweb.asm.ClassWriter
 
visitField(int, String, String, Object) - Method in interface org.objectweb.asm.ClassVisitor
Visits a field of the class.
visitField(int, String, String, Object) - Method in class org.objectweb.asm.ClassWriter
 
visitFieldInsn(int, String, String, String) - Method in interface org.objectweb.asm.CodeVisitor
Visits a field instruction.
visitFieldInsn(int, String, String, String) - Method in class org.objectweb.asm.CodeWriter
 
visitIincInsn(int, int) - Method in interface org.objectweb.asm.CodeVisitor
Visits an IINC instruction.
visitIincInsn(int, int) - Method in class org.objectweb.asm.CodeWriter
 
visitInnerClass(String, String, String, int) - Method in interface org.objectweb.asm.ClassVisitor
Visits information about an inner class.
visitInnerClass(String, String, String, int) - Method in class org.objectweb.asm.ClassWriter
 
visitInsn(int) - Method in interface org.objectweb.asm.CodeVisitor
Visits a zero operand instruction.
visitInsn(int) - Method in class org.objectweb.asm.CodeWriter
 
visitIntInsn(int, int) - Method in interface org.objectweb.asm.CodeVisitor
Visits an instruction with a single int operand.
visitIntInsn(int, int) - Method in class org.objectweb.asm.CodeWriter
 
visitJumpInsn(int, Label) - Method in interface org.objectweb.asm.CodeVisitor
Visits a jump instruction.
visitJumpInsn(int, Label) - Method in class org.objectweb.asm.CodeWriter
 
visitLabel(Label) - Method in interface org.objectweb.asm.CodeVisitor
Visits a label.
visitLabel(Label) - Method in class org.objectweb.asm.CodeWriter
 
visitLdcInsn(Object) - Method in interface org.objectweb.asm.CodeVisitor
Visits a LDC instruction.
visitLdcInsn(Object) - Method in class org.objectweb.asm.CodeWriter
 
visitLineNumber(int, Label) - Method in interface org.objectweb.asm.CodeVisitor
Visits a line number declaration.
visitLineNumber(int, Label) - Method in class org.objectweb.asm.CodeWriter
 
visitLocalVariable(String, String, Label, Label, int) - Method in interface org.objectweb.asm.CodeVisitor
Visits a local variable declaration.
visitLocalVariable(String, String, Label, Label, int) - Method in class org.objectweb.asm.CodeWriter
 
visitLookupSwitchInsn(Label, int[], Label[]) - Method in interface org.objectweb.asm.CodeVisitor
Visits a LOOKUPSWITCH instruction.
visitLookupSwitchInsn(Label, int[], Label[]) - Method in class org.objectweb.asm.CodeWriter
 
visitMaxs(int, int) - Method in interface org.objectweb.asm.CodeVisitor
Visits the maximum stack size and the maximum number of local variables of the method.
visitMaxs(int, int) - Method in class org.objectweb.asm.CodeWriter
 
visitMethod(int, String, String, String[]) - Method in interface org.objectweb.asm.ClassVisitor
Visits a method of the class.
visitMethod(int, String, String, String[]) - Method in class org.objectweb.asm.ClassWriter
 
visitMethodInsn(int, String, String, String) - Method in interface org.objectweb.asm.CodeVisitor
Visits a method instruction.
visitMethodInsn(int, String, String, String) - Method in class org.objectweb.asm.CodeWriter
 
visitMultiANewArrayInsn(String, int) - Method in interface org.objectweb.asm.CodeVisitor
Visits a MULTIANEWARRAY instruction.
visitMultiANewArrayInsn(String, int) - Method in class org.objectweb.asm.CodeWriter
 
visitTableSwitchInsn(int, int, Label, Label[]) - Method in interface org.objectweb.asm.CodeVisitor
Visits a TABLESWITCH instruction.
visitTableSwitchInsn(int, int, Label, Label[]) - Method in class org.objectweb.asm.CodeWriter
 
visitTryCatchBlock(Label, Label, Label, String) - Method in interface org.objectweb.asm.CodeVisitor
Visits a try catch block.
visitTryCatchBlock(Label, Label, Label, String) - Method in class org.objectweb.asm.CodeWriter
 
visitTypeInsn(int, String) - Method in interface org.objectweb.asm.CodeVisitor
Visits a type instruction.
visitTypeInsn(int, String) - Method in class org.objectweb.asm.CodeWriter
 
visitVarInsn(int, int) - Method in interface org.objectweb.asm.CodeVisitor
Visits a local variable instruction.
visitVarInsn(int, int) - Method in class org.objectweb.asm.CodeWriter
 
VOID - Static variable in interface bsh.ParserConstants
 
VOID - Static variable in class bsh.Primitive
VOID means "no type".
VOID - Static variable in class org.objectweb.asm.Type
The sort of the void type.
VOID_TYPE - Static variable in class org.objectweb.asm.Type
The void type.
VoidLiteral() - Method in class bsh.Parser
 
VOLATILE - Static variable in interface bsh.ParserConstants
 

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 _