Uses of Class
org.gjt.sp.jedit.bufferset.BufferSetManager.NewBufferSetAction

Packages that use BufferSetManager.NewBufferSetAction
org.gjt.sp.jedit.bufferset   
 

Uses of BufferSetManager.NewBufferSetAction in org.gjt.sp.jedit.bufferset
 

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