public class LayoutKeyEvent extends Object implements KeyEventDispatcher
Constructor and Description |
---|
LayoutKeyEvent() |
Modifier and Type | Method and Description |
---|---|
static boolean |
copy(LayoutPanel layout) |
static boolean |
cut(LayoutPanel layout) |
boolean |
dispatchKeyEvent(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 CloneNotSupportedException
CloneNotSupportedException
public static boolean cut(LayoutPanel layout) throws CloneNotSupportedException
CloneNotSupportedException
public static boolean paste(LayoutPanel layout) throws CloneNotSupportedException
CloneNotSupportedException
public static boolean undo(LayoutPanel layout)
public static boolean redo(LayoutPanel layout)
public boolean dispatchKeyEvent(KeyEvent e)
dispatchKeyEvent
in interface KeyEventDispatcher
public static boolean hasSelection()