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 TypeMethodDescriptionboolean
add
(GUIDocument e) void
addObserver
(ClipboardObserver observer) void
clear()
boolean
static Clipboard
com.smartgwt.client.widgets.grid.ListGridRecord[]
int
hashCode()
boolean
void
setLastAction
(String lastAction) Methods inherited from class java.util.HashSet
clone, contains, isEmpty, iterator, newHashSet, size, spliterator, toArray, toArray
Methods inherited from class java.util.AbstractSet
removeAll
Methods inherited from class java.util.AbstractCollection
addAll, containsAll, retainAll, toString
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
Methods 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:
add
in interfaceCollection<GUIDocument>
- Specified by:
add
in interfaceSet<GUIDocument>
- Overrides:
add
in classHashSet<GUIDocument>
-
clear
public void clear()- Specified by:
clear
in interfaceCollection<GUIDocument>
- Specified by:
clear
in interfaceSet<GUIDocument>
- Overrides:
clear
in classHashSet<GUIDocument>
-
remove
- Specified by:
remove
in interfaceCollection<GUIDocument>
- Specified by:
remove
in interfaceSet<GUIDocument>
- Overrides:
remove
in classHashSet<GUIDocument>
-
getRecords
public com.smartgwt.client.widgets.grid.ListGridRecord[] getRecords() -
equals
- Specified by:
equals
in interfaceCollection<GUIDocument>
- Specified by:
equals
in interfaceSet<GUIDocument>
- Overrides:
equals
in classAbstractSet<GUIDocument>
-
hashCode
public int hashCode()- Specified by:
hashCode
in interfaceCollection<GUIDocument>
- Specified by:
hashCode
in interfaceSet<GUIDocument>
- Overrides:
hashCode
in classAbstractSet<GUIDocument>
-