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_tools
Classes in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.editing_tools that implement SelectionListener Modifier and Type Class Description class
IPK_AdvancedLabelTool
A modified editing toolclass
IPK_MegaCreateTool
A modified editing toolclass
IPK_MegaMoveTool
A modified editing tool. -
Uses of SelectionListener in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.layout_control
Classes in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.layout_control that implement SelectionListener Modifier and Type Class Description class
TabPluginControl
Represents 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.zoomfit
Classes in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.zoomfit that implement SelectionListener Modifier and Type Class Description class
ZoomFitChangeComponent
-
Uses of SelectionListener in de.ipk_gatersleben.ag_nw.graffiti.services.algorithms
Classes in de.ipk_gatersleben.ag_nw.graffiti.services.algorithms that implement SelectionListener Modifier and Type Class Description class
AlgorithmPanelFactory
The factory class initializes any algorithms, belonging to the Network.Analysis tab category. -
Uses of SelectionListener in org.graffiti.editor
Classes in org.graffiti.editor that implement SelectionListener Modifier and Type Class Description class
MainFrame
Constructs a new graffiti frame, which contains the main gui components.class
StatusBar
Represents 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 void
MainFrame. addSelectionListener(SelectionListener sl)
Adds aSelectionListener
.void
MainFrame. removeSelectionListener(SelectionListener sl)
Removes aSelectionListener
. -
Uses of SelectionListener in org.graffiti.plugin.inspector
Classes in org.graffiti.plugin.inspector that implement SelectionListener Modifier and Type Class Description class
SubtabHostTab
-
Uses of SelectionListener in org.graffiti.plugin.tool
Classes in org.graffiti.plugin.tool that implement SelectionListener Modifier and Type Class Description class
AbstractTool
Provides an abstract implementation of theTool
interface.class
AbstractUndoableTool
Superclass for all tools that provide undo information for their actions. -
Uses of SelectionListener in org.graffiti.plugins.guis.switchselections
Classes in org.graffiti.plugins.guis.switchselections that implement SelectionListener Modifier and Type Class Description class
SelectionMenu
A menu providing entries to manage selections.class
SwitchSelectionsPlugin
Provides a spring embedder algorithm a la KK. -
Uses of SelectionListener in org.graffiti.plugins.inspectors.defaults
Classes in org.graffiti.plugins.inspectors.defaults that implement SelectionListener Modifier and Type Class Description class
AbstractTab
Represents an inspector tab.class
EdgeTab
Represents a tabulator in the inspector, which handles the properties of edges.class
GraphTab
Represents the tab, which contains the functionality to edit the attributes of the current graph object.class
Inspector
Represents the main class of the inspector plugin.class
NodeTab
Represents the tab of the inspector, which edits the properties of a node. -
Uses of SelectionListener in org.graffiti.plugins.modes.defaults
Classes in org.graffiti.plugins.modes.defaults that implement SelectionListener Modifier and Type Class Description class
AdvancedLabelTool
A tool for creating and editing labels of graphelements.class
LabelTool
A tool for creating and editing labels of graphelements.class
MegaCreateTool
A tool for creating and editing a graph.class
MegaMoveTool
A tool for creating and editing a graph.class
MegaTools
DOCUMENT ME! -
Uses of SelectionListener in org.graffiti.selection
Classes in org.graffiti.selection that implement SelectionListener Modifier and Type Class Description class
SelectionAdapter
Adapter for the SelectionListener interface, providing default empty implementation.Methods in org.graffiti.selection with parameters of type SelectionListener Modifier and Type Method Description void
SelectionModel. addSelectionListener(SelectionListener listener)
Adds the given selection listener to the list of listeners.void
SelectionModel. removeSelectionListener(SelectionListener listener)
Removes the given selection listener from the list of listeners.