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_control
Methods in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.layout_control with parameters of type SelectionEvent Modifier and Type Method Description void
TabPluginControl. selectionChanged(SelectionEvent arg0)
void
TabPluginControl. selectionListChanged(SelectionEvent e)
-
Uses of SelectionEvent in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.zoomfit
Methods in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.zoomfit with parameters of type SelectionEvent Modifier and Type Method Description void
ZoomFitChangeComponent. selectionChanged(SelectionEvent e)
void
ZoomFitChangeComponent. selectionListChanged(SelectionEvent e)
-
Uses of SelectionEvent in de.ipk_gatersleben.ag_nw.graffiti.services.algorithms
Methods in de.ipk_gatersleben.ag_nw.graffiti.services.algorithms with parameters of type SelectionEvent Modifier and Type Method Description void
AlgorithmPanelFactory. selectionChanged(SelectionEvent e)
Re-initialize the algorithm panel for a change in selection.void
AlgorithmPanelFactory. selectionListChanged(SelectionEvent e)
Left intenionally empty. -
Uses of SelectionEvent in org.graffiti.editor
Methods in org.graffiti.editor with parameters of type SelectionEvent Modifier and Type Method Description void
MainFrame. selectionChanged(SelectionEvent e)
void
StatusBar. selectionChanged(SelectionEvent e)
void
MainFrame. selectionListChanged(SelectionEvent e)
void
StatusBar. selectionListChanged(SelectionEvent e)
-
Uses of SelectionEvent in org.graffiti.editor.actions
Methods in org.graffiti.editor.actions with parameters of type SelectionEvent Modifier and Type Method Description void
AddAttributeAction. selectionChanged(SelectionEvent e)
DOCUMENT ME!void
ChangeAttributeValueAction. selectionChanged(SelectionEvent e)
DOCUMENT ME!void
DeleteAttributeAction. selectionChanged(SelectionEvent e)
DOCUMENT ME! -
Uses of SelectionEvent in org.graffiti.plugin.inspector
Methods in org.graffiti.plugin.inspector with parameters of type SelectionEvent Modifier and Type Method Description void
SubtabHostTab. selectionChanged(SelectionEvent e)
void
SubtabHostTab. selectionListChanged(SelectionEvent e)
-
Uses of SelectionEvent in org.graffiti.plugin.tool
Methods in org.graffiti.plugin.tool with parameters of type SelectionEvent Modifier and Type Method Description void
AbstractTool. selectionChanged(SelectionEvent e)
Called when the selection has changed.void
AbstractTool. selectionListChanged(SelectionEvent e)
-
Uses of SelectionEvent in org.graffiti.plugins.guis.switchselections
Methods in org.graffiti.plugins.guis.switchselections with parameters of type SelectionEvent Modifier and Type Method Description void
SelectionMenu. selectionChanged(SelectionEvent e)
void
SwitchSelectionsPlugin. selectionChanged(SelectionEvent e)
void
SelectionMenu. selectionListChanged(SelectionEvent e)
void
SwitchSelectionsPlugin. selectionListChanged(SelectionEvent e)
-
Uses of SelectionEvent in org.graffiti.plugins.inspectors.defaults
Methods in org.graffiti.plugins.inspectors.defaults with parameters of type SelectionEvent Modifier and Type Method Description void
AbstractTab. selectionChanged(SelectionEvent e)
void
EdgeTab. selectionChanged(SelectionEvent e)
void
GraphTab. selectionChanged(SelectionEvent e)
void
Inspector. selectionChanged(SelectionEvent e)
Is called, if something in the selection model changed.void
NodeTab. selectionChanged(SelectionEvent e)
void
AbstractTab. selectionListChanged(SelectionEvent e)
void
Inspector. selectionListChanged(SelectionEvent e)
-
Uses of SelectionEvent in org.graffiti.selection
Methods in org.graffiti.selection with parameters of type SelectionEvent Modifier and Type Method Description void
SelectionAdapter. selectionChanged(SelectionEvent e)
void
SelectionListener. selectionChanged(SelectionEvent e)
Is called, if something in the selection model changed.void
SelectionAdapter. selectionListChanged(SelectionEvent e)
void
SelectionListener. selectionListChanged(SelectionEvent e)
Is called, if a named selection is added or removed.