public class Clipboard extends HashSet<GUIDocument>
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(GUIDocument e) |
void |
addObserver(ClipboardObserver observer) |
void |
clear() |
static Clipboard |
getInstance() |
String |
getLastAction() |
com.smartgwt.client.widgets.grid.ListGridRecord[] |
getRecords() |
boolean |
remove(Object o) |
void |
setLastAction(String lastAction) |
equals, hashCode, removeAlladdAll, containsAll, retainAll, toArray, toArray, toStringpublic static final String COPY
public static final String CUT
public String getLastAction()
public void setLastAction(String lastAction)
public static Clipboard getInstance()
public void addObserver(ClipboardObserver observer)
public boolean add(GUIDocument e)
add in interface Collection<GUIDocument>add in interface Set<GUIDocument>add in class HashSet<GUIDocument>public void clear()
clear in interface Collection<GUIDocument>clear in interface Set<GUIDocument>clear in class HashSet<GUIDocument>public boolean remove(Object o)
remove in interface Collection<GUIDocument>remove in interface Set<GUIDocument>remove in class HashSet<GUIDocument>public com.smartgwt.client.widgets.grid.ListGridRecord[] getRecords()
Copyright © 2008-2014 Logical Objects. All Rights Reserved.