Uses of Class
org.graffiti.selection.SelectionEvent
| Package | Description | 
|---|---|
| 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.editor.actions | Contains the editor's action classes. | 
| org.graffiti.plugin.inspector | |
| org.graffiti.plugin.tool | |
| org.graffiti.plugins.guis.switchselections | |
| org.graffiti.plugins.inspectors.defaults | |
| org.graffiti.selection | Contains classes for the selection model. | 
- 
Uses of SelectionEvent in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.layout_controlMethods in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.layout_control with parameters of type SelectionEvent Modifier and Type Method Description voidTabPluginControl. selectionChanged(SelectionEvent arg0)voidTabPluginControl. selectionListChanged(SelectionEvent e)
- 
Uses of SelectionEvent in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.zoomfitMethods in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.zoomfit with parameters of type SelectionEvent Modifier and Type Method Description voidZoomFitChangeComponent. selectionChanged(SelectionEvent e)voidZoomFitChangeComponent. selectionListChanged(SelectionEvent e)
- 
Uses of SelectionEvent in de.ipk_gatersleben.ag_nw.graffiti.services.algorithmsMethods in de.ipk_gatersleben.ag_nw.graffiti.services.algorithms with parameters of type SelectionEvent Modifier and Type Method Description voidAlgorithmPanelFactory. selectionChanged(SelectionEvent e)Re-initialize the algorithm panel for a change in selection.voidAlgorithmPanelFactory. selectionListChanged(SelectionEvent e)Left intenionally empty.
- 
Uses of SelectionEvent in org.graffiti.editorMethods in org.graffiti.editor with parameters of type SelectionEvent Modifier and Type Method Description voidMainFrame. selectionChanged(SelectionEvent e)voidStatusBar. selectionChanged(SelectionEvent e)voidMainFrame. selectionListChanged(SelectionEvent e)voidStatusBar. selectionListChanged(SelectionEvent e)
- 
Uses of SelectionEvent in org.graffiti.editor.actionsMethods in org.graffiti.editor.actions with parameters of type SelectionEvent Modifier and Type Method Description voidAddAttributeAction. selectionChanged(SelectionEvent e)DOCUMENT ME!voidChangeAttributeValueAction. selectionChanged(SelectionEvent e)DOCUMENT ME!voidDeleteAttributeAction. selectionChanged(SelectionEvent e)DOCUMENT ME!
- 
Uses of SelectionEvent in org.graffiti.plugin.inspectorMethods in org.graffiti.plugin.inspector with parameters of type SelectionEvent Modifier and Type Method Description voidSubtabHostTab. selectionChanged(SelectionEvent e)voidSubtabHostTab. selectionListChanged(SelectionEvent e)
- 
Uses of SelectionEvent in org.graffiti.plugin.toolMethods in org.graffiti.plugin.tool with parameters of type SelectionEvent Modifier and Type Method Description voidAbstractTool. selectionChanged(SelectionEvent e)Called when the selection has changed.voidAbstractTool. selectionListChanged(SelectionEvent e)
- 
Uses of SelectionEvent in org.graffiti.plugins.guis.switchselectionsMethods in org.graffiti.plugins.guis.switchselections with parameters of type SelectionEvent Modifier and Type Method Description voidSelectionMenu. selectionChanged(SelectionEvent e)voidSwitchSelectionsPlugin. selectionChanged(SelectionEvent e)voidSelectionMenu. selectionListChanged(SelectionEvent e)voidSwitchSelectionsPlugin. selectionListChanged(SelectionEvent e)
- 
Uses of SelectionEvent in org.graffiti.plugins.inspectors.defaultsMethods in org.graffiti.plugins.inspectors.defaults with parameters of type SelectionEvent Modifier and Type Method Description voidAbstractTab. selectionChanged(SelectionEvent e)voidEdgeTab. selectionChanged(SelectionEvent e)voidGraphTab. selectionChanged(SelectionEvent e)voidInspector. selectionChanged(SelectionEvent e)Is called, if something in the selection model changed.voidNodeTab. selectionChanged(SelectionEvent e)voidAbstractTab. selectionListChanged(SelectionEvent e)voidInspector. selectionListChanged(SelectionEvent e)
- 
Uses of SelectionEvent in org.graffiti.selectionMethods in org.graffiti.selection with parameters of type SelectionEvent Modifier and Type Method Description voidSelectionAdapter. selectionChanged(SelectionEvent e)voidSelectionListener. selectionChanged(SelectionEvent e)Is called, if something in the selection model changed.voidSelectionAdapter. selectionListChanged(SelectionEvent e)voidSelectionListener. selectionListChanged(SelectionEvent e)Is called, if a named selection is added or removed.