|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.tensegrity.graph.event.ClipboardEvent
The ClipboardEvent class is used with all clipboard related
events.
ClipboardListener| Constructor Summary | |
ClipboardEvent(VisualGraphView visualgraphview,
java.util.List subjectVisualGraphObjects)
Constructor for CilpboardEvent with given instance of the
VisualGraphView the clipboard is associated to and give
List of subject VisualGraphObject instances.
|
|
| Method Summary | |
java.util.List |
getSubjectVisualGraphObjects()
Returns a List of VisualGraphObject instances
which are subject to this ClipboardEvent.
|
VisualGraphView |
getVisualGraphView()
Returns the VisualGraphView instance the clipboard is
associated to. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ClipboardEvent(VisualGraphView visualgraphview,
java.util.List subjectVisualGraphObjects)
CilpboardEvent with given instance of the
VisualGraphView the clipboard is associated to and give
List of subject VisualGraphObject instances.
List of VisualGraphObject instances
can be null or empty.
visualgraphview - the VisualGraphView instance the
clipboard is associated tosubjectVisualGraphObjects - the List of
VisualGraphObject instanecs which are subject to the eventVisualGraphView,
VisualGraphObject| Method Detail |
public final VisualGraphView getVisualGraphView()
VisualGraphView instance the clipboard is
associated to.
VisualGraphView instance the
clipboard is associated to.VisualGraphViewpublic final java.util.List getSubjectVisualGraphObjects()
List of VisualGraphObject instances
which are subject to this ClipboardEvent.
List might be null or empty.
List of VisualGraphObject
instances that are subject to this ClipboardEvent or
nullVisualGraphObject
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||