Uses of Interface
com.ebmwebsourcing.geasytools.geasyui.api.connectable.IConnectableElement

Packages that use IConnectableElement
com.ebmwebsourcing.geasytools.geasyui.api.connectable   
com.ebmwebsourcing.geasytools.geasyui.api.connectable.events   
com.ebmwebsourcing.geasytools.geasyui.impl.connectable   
com.ebmwebsourcing.geasytools.geasyui.impl.connectable.events   
 

Uses of IConnectableElement in com.ebmwebsourcing.geasytools.geasyui.api.connectable
 

Subinterfaces of IConnectableElement in com.ebmwebsourcing.geasytools.geasyui.api.connectable
 interface IConnectable
           
 

Methods in com.ebmwebsourcing.geasytools.geasyui.api.connectable that return IConnectableElement
 IConnectableElement IConnectableElementDefaulHandlers.getConnectableElement()
           
 IConnectableElement IMagnet.getConnectableElement()
           
 IConnectableElement IConnector.getSource()
           
 IConnectableElement IConnector.getTarget()
           
 

Methods in com.ebmwebsourcing.geasytools.geasyui.api.connectable with parameters of type IConnectableElement
 void IConnector.connect(IConnectableElement source, IConnectableElement target)
           
 void IConnector.setSource(IConnectableElement source)
           
 void IConnector.setTarget(IConnectableElement target)
           
 

Uses of IConnectableElement in com.ebmwebsourcing.geasytools.geasyui.api.connectable.events
 

Methods in com.ebmwebsourcing.geasytools.geasyui.api.connectable.events that return IConnectableElement
 IConnectableElement IConnectionEvent.getConnectionSource()
          The source of current connection.
 IConnectableElement IConnectionEvent.getConnectionTarget()
          The target of current connection.
 IConnectableElement IDisconnectionEvent.getDisconnectedSource()
          The source from which the connector was disconnected.
 IConnectableElement IDisconnectionEvent.getDisconnectedTarget()
          The target from which the connector was disconnected.
 

Uses of IConnectableElement in com.ebmwebsourcing.geasytools.geasyui.impl.connectable
 

Methods in com.ebmwebsourcing.geasytools.geasyui.impl.connectable that return IConnectableElement
 IConnectableElement ConnectableElementDefaultHandlers.getConnectableElement()
           
 IConnectableElement Magnet.getConnectableElement()
           
 IConnectableElement Connector.getSource()
           
 IConnectableElement Connector.getTarget()
           
 

Methods in com.ebmwebsourcing.geasytools.geasyui.impl.connectable with parameters of type IConnectableElement
 void Connector.connect(IConnectableElement source, IConnectableElement target)
           
 void Connector.setSource(IConnectableElement source)
           
 void Connector.setTarget(IConnectableElement target)
           
 

Constructors in com.ebmwebsourcing.geasytools.geasyui.impl.connectable with parameters of type IConnectableElement
ConnectableElementDefaultHandlers(IConnectableElement connectableElement)
           
Connector(IUIPanel uipanel, java.lang.String id, IConnectableElement source, IConnectableElement target)
           
Magnet(IConnectableElement connectable)
           
 

Uses of IConnectableElement in com.ebmwebsourcing.geasytools.geasyui.impl.connectable.events
 

Methods in com.ebmwebsourcing.geasytools.geasyui.impl.connectable.events that return IConnectableElement
 IConnectableElement ConnectionEvent.getConnectionSource()
           
 IConnectableElement ConnectionEvent.getConnectionTarget()
           
 IConnectableElement DisconnectionEvent.getDisconnectedSource()
           
 IConnectableElement DisconnectionEvent.getDisconnectedTarget()
           
 

Constructors in com.ebmwebsourcing.geasytools.geasyui.impl.connectable.events with parameters of type IConnectableElement
ConnectionEvent(IConnectableElement source, IConnectableElement target)
           
DisconnectionEvent(IConnectableElement disconnectedSource, IConnectableElement disconnectedTarget)
           
 



Copyright © 2010-2011 Petals Link. All Rights Reserved.