|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectdiva.canvas.connector.ConnectorAdapter
public class ConnectorAdapter
An adapter for connector listeners. It contains empty methods, to make it easier to implement ConnectorListener.
Red |
Constructor Summary | |
---|---|
ConnectorAdapter()
|
Method Summary | |
---|---|
void |
connectorDragged(ConnectorEvent e)
Do nothing when a connector end is dragged. |
void |
connectorDropped(ConnectorEvent e)
Do nothing when a connector end is dropped. |
void |
connectorSnapped(ConnectorEvent e)
Do nothing when a connector end is snapped to a possible target. |
void |
connectorUnsnapped(ConnectorEvent e)
Do nothing when a connector end is unsnapped from the site that it was originally attached to, or a possible target. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ConnectorAdapter()
Method Detail |
---|
public void connectorDragged(ConnectorEvent e)
connectorDragged
in interface ConnectorListener
public void connectorDropped(ConnectorEvent e)
connectorDropped
in interface ConnectorListener
public void connectorSnapped(ConnectorEvent e)
connectorSnapped
in interface ConnectorListener
public void connectorUnsnapped(ConnectorEvent e)
connectorUnsnapped
in interface ConnectorListener
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |