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

Packages that use BufferSet.Scope
org.gjt.sp.jedit.bufferset   
 

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)
           
 BufferSet.Scope BufferSet.getScope()
          Returns the scope of the bufferSet.
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're declared.