Uses of Class
org.graffiti.event.ListenerManager
Package | Description |
---|---|
de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.editing_tools.script_helper | |
org.graffiti.attributes | |
org.graffiti.graph |
Contains graph interfaces and classes.
|
org.graffiti.plugin.inspector | |
org.graffiti.plugins.inspectors.defaults |
-
Uses of ListenerManager in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.editing_tools.script_helper
Methods in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.editing_tools.script_helper that return ListenerManager Modifier and Type Method Description ListenerManager
NodeHelper. getListenerManager()
-
Uses of ListenerManager in org.graffiti.attributes
Methods in org.graffiti.attributes that return ListenerManager Modifier and Type Method Description ListenerManager
Attributable. getListenerManager()
Returns theListenerManager
asscociated to thisAttributable
. -
Uses of ListenerManager in org.graffiti.graph
Methods in org.graffiti.graph that return ListenerManager Modifier and Type Method Description ListenerManager
AbstractGraph. getListenerManager()
Returns the ListenerManager of the current graph.ListenerManager
AbstractGraphElement. getListenerManager()
Returns the ListenerManager of theGraphElement
.Methods in org.graffiti.graph with parameters of type ListenerManager Modifier and Type Method Description void
AdjListGraph. setListenerManager(ListenerManager l)
void
Graph. setListenerManager(ListenerManager object)
Constructors in org.graffiti.graph with parameters of type ListenerManager Constructor Description AbstractGraph(ListenerManager listenerManager)
Constructs a new instance of anAdjListGraph
.AbstractGraph(ListenerManager listenerManager, CollectionAttribute coll)
Constructs a new instance of anAdjListGraph
.AdjListGraph(ListenerManager listenerManager)
Constructs a new instance of anAdjListGraph
.AdjListGraph(ListenerManager listenerManager, CollectionAttribute coll)
Constructs a new instance of anAdjListGraph
.AdjListGraph(Graph g, ListenerManager listenerManager)
Constructs a new instance of anAdjListGraph
from an instance of anyGraph
implementation.AdjListGraph(Graph g, ListenerManager listenerManager, CollectionAttribute coll)
Constructs a new instance of anAdjListGraph
from an instance of anyGraph
implementation.OptAdjListGraph(ListenerManager listenerManager)
Constructs a new instance of anOptAdjListGraph
.OptAdjListGraph(ListenerManager listenerManager, CollectionAttribute coll)
Constructs a new instance of anOptAdjListGraph
.OptAdjListGraph(Graph g, ListenerManager listenerManager)
Constructs a new instance of anOptAdjListGraph
from an instance of anyGraph
implementation.OptAdjListGraph(Graph g, ListenerManager listenerManager, CollectionAttribute coll)
Constructs a new instance of anOptAdjListGraph
from an instance of anyGraph
implementation. -
Uses of ListenerManager in org.graffiti.plugin.inspector
Methods in org.graffiti.plugin.inspector with parameters of type ListenerManager Modifier and Type Method Description abstract void
EditPanel. setListenerManager(ListenerManager lm)
Sets the ListenerManager. -
Uses of ListenerManager in org.graffiti.plugins.inspectors.defaults
Methods in org.graffiti.plugins.inspectors.defaults with parameters of type ListenerManager Modifier and Type Method Description void
DefaultEditPanel. setListenerManager(ListenerManager lm)
Sets the ListenerManager.