JavaScript is disabled on your browser.
GEF4 Zest 0.1.0.201406280202
java.lang.Object
org.eclipse.gef4.zest.core.viewers.EntityConnectionData
public final class EntityConnectionData
extends java.lang.Object
A simple object that is used as the "external connection" in content
providers that don't ask the user to create their own external connection.
This is used whenever users don't specify a connection
Field Summary
Fields
Modifier and Type
Field and Description
java.lang.Object
dest
java.lang.Object
source
Constructor Summary
Constructors
Constructor and Description
EntityConnectionData (java.lang.Object source,
java.lang.Object dest)
Creates a new entity connection data.
Method Summary
Methods
Modifier and Type
Method and Description
boolean
equals (java.lang.Object obj)
int
hashCode ()
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
Constructor Detail
EntityConnectionData
public EntityConnectionData(java.lang.Object source,
java.lang.Object dest)
Creates a new entity connection data. The source and dest are users
nodes.
Method Detail
hashCode
public int hashCode()
Overrides:
hashCode
in class java.lang.Object
GEF4 Zest 0.1.0.201406280202
Copyright (c) 2014 itemis AG and others. All rights reserved.