Uses of Class
org.graffiti.event.NodeEvent
Package | Description |
---|---|
de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.fast_view | |
de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.ipk_graffitiview | |
org.graffiti.event |
Contains event classes and listener interfaces that are used to react to
events fired by the graph model.
|
org.graffiti.plugin.editcomponent | |
org.graffiti.plugin.view | |
org.graffiti.plugins.views.matrix | |
org.graffiti.session |
Contains classes, which are needed for the session handling.
|
-
Uses of NodeEvent in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.fast_view
Methods in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.fast_view with parameters of type NodeEvent Modifier and Type Method Description void
FastView. postInEdgeAdded(NodeEvent e)
void
FastView. postInEdgeRemoved(NodeEvent e)
void
FastView. postOutEdgeAdded(NodeEvent e)
void
FastView. postOutEdgeRemoved(NodeEvent e)
void
FastView. postUndirectedEdgeAdded(NodeEvent e)
void
FastView. postUndirectedEdgeRemoved(NodeEvent e)
void
FastView. preInEdgeAdded(NodeEvent e)
void
FastView. preInEdgeRemoved(NodeEvent e)
void
FastView. preOutEdgeAdded(NodeEvent e)
void
FastView. preOutEdgeRemoved(NodeEvent e)
void
FastView. preUndirectedEdgeAdded(NodeEvent e)
void
FastView. preUndirectedEdgeRemoved(NodeEvent e)
-
Uses of NodeEvent in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.ipk_graffitiview
Methods in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.ipk_graffitiview with parameters of type NodeEvent Modifier and Type Method Description void
NullView. postInEdgeAdded(NodeEvent e)
void
NullView. postInEdgeRemoved(NodeEvent e)
void
NullView. postOutEdgeAdded(NodeEvent e)
void
NullView. postOutEdgeRemoved(NodeEvent e)
void
NullView. postUndirectedEdgeAdded(NodeEvent e)
void
NullView. postUndirectedEdgeRemoved(NodeEvent e)
void
NullView. preInEdgeAdded(NodeEvent e)
void
NullView. preInEdgeRemoved(NodeEvent e)
void
NullView. preOutEdgeAdded(NodeEvent e)
void
NullView. preOutEdgeRemoved(NodeEvent e)
void
NullView. preUndirectedEdgeAdded(NodeEvent e)
void
NullView. preUndirectedEdgeRemoved(NodeEvent e)
-
Uses of NodeEvent in org.graffiti.event
Methods in org.graffiti.event with parameters of type NodeEvent Modifier and Type Method Description void
AbstractNodeListener. postInEdgeAdded(NodeEvent e)
Called just after an incoming edge has been added to the node.void
AbstractNodeListener. postInEdgeRemoved(NodeEvent e)
Called after an incoming edge has been removed from the node.void
AbstractNodeListener. postOutEdgeAdded(NodeEvent e)
Called after an outgoing edge has been added to the node.void
AbstractNodeListener. postOutEdgeRemoved(NodeEvent e)
Called after an outgoing edge has been removed from the node.void
AbstractNodeListener. postUndirectedEdgeAdded(NodeEvent e)
Called after an (undirected) edge has been added to the node.void
ListenerManager. postUndirectedEdgeAdded(NodeEvent event)
Called after an (undirected) edge has been added to the node.void
NodeAdapter. postUndirectedEdgeAdded(NodeEvent e)
void
NodeListener. postUndirectedEdgeAdded(NodeEvent e)
Called after an (undirected) edge has been added to the node.void
AbstractNodeListener. postUndirectedEdgeRemoved(NodeEvent e)
Called after an (undirected) edge has been removed from the node.void
ListenerManager. postUndirectedEdgeRemoved(NodeEvent event)
Called after an (undirected) edge has been removed from the node.void
NodeAdapter. postUndirectedEdgeRemoved(NodeEvent e)
void
NodeListener. postUndirectedEdgeRemoved(NodeEvent e)
Called after an (undirected) edge has been removed from the node.void
AbstractNodeListener. preInEdgeAdded(NodeEvent e)
Called just before an incoming edge is added to the node.void
AbstractNodeListener. preInEdgeRemoved(NodeEvent e)
Called just before an incoming edge is removed from the node.void
AbstractNodeListener. preOutEdgeAdded(NodeEvent e)
Called just before an outgoing edge is added to the node.void
AbstractNodeListener. preOutEdgeRemoved(NodeEvent e)
Called just before an outgoing edge is removed from the node.void
AbstractNodeListener. preUndirectedEdgeAdded(NodeEvent e)
Called just before an (undirected) edge is added to the node.void
ListenerManager. preUndirectedEdgeAdded(NodeEvent event)
Called just before an (undirected) edge is added to the node.void
NodeAdapter. preUndirectedEdgeAdded(NodeEvent e)
void
NodeListener. preUndirectedEdgeAdded(NodeEvent e)
Called just before an (undirected) edge is added to the node.void
AbstractNodeListener. preUndirectedEdgeRemoved(NodeEvent e)
Called just before an (undirected) edge is removed from the node.void
ListenerManager. preUndirectedEdgeRemoved(NodeEvent event)
Called just before an (undirected) edge is removed from the node.void
NodeAdapter. preUndirectedEdgeRemoved(NodeEvent e)
void
NodeListener. preUndirectedEdgeRemoved(NodeEvent e)
Called just before an (undirected) edge is removed from the node. -
Uses of NodeEvent in org.graffiti.plugin.editcomponent
Methods in org.graffiti.plugin.editcomponent with parameters of type NodeEvent Modifier and Type Method Description void
JComponentParameterEditor. postInEdgeAdded(NodeEvent e)
void
ValueEditComponentAdapter. postInEdgeAdded(NodeEvent e)
Called just after an incoming edge has been added to the node.void
JComponentParameterEditor. postInEdgeRemoved(NodeEvent e)
void
ValueEditComponentAdapter. postInEdgeRemoved(NodeEvent e)
Called after an incoming edge has been removed from the node.void
JComponentParameterEditor. postOutEdgeAdded(NodeEvent e)
void
ValueEditComponentAdapter. postOutEdgeAdded(NodeEvent e)
Called after an outgoing edge has been added to the node.void
JComponentParameterEditor. postOutEdgeRemoved(NodeEvent e)
void
ValueEditComponentAdapter. postOutEdgeRemoved(NodeEvent e)
Called after an outgoing edge has been removed from the node.void
JComponentParameterEditor. postUndirectedEdgeAdded(NodeEvent e)
void
ValueEditComponentAdapter. postUndirectedEdgeAdded(NodeEvent e)
Called after an (undirected) edge has been added to the node.void
JComponentParameterEditor. postUndirectedEdgeRemoved(NodeEvent e)
void
ValueEditComponentAdapter. postUndirectedEdgeRemoved(NodeEvent e)
Called after an (undirected) edge has been removed from the node.void
JComponentParameterEditor. preInEdgeAdded(NodeEvent e)
void
ValueEditComponentAdapter. preInEdgeAdded(NodeEvent e)
Called just before an incoming edge is added to the node.void
JComponentParameterEditor. preInEdgeRemoved(NodeEvent e)
void
ValueEditComponentAdapter. preInEdgeRemoved(NodeEvent e)
Called just before an incoming edge is removed from the node.void
JComponentParameterEditor. preOutEdgeAdded(NodeEvent e)
void
ValueEditComponentAdapter. preOutEdgeAdded(NodeEvent e)
Called just before an outgoing edge is added to the node.void
JComponentParameterEditor. preOutEdgeRemoved(NodeEvent e)
void
ValueEditComponentAdapter. preOutEdgeRemoved(NodeEvent e)
Called just before an outgoing edge is removed from the node.void
JComponentParameterEditor. preUndirectedEdgeAdded(NodeEvent e)
void
ValueEditComponentAdapter. preUndirectedEdgeAdded(NodeEvent e)
Called just before an (undirected) edge is added to the node.void
JComponentParameterEditor. preUndirectedEdgeRemoved(NodeEvent e)
void
ValueEditComponentAdapter. preUndirectedEdgeRemoved(NodeEvent e)
Called just before an (undirected) edge is removed from the node. -
Uses of NodeEvent in org.graffiti.plugin.view
Methods in org.graffiti.plugin.view with parameters of type NodeEvent Modifier and Type Method Description void
AbstractView. postInEdgeAdded(NodeEvent e)
Called just after an incoming edge has been added to the node.void
AbstractView. postInEdgeRemoved(NodeEvent e)
Called after an incoming edge has been removed from the node.void
AbstractView. postOutEdgeAdded(NodeEvent e)
Called after an outgoing edge has been added to the node.void
AbstractView. postOutEdgeRemoved(NodeEvent e)
Called after an outgoing edge has been removed from the node.void
AbstractView. postUndirectedEdgeAdded(NodeEvent e)
Called after an (undirected) edge has been added to the node.void
AbstractView. postUndirectedEdgeRemoved(NodeEvent e)
Called after an (undirected) edge has been removed from the node.void
AbstractView. preInEdgeAdded(NodeEvent e)
Called just before an incoming edge is added to the node.void
AbstractView. preInEdgeRemoved(NodeEvent e)
Called just before an incoming edge is removed from the node.void
AbstractView. preOutEdgeAdded(NodeEvent e)
Called just before an outgoing edge is added to the node.void
AbstractView. preOutEdgeRemoved(NodeEvent e)
Called just before an outgoing edge is removed from the node.void
AbstractView. preUndirectedEdgeAdded(NodeEvent e)
Called just before an (undirected) edge is added to the node.void
AbstractView. preUndirectedEdgeRemoved(NodeEvent e)
Called just before an (undirected) edge is removed from the node. -
Uses of NodeEvent in org.graffiti.plugins.views.matrix
Methods in org.graffiti.plugins.views.matrix with parameters of type NodeEvent Modifier and Type Method Description void
MatrixView. postInEdgeAdded(NodeEvent e)
void
MatrixView. postInEdgeRemoved(NodeEvent e)
void
MatrixView. postOutEdgeAdded(NodeEvent e)
void
MatrixView. postOutEdgeRemoved(NodeEvent e)
void
MatrixView. postUndirectedEdgeAdded(NodeEvent e)
void
MatrixView. postUndirectedEdgeRemoved(NodeEvent e)
void
MatrixView. preInEdgeAdded(NodeEvent e)
void
MatrixView. preInEdgeRemoved(NodeEvent e)
void
MatrixView. preOutEdgeAdded(NodeEvent e)
void
MatrixView. preOutEdgeRemoved(NodeEvent e)
void
MatrixView. preUndirectedEdgeAdded(NodeEvent e)
void
MatrixView. preUndirectedEdgeRemoved(NodeEvent e)
-
Uses of NodeEvent in org.graffiti.session
Methods in org.graffiti.session with parameters of type NodeEvent Modifier and Type Method Description void
GraphConstraintChecker. postInEdgeAdded(NodeEvent e)
Called just after an incoming edge has been added to the node.void
GraphConstraintChecker. postInEdgeRemoved(NodeEvent e)
Called after an incoming edge has been removed from the node.void
GraphConstraintChecker. postOutEdgeAdded(NodeEvent e)
Called after an outgoing edge has been added to the node.void
GraphConstraintChecker. postOutEdgeRemoved(NodeEvent e)
Called after an outgoing edge has been removed from the node.void
GraphConstraintChecker. postUndirectedEdgeAdded(NodeEvent e)
Called after an (undirected) edge has been added to the node.void
GraphConstraintChecker. postUndirectedEdgeRemoved(NodeEvent e)
Called after an (undirected) edge has been removed from the node.void
GraphConstraintChecker. preInEdgeAdded(NodeEvent e)
Called just before an incoming edge is added to the node.void
GraphConstraintChecker. preInEdgeRemoved(NodeEvent e)
Called just before an incoming edge is removed from the node.void
GraphConstraintChecker. preOutEdgeAdded(NodeEvent e)
Called just before an outgoing edge is added to the node.void
GraphConstraintChecker. preOutEdgeRemoved(NodeEvent e)
Called just before an outgoing edge is removed from the node.void
GraphConstraintChecker. preUndirectedEdgeAdded(NodeEvent e)
Called just before an (undirected) edge is added to the node.void
GraphConstraintChecker. preUndirectedEdgeRemoved(NodeEvent e)
Called just before an (undirected) edge is removed from the node.