org.gjt.sp.jedit
Class Registers.ClipboardRegister

java.lang.Object
  extended byorg.gjt.sp.jedit.Registers.ClipboardRegister
All Implemented Interfaces:
Registers.Register
Enclosing class:
Registers

public static class Registers.ClipboardRegister
extends java.lang.Object
implements Registers.Register

A clipboard register. Register "$" should always be an instance of this.


Constructor Summary
Registers.ClipboardRegister(java.awt.datatransfer.Clipboard clipboard)
           
 
Method Summary
 void setValue(java.lang.String value)
          Sets the clipboard contents.
 java.lang.String toString()
          Returns the clipboard contents.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Registers.ClipboardRegister

public Registers.ClipboardRegister(java.awt.datatransfer.Clipboard clipboard)
Method Detail

setValue

public void setValue(java.lang.String value)
Sets the clipboard contents.

Specified by:
setValue in interface Registers.Register

toString

public java.lang.String toString()
Returns the clipboard contents.

Specified by:
toString in interface Registers.Register