com.ebmwebsourcing.geasytools.geasyui.api.connectable
Interface IMagnet

All Superinterfaces:
com.google.gwt.event.shared.HasHandlers, IDroppableElement, IPositionable
All Known Implementing Classes:
Magnet

public interface IMagnet
extends IDroppableElement


Method Summary
 void addConnectorPoint(IConnectorPoint connectorPoint)
           
 IConnectableElement getConnectableElement()
           
 java.util.HashSet<IConnectorPoint> getConnectorPoints()
           
 void removeConnectorPoint(IConnectorPoint connectorPoint)
           
 
Methods inherited from interface com.ebmwebsourcing.geasytools.geasyui.api.droppable.IDroppableElement
addDropHandler, getAcceptedTypes, getDDManager, getDroppableDefaultHandlers, getHandlerManager, getId, getNorthWestPoint, getSouthEastPoint, getUIPanel
 
Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent
 
Methods inherited from interface com.ebmwebsourcing.geasytools.geasyui.api.core.IPositionable
getAbsoluteLeft, getAbsoluteTop, getContainer, getRelativeX, getRelativeY, setContainer, setRelativeX, setRelativeY
 

Method Detail

getConnectableElement

IConnectableElement getConnectableElement()

getConnectorPoints

java.util.HashSet<IConnectorPoint> getConnectorPoints()

addConnectorPoint

void addConnectorPoint(IConnectorPoint connectorPoint)

removeConnectorPoint

void removeConnectorPoint(IConnectorPoint connectorPoint)


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