com.mindbright.terminal
Class GlobalClipboard
java.lang.Object
com.mindbright.terminal.GlobalClipboard
- All Implemented Interfaces:
- TerminalClipboardHandler
- public class GlobalClipboard
- extends java.lang.Object
- implements TerminalClipboardHandler
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getClipboardHandler
public static GlobalClipboard getClipboardHandler()
getClipboardHandler
public static GlobalClipboard getClipboardHandler(TerminalMenuHandler menuHandler)
addMenuHandler
public void addMenuHandler(TerminalMenuHandler menuHandler)
removeMenuHandler
public void removeMenuHandler(TerminalMenuHandler menuHandler)
setSelection
public void setSelection(java.lang.String selection)
- Specified by:
setSelection
in interface TerminalClipboardHandler
getSelection
public java.lang.String getSelection()
- Specified by:
getSelection
in interface TerminalClipboardHandler
clearSelection
public void clearSelection()
- Specified by:
clearSelection
in interface TerminalClipboardHandler