public class LayoutKeyEvent
extends java.lang.Object
implements java.awt.KeyEventDispatcher
Constructor and Description |
---|
LayoutKeyEvent() |
Modifier and Type | Method and Description |
---|---|
static boolean |
copy(LayoutPanel layout) |
static boolean |
cut(LayoutPanel layout) |
boolean |
dispatchKeyEvent(java.awt.event.KeyEvent e) |
static boolean |
hasSelection() |
static boolean |
paste(LayoutPanel layout) |
static boolean |
redo(LayoutPanel layout) |
static boolean |
undo(LayoutPanel layout) |
public static boolean copy(LayoutPanel layout) throws java.lang.CloneNotSupportedException
java.lang.CloneNotSupportedException
public static boolean cut(LayoutPanel layout) throws java.lang.CloneNotSupportedException
java.lang.CloneNotSupportedException
public static boolean paste(LayoutPanel layout) throws java.lang.CloneNotSupportedException
java.lang.CloneNotSupportedException
public static boolean undo(LayoutPanel layout)
public static boolean redo(LayoutPanel layout)
public boolean dispatchKeyEvent(java.awt.event.KeyEvent e)
dispatchKeyEvent
in interface java.awt.KeyEventDispatcher
public static boolean hasSelection()