Uses of Interface
org.gjt.sp.jedit.Registers.Register

Packages that use Registers.Register
org.gjt.sp.jedit This package contains jEdit's core classes. 
 

Uses of Registers.Register in org.gjt.sp.jedit
 

Classes in org.gjt.sp.jedit that implement Registers.Register
static class Registers.ClipboardRegister
          A clipboard register.
static class Registers.StringRegister
          Register that stores a string.
 

Methods in org.gjt.sp.jedit that return Registers.Register
static Registers.Register Registers.getRegister(char name)
          Returns the specified register.
static Registers.Register[] Registers.getRegisters()
          Returns an array of all available registers.
 

Methods in org.gjt.sp.jedit with parameters of type Registers.Register
static void Registers.setRegister(char name, Registers.Register newRegister)
          Sets the specified register.