|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DeletionPolicy
An interface that is implemented to provide a "policy" when items are deleted. The deletion policy determines, for example, whether edges connected to a deleted node should be also deleted, or simply disconnected.
Method Summary | |
---|---|
void |
connectedHead(GraphController controller,
GraphModel model,
Object edge,
Object node)
Handle an edge that is connected at the head to a node that is about to be deleted, but which is not itself in the selection. |
void |
connectedTail(GraphController controller,
GraphModel model,
Object edge,
Object node)
Handle an edge that is connected at the tail to a node that is about to be deleted, but which is not itself in the selection. |
Method Detail |
---|
void connectedHead(GraphController controller, GraphModel model, Object edge, Object node)
void connectedTail(GraphController controller, GraphModel model, Object edge, Object node)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |