Class Clipboard
- All Implemented Interfaces:
Serializable,Cloneable,Iterable<GUIDocument>,Collection<GUIDocument>,Set<GUIDocument>
This represent a clipboard of documents the user is wotking on
- Since:
- 6.0
- Author:
- Marco Meschieri - LogicalDOC
- See Also:
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbooleanadd(GUIDocument e) voidaddObserver(ClipboardObserver observer) voidclear()booleanstatic Clipboardcom.smartgwt.client.widgets.grid.ListGridRecord[]inthashCode()booleanvoidsetLastAction(String lastAction) Methods inherited from class java.util.HashSet
clone, contains, isEmpty, iterator, newHashSet, size, spliterator, toArray, toArrayMethods inherited from class java.util.AbstractSet
removeAllMethods inherited from class java.util.AbstractCollection
addAll, containsAll, retainAll, toStringMethods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArrayMethods inherited from interface java.util.Set
addAll, containsAll, removeAll, retainAll
-
Field Details
-
COPY
- See Also:
-
CUT
- See Also:
-
-
Method Details
-
getLastAction
-
setLastAction
-
getInstance
-
addObserver
-
add
- Specified by:
addin interfaceCollection<GUIDocument>- Specified by:
addin interfaceSet<GUIDocument>- Overrides:
addin classHashSet<GUIDocument>
-
clear
public void clear()- Specified by:
clearin interfaceCollection<GUIDocument>- Specified by:
clearin interfaceSet<GUIDocument>- Overrides:
clearin classHashSet<GUIDocument>
-
remove
- Specified by:
removein interfaceCollection<GUIDocument>- Specified by:
removein interfaceSet<GUIDocument>- Overrides:
removein classHashSet<GUIDocument>
-
getRecords
public com.smartgwt.client.widgets.grid.ListGridRecord[] getRecords() -
equals
- Specified by:
equalsin interfaceCollection<GUIDocument>- Specified by:
equalsin interfaceSet<GUIDocument>- Overrides:
equalsin classAbstractSet<GUIDocument>
-
hashCode
public int hashCode()- Specified by:
hashCodein interfaceCollection<GUIDocument>- Specified by:
hashCodein interfaceSet<GUIDocument>- Overrides:
hashCodein classAbstractSet<GUIDocument>
-