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 SummaryFields
- 
Method SummaryModifier 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.HashSetclone, contains, isEmpty, iterator, newHashSet, size, spliterator, toArray, toArrayMethods inherited from class java.util.AbstractSetremoveAllMethods inherited from class java.util.AbstractCollectionaddAll, containsAll, retainAll, toStringMethods inherited from interface java.util.CollectionparallelStream, removeIf, stream, toArrayMethods inherited from interface java.util.SetaddAll, containsAll, removeAll, retainAll
- 
Field Details- 
COPY- See Also:
 
- 
CUT- See Also:
 
 
- 
- 
Method Details- 
getLastAction
- 
setLastAction
- 
getInstance
- 
addObserver
- 
add- Specified by:
- addin interface- Collection<GUIDocument>
- Specified by:
- addin interface- Set<GUIDocument>
- Overrides:
- addin class- HashSet<GUIDocument>
 
- 
clearpublic void clear()- Specified by:
- clearin interface- Collection<GUIDocument>
- Specified by:
- clearin interface- Set<GUIDocument>
- Overrides:
- clearin class- HashSet<GUIDocument>
 
- 
remove- Specified by:
- removein interface- Collection<GUIDocument>
- Specified by:
- removein interface- Set<GUIDocument>
- Overrides:
- removein class- HashSet<GUIDocument>
 
- 
getRecordspublic com.smartgwt.client.widgets.grid.ListGridRecord[] getRecords()
- 
equals- Specified by:
- equalsin interface- Collection<GUIDocument>
- Specified by:
- equalsin interface- Set<GUIDocument>
- Overrides:
- equalsin class- AbstractSet<GUIDocument>
 
- 
hashCodepublic int hashCode()- Specified by:
- hashCodein interface- Collection<GUIDocument>
- Specified by:
- hashCodein interface- Set<GUIDocument>
- Overrides:
- hashCodein class- AbstractSet<GUIDocument>
 
 
-