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 GraphElementComponentFastView. 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 classIPKnodeComponentMethods in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.ipk_graffitiview that return GraphElementComponent Modifier and Type Method Description GraphElementComponentNullView. 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 voidAbstractTool. displayAsMarked(GraphElementComponent comp)Show a graph element component as marked.voidAbstractTool. 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 voidAbstractTool. 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 GraphElementComponentAbstractView. getComponentForElement(GraphElement ge)Returns the mainGraphElementComponentassociated with the givenGraphELement.GraphElementComponentView. getComponentForElement(GraphElement ge)Returns the mainGraphElementComponentassociated with the givenGraphElement.GraphElementComponentAbstractView. 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 voidGraphElementComponentInterface. addDependentComponent(GraphElementComponent comp)Adds aGraphElementComponentto the list of dependentGraphElementComponents.voidGraphElementComponentInterface. removeDependentComponent(GraphElementComponent comp)Removes aGraphElementComponentfrom the list of dependentGraphElementComponents. -
Uses of GraphElementComponent in org.graffiti.plugins.views.defaults
Subclasses of GraphElementComponent in org.graffiti.plugins.views.defaults Modifier and Type Class Description classAbstractGraphElementComponentClass that shares common members for all GraphElementComponents.classEdgeComponentThis component represents aorg.graffiti.graph.Edge.classNodeComponentThis 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 voidAbstractGraphElementComponent. addDependentComponent(GraphElementComponent comp)Adds aGraphElementComponentto the list of dependentGraphElementComponents.voidAbstractGraphElementComponent. removeDependentComponent(GraphElementComponent comp)Removes aGraphElementComponentfrom the list of dependentGraphElementComponents.voidGraffitiView. repaintGraphElementComponent(GraphElementComponent gec)