org.gjt.sp.jedit
Class Registers.ClipboardRegister
java.lang.Object
org.gjt.sp.jedit.Registers.ClipboardRegister
- All Implemented Interfaces:
- Registers.Register
- Enclosing class:
- Registers
- public static class Registers.ClipboardRegister
- extends Object
- implements Registers.Register
A clipboard register. Register "$" should always be an
instance of this.
Registers.ClipboardRegister
public Registers.ClipboardRegister(Clipboard clipboard)
setValue
public void setValue(String value)
- Sets the clipboard contents.
- Specified by:
setValue
in interface Registers.Register
toString
public String toString()
- Returns the clipboard contents.
- Specified by:
toString
in interface Registers.Register