Uses of Class
org.gjt.sp.jedit.bufferset.BufferSet.Scope

Packages that use BufferSet.Scope
org.gjt.sp.jedit This package contains jEdit's core classes. 
org.gjt.sp.jedit.bufferset   
 

Uses of BufferSet.Scope in org.gjt.sp.jedit
 

Methods in org.gjt.sp.jedit that return BufferSet.Scope
 BufferSet.Scope EditPane.getBufferSetScope()
          Get the current scope of bufferSet.
 

Methods in org.gjt.sp.jedit with parameters of type BufferSet.Scope
 void EditPane.setBufferSetScope(BufferSet.Scope scope)
          Set the scope of bufferSet for the EditPane.
 

Uses of BufferSet.Scope in org.gjt.sp.jedit.bufferset
 

Methods in org.gjt.sp.jedit.bufferset that return BufferSet.Scope
static BufferSet.Scope BufferSet.Scope.fromString(java.lang.String s)
           
static BufferSet.Scope BufferSet.Scope.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static BufferSet.Scope[] BufferSet.Scope.values()
          Returns an array containing the constants of this enum type, in the order they are declared.