edu.wisc.ssec.mcidasv.jython
Class DefaultMenuWrangler.PasteTextAction
java.lang.Object
edu.wisc.ssec.mcidasv.jython.DefaultMenuWrangler.MenuAction
edu.wisc.ssec.mcidasv.jython.DefaultMenuWrangler.PasteTextAction
- Enclosing class:
- DefaultMenuWrangler
private static class DefaultMenuWrangler.PasteTextAction
- extends DefaultMenuWrangler.MenuAction
Allows the user to (attempt) to paste the contents of the system
clipboard. Clipboard must contain some kind of "text" for
this to work.
- See Also:
JTextComponent.paste()
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultMenuWrangler.PasteTextAction
public DefaultMenuWrangler.PasteTextAction(Console console)
validConsoleState
public boolean validConsoleState()
- Specified by:
validConsoleState
in class DefaultMenuWrangler.MenuAction
doAction
public void doAction()
- Specified by:
doAction
in class DefaultMenuWrangler.MenuAction