Uses of Interface
org.graffiti.event.EdgeListener
-
Uses of EdgeListener in de.ipk_gatersleben.ag_nw.graffiti.plugins.editcomponents.chart_colors
Classes in de.ipk_gatersleben.ag_nw.graffiti.plugins.editcomponents.chart_colors that implement EdgeListener Modifier and Type Class Description class
ChartColorAttributeEditor
class
LineModeAttributeEditor
-
Uses of EdgeListener in de.ipk_gatersleben.ag_nw.graffiti.plugins.editcomponents.chart_settings
Classes in de.ipk_gatersleben.ag_nw.graffiti.plugins.editcomponents.chart_settings that implement EdgeListener Modifier and Type Class Description class
ChartAttributeEditor
class
ChartsColumnAttributeEditor
-
Uses of EdgeListener in de.ipk_gatersleben.ag_nw.graffiti.plugins.editcomponents.cluster_colors
Classes in de.ipk_gatersleben.ag_nw.graffiti.plugins.editcomponents.cluster_colors that implement EdgeListener Modifier and Type Class Description class
ClusterColorAttributeEditor
-
Uses of EdgeListener in de.ipk_gatersleben.ag_nw.graffiti.plugins.editcomponents.compound_image
Classes in de.ipk_gatersleben.ag_nw.graffiti.plugins.editcomponents.compound_image that implement EdgeListener Modifier and Type Class Description class
CompoundImageAttributeEditor
class
CompoundImagePositionAttributeEditor
-
Uses of EdgeListener in de.ipk_gatersleben.ag_nw.graffiti.plugins.editcomponents.font_label_settings
Classes in de.ipk_gatersleben.ag_nw.graffiti.plugins.editcomponents.font_label_settings that implement EdgeListener Modifier and Type Class Description class
LabelFontAttributeEditor
-
Uses of EdgeListener in de.ipk_gatersleben.ag_nw.graffiti.plugins.editcomponents.font_label_style
Classes in de.ipk_gatersleben.ag_nw.graffiti.plugins.editcomponents.font_label_style that implement EdgeListener Modifier and Type Class Description class
LabelStyleAttributeEditor
-
Uses of EdgeListener in de.ipk_gatersleben.ag_nw.graffiti.plugins.editcomponents.font_settings
Classes in de.ipk_gatersleben.ag_nw.graffiti.plugins.editcomponents.font_settings that implement EdgeListener Modifier and Type Class Description class
FontAttributeEditor
-
Uses of EdgeListener in de.ipk_gatersleben.ag_nw.graffiti.plugins.editcomponents.kegg.kegg_type
Classes in de.ipk_gatersleben.ag_nw.graffiti.plugins.editcomponents.kegg.kegg_type that implement EdgeListener Modifier and Type Class Description class
KeggGroupPartAttributeEditor
class
KeggReactionIdAttributeEditor
class
KeggReactionTypeAttributeEditor
class
KeggRelationSubTypeAttributeEditor
class
KeggRelationTypeAttributeEditor
class
KeggTypeAttributeEditor
-
Uses of EdgeListener in de.ipk_gatersleben.ag_nw.graffiti.plugins.editcomponents.label_alignment
Classes in de.ipk_gatersleben.ag_nw.graffiti.plugins.editcomponents.label_alignment that implement EdgeListener Modifier and Type Class Description class
LabelAlignmentAttributeEditor
-
Uses of EdgeListener in de.ipk_gatersleben.ag_nw.graffiti.plugins.editcomponents.url_attribute
Classes in de.ipk_gatersleben.ag_nw.graffiti.plugins.editcomponents.url_attribute that implement EdgeListener Modifier and Type Class Description class
URLAttributeEditor
-
Uses of EdgeListener in de.ipk_gatersleben.ag_nw.graffiti.plugins.editcomponents.xml_attribute
Classes in de.ipk_gatersleben.ag_nw.graffiti.plugins.editcomponents.xml_attribute that implement EdgeListener Modifier and Type Class Description class
XMLAttributeEditor
-
Uses of EdgeListener in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.enhanced_attribute_editors
Classes in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.enhanced_attribute_editors that implement EdgeListener Modifier and Type Class Description class
ArrowShapeEditComponent
Class used to display different node shapes.class
EnhDoubleEditComponent
Represents a gui component, which handles double values. -
Uses of EdgeListener in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.fast_view
Classes in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.fast_view that implement EdgeListener Modifier and Type Class Description class
FastView
-
Uses of EdgeListener in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.ipk_graffitiview
Classes in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.ipk_graffitiview that implement EdgeListener Modifier and Type Class Description class
ButtonOverlayView
An implementation oforg.graffiti.plugin.view.View2D
, that displays a graph.class
IPKGraffitiView
An implementation oforg.graffiti.plugin.view.View2D
, that displays a graph.class
NullView
-
Uses of EdgeListener in de.ipk_gatersleben.ag_nw.graffiti.plugins.misc.pathway_references
Classes in de.ipk_gatersleben.ag_nw.graffiti.plugins.misc.pathway_references that implement EdgeListener Modifier and Type Class Description class
NodePathwayLinkVisualizationAttributeEditor
-
Uses of EdgeListener in org.graffiti.event
Classes in org.graffiti.event that implement EdgeListener Modifier and Type Class Description class
AbstractEdgeListener
An abstract adapter class for receiving edge events.class
EdgeAdapter
Adapter for the EdgeListener interface, providing default empty implementation.Methods in org.graffiti.event with parameters of type EdgeListener Modifier and Type Method Description void
ListenerManager. addAllTimeEdgeListener(EdgeListener l)
Registers EdgeListener l by adding it to the list of nonstrict transaction EdgeListeners.void
ListenerManager. addDelayedEdgeListener(EdgeListener l)
Registers EdgeListener l by adding it to the list of strict transaction EdgeListeners.void
ListenerManager. removeEdgeListener(EdgeListener l)
Unregisters EdgeListener l by removing it from the list of EdgeListeners. -
Uses of EdgeListener in org.graffiti.plugin.editcomponent
Subinterfaces of EdgeListener in org.graffiti.plugin.editcomponent Modifier and Type Interface Description interface
ValueEditComponent
A generic extension of ajavax.swing.JComponent
which allows editing of Attributes.Classes in org.graffiti.plugin.editcomponent that implement EdgeListener Modifier and Type Class Description class
AbstractDialogableEditComponent
AbstractDialogableEditComponent
provides some default extensions of theAbstractValueEditComponent
for those instances ofValueEditComponent
which offer an arbitrary dialog for specifying the corresponding attribute value.class
AbstractValueEditComponent
The classAbstractValueEditComponent
provides some generic implementation forValueEditComponent
s.class
ComboBoxEditComponent
Displays a combo box to let the user choose from several possibilities.class
EdgeEditComponent
This class provides an edit component for selecting a single edge.class
GraphComponentEditComponent
This class provides an edit component for parts of a graph.class
JComponentParameterEditor
class
NodeEditComponent
This class provides an edit component for selecting a single node.class
NumberEditComponent
NumberEditComponent
provides an abstract implementation for editing numerical attributes.class
SingleGraphElementEditComponent
This class provides an edit component for graph elements.class
SpinnerEditComponent
AnEditComponent
, displaying values in a JSpinner-manner.class
StandardValueEditComponent
DOCUMENT ME!class
ValueEditComponentAdapter
Provides an adapter class implementing all listener methods. -
Uses of EdgeListener in org.graffiti.plugin.view
Subinterfaces of EdgeListener in org.graffiti.plugin.view Modifier and Type Interface Description interface
GraphView
interface
View
Represents a view of a plugin.interface
View2D
A 2D view as a graphical representation for a graph.interface
View3D
DOCUMENT ME!Classes in org.graffiti.plugin.view that implement EdgeListener Modifier and Type Class Description class
AbstractView
enclosing_type -
Uses of EdgeListener in org.graffiti.plugins.editcomponents.defaults
Classes in org.graffiti.plugins.editcomponents.defaults that implement EdgeListener Modifier and Type Class Description class
BooleanEditComponent
Represents a component, which can edit a boolean value.class
ByteEditComponent
Represents a gui component, which handles byte values.class
ColorChooserEditComponent
This class provides an edit component for editing color attributes by offering aJColorChooser
.class
DoubleEditComponent
Represents a gui component, which handles double values.class
EdgeArrowShapeEditComponent
class
EdgeShapeEditComponent
Class used to display different edge shapes.class
FloatEditComponent
An edit component for editing floats.class
IntegerEditComponent
Represents a GUI component, which handles integer values.class
LineModeEditComponent
Used to edit the values of aDash
.class
LongEditComponent
Represents a gui component, which handles long values.class
MultiFileSelectionEditComponent
class
NodeShapeEditComponent
Class used to display different node shapes.class
ObjectListComponent
Class used to display different node shapes.class
ShortEditComponent
Represents a gui component, which handles short values.class
StringEditComponent
StringEditComponent
provides an edit component for editing strings.class
TextAreaEditComponent
DOCUMENT ME! -
Uses of EdgeListener in org.graffiti.plugins.views.defaults
Classes in org.graffiti.plugins.views.defaults that implement EdgeListener Modifier and Type Class Description class
DockingAttributeEditor
class
GradientFillAttributeEditor
class
GraffitiView
An implementation oforg.graffiti.plugin.view.View2D
, that displays a graph.class
ThicknessAttributeEditor
-
Uses of EdgeListener in org.graffiti.plugins.views.matrix
Classes in org.graffiti.plugins.views.matrix that implement EdgeListener Modifier and Type Class Description class
MatrixView
Provides a matrix view for the given graph. -
Uses of EdgeListener in org.graffiti.session
Classes in org.graffiti.session that implement EdgeListener Modifier and Type Class Description class
GraphConstraintChecker
This class checks constraints on the graph. -
Uses of EdgeListener in org.vanted.plugins.layout.stressminimization.parameters
Classes in org.vanted.plugins.layout.stressminimization.parameters that implement EdgeListener Modifier and Type Class Description class
LandmarkSliderComponent
Slider component specially for selecting landmarks.class
SliderComponent