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

Packages that use BufferSet.Scope
org.gjt.sp.jedit.bufferset Classes related to implementation of the BufferSets feature of jEdit. 
 

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

Methods in org.gjt.sp.jedit.bufferset that return BufferSet.Scope
 BufferSet.Scope BufferSetManager.getScope()
           
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.
 

Methods in org.gjt.sp.jedit.bufferset with parameters of type BufferSet.Scope
 void BufferSetManager.setScope(BufferSet.Scope scope)