Uses of Class
org.graffiti.plugin.view.GraphElementComponent
-
Uses of GraphElementComponent in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.fast_view
Methods in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.fast_view that return GraphElementComponent Modifier and Type Method Description GraphElementComponent
FastView. getComponentForElement(GraphElement ge)
-
Uses of GraphElementComponent in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.ipk_graffitiview
Subclasses of GraphElementComponent in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.ipk_graffitiview Modifier and Type Class Description class
IPKnodeComponent
Methods in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.ipk_graffitiview that return GraphElementComponent Modifier and Type Method Description GraphElementComponent
NullView. getComponentForElement(GraphElement ge)
-
Uses of GraphElementComponent in org.graffiti.plugin.tool
Methods in org.graffiti.plugin.tool with parameters of type GraphElementComponent Modifier and Type Method Description void
AbstractTool. displayAsMarked(GraphElementComponent comp)
Show a graph element component as marked.void
AbstractTool. unDisplayAsMarked(GraphElementComponent comp)
Remove anything that specifies a graph element component as being marked.Method parameters in org.graffiti.plugin.tool with type arguments of type GraphElementComponent Modifier and Type Method Description void
AbstractTool. displayAsMarked(List<GraphElementComponent> comps)
Display a list of graph element components -
Uses of GraphElementComponent in org.graffiti.plugin.view
Methods in org.graffiti.plugin.view that return GraphElementComponent Modifier and Type Method Description GraphElementComponent
AbstractView. getComponentForElement(GraphElement ge)
Returns the mainGraphElementComponent
associated with the givenGraphELement
.GraphElementComponent
View. getComponentForElement(GraphElement ge)
Returns the mainGraphElementComponent
associated with the givenGraphElement
.GraphElementComponent
AbstractView. getGraphElementComponent(GraphElement ge)
Methods in org.graffiti.plugin.view that return types with arguments of type GraphElementComponent Modifier and Type Method Description Map<GraphElement,GraphElementComponent>
AbstractView. getComponentElementMap()
Map<GraphElement,GraphElementComponent>
AbstractView. getGraphElementComponentMap()
Methods in org.graffiti.plugin.view with parameters of type GraphElementComponent Modifier and Type Method Description void
GraphElementComponentInterface. addDependentComponent(GraphElementComponent comp)
Adds aGraphElementComponent
to the list of dependentGraphElementComponent
s.void
GraphElementComponentInterface. removeDependentComponent(GraphElementComponent comp)
Removes aGraphElementComponent
from the list of dependentGraphElementComponent
s. -
Uses of GraphElementComponent in org.graffiti.plugins.views.defaults
Subclasses of GraphElementComponent in org.graffiti.plugins.views.defaults Modifier and Type Class Description class
AbstractGraphElementComponent
Class that shares common members for all GraphElementComponents.class
EdgeComponent
This component represents aorg.graffiti.graph.Edge
.class
NodeComponent
This component represents aorg.graffiti.graph.Node
.Methods in org.graffiti.plugins.views.defaults that return types with arguments of type GraphElementComponent Modifier and Type Method Description List<GraphElementComponent>
AbstractGraphElementComponent. getDependentGraphElementComponents()
Methods in org.graffiti.plugins.views.defaults with parameters of type GraphElementComponent Modifier and Type Method Description void
AbstractGraphElementComponent. addDependentComponent(GraphElementComponent comp)
Adds aGraphElementComponent
to the list of dependentGraphElementComponent
s.void
AbstractGraphElementComponent. removeDependentComponent(GraphElementComponent comp)
Removes aGraphElementComponent
from the list of dependentGraphElementComponent
s.void
GraffitiView. repaintGraphElementComponent(GraphElementComponent gec)