Class EntityConnectionData

java.lang.Object
org.eclipse.zest.core.viewers.EntityConnectionData

public final class EntityConnectionData extends 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 Details

    • source

      public final Object source
    • dest

      public final Object dest
  • Constructor Details

    • EntityConnectionData

      public EntityConnectionData(Object source, Object dest)
      Creates a new entity connection data. The source and dest are users nodes.
  • Method Details