Uses of Interface
org.graffiti.selection.SelectionListener
| Package | Description | 
|---|---|
| de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.editing_tools | |
| de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.layout_control | |
| de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.zoomfit | |
| de.ipk_gatersleben.ag_nw.graffiti.services.algorithms | |
| org.graffiti.editor | Contains classes for the famous graffiti editor. | 
| org.graffiti.plugin.inspector | |
| org.graffiti.plugin.tool | |
| org.graffiti.plugins.guis.switchselections | |
| org.graffiti.plugins.inspectors.defaults | |
| org.graffiti.plugins.modes.defaults | |
| org.graffiti.selection | Contains classes for the selection model. | 
- 
Uses of SelectionListener in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.editing_toolsClasses in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.editing_tools that implement SelectionListener Modifier and Type Class Description classIPK_AdvancedLabelToolA modified editing toolclassIPK_MegaCreateToolA modified editing toolclassIPK_MegaMoveToolA modified editing tool.
- 
Uses of SelectionListener in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.layout_controlClasses in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.layout_control that implement SelectionListener Modifier and Type Class Description classTabPluginControlRepresents the tab, which contains the functionality to edit the attributes of the current graph object.
- 
Uses of SelectionListener in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.zoomfitClasses in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.zoomfit that implement SelectionListener Modifier and Type Class Description classZoomFitChangeComponent
- 
Uses of SelectionListener in de.ipk_gatersleben.ag_nw.graffiti.services.algorithmsClasses in de.ipk_gatersleben.ag_nw.graffiti.services.algorithms that implement SelectionListener Modifier and Type Class Description classAlgorithmPanelFactoryThe factory class initializes any algorithms, belonging to the Network.Analysis tab category.
- 
Uses of SelectionListener in org.graffiti.editorClasses in org.graffiti.editor that implement SelectionListener Modifier and Type Class Description classMainFrameConstructs a new graffiti frame, which contains the main gui components.classStatusBarRepresents a status line ui component, which can display info and error messages.Methods in org.graffiti.editor with parameters of type SelectionListener Modifier and Type Method Description voidMainFrame. addSelectionListener(SelectionListener sl)Adds aSelectionListener.voidMainFrame. removeSelectionListener(SelectionListener sl)Removes aSelectionListener.
- 
Uses of SelectionListener in org.graffiti.plugin.inspectorClasses in org.graffiti.plugin.inspector that implement SelectionListener Modifier and Type Class Description classSubtabHostTab
- 
Uses of SelectionListener in org.graffiti.plugin.toolClasses in org.graffiti.plugin.tool that implement SelectionListener Modifier and Type Class Description classAbstractToolProvides an abstract implementation of theToolinterface.classAbstractUndoableToolSuperclass for all tools that provide undo information for their actions.
- 
Uses of SelectionListener in org.graffiti.plugins.guis.switchselectionsClasses in org.graffiti.plugins.guis.switchselections that implement SelectionListener Modifier and Type Class Description classSelectionMenuA menu providing entries to manage selections.classSwitchSelectionsPluginProvides a spring embedder algorithm a la KK.
- 
Uses of SelectionListener in org.graffiti.plugins.inspectors.defaultsClasses in org.graffiti.plugins.inspectors.defaults that implement SelectionListener Modifier and Type Class Description classAbstractTabRepresents an inspector tab.classEdgeTabRepresents a tabulator in the inspector, which handles the properties of edges.classGraphTabRepresents the tab, which contains the functionality to edit the attributes of the current graph object.classInspectorRepresents the main class of the inspector plugin.classNodeTabRepresents the tab of the inspector, which edits the properties of a node.
- 
Uses of SelectionListener in org.graffiti.plugins.modes.defaultsClasses in org.graffiti.plugins.modes.defaults that implement SelectionListener Modifier and Type Class Description classAdvancedLabelToolA tool for creating and editing labels of graphelements.classLabelToolA tool for creating and editing labels of graphelements.classMegaCreateToolA tool for creating and editing a graph.classMegaMoveToolA tool for creating and editing a graph.classMegaToolsDOCUMENT ME!
- 
Uses of SelectionListener in org.graffiti.selectionClasses in org.graffiti.selection that implement SelectionListener Modifier and Type Class Description classSelectionAdapterAdapter for the SelectionListener interface, providing default empty implementation.Methods in org.graffiti.selection with parameters of type SelectionListener Modifier and Type Method Description voidSelectionModel. addSelectionListener(SelectionListener listener)Adds the given selection listener to the list of listeners.voidSelectionModel. removeSelectionListener(SelectionListener listener)Removes the given selection listener from the list of listeners.