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 classChartColorAttributeEditorclassLineModeAttributeEditor -
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 classChartAttributeEditorclassChartsColumnAttributeEditor -
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 classClusterColorAttributeEditor -
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 classCompoundImageAttributeEditorclassCompoundImagePositionAttributeEditor -
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 classLabelFontAttributeEditor -
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 classLabelStyleAttributeEditor -
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 classFontAttributeEditor -
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 classKeggGroupPartAttributeEditorclassKeggReactionIdAttributeEditorclassKeggReactionTypeAttributeEditorclassKeggRelationSubTypeAttributeEditorclassKeggRelationTypeAttributeEditorclassKeggTypeAttributeEditor -
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 classLabelAlignmentAttributeEditor -
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 classURLAttributeEditor -
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 classXMLAttributeEditor -
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 classArrowShapeEditComponentClass used to display different node shapes.classEnhDoubleEditComponentRepresents 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 classFastView -
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 classButtonOverlayViewAn implementation oforg.graffiti.plugin.view.View2D, that displays a graph.classIPKGraffitiViewAn implementation oforg.graffiti.plugin.view.View2D, that displays a graph.classNullView -
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 classNodePathwayLinkVisualizationAttributeEditor -
Uses of EdgeListener in org.graffiti.event
Classes in org.graffiti.event that implement EdgeListener Modifier and Type Class Description classAbstractEdgeListenerAn abstract adapter class for receiving edge events.classEdgeAdapterAdapter for the EdgeListener interface, providing default empty implementation.Methods in org.graffiti.event with parameters of type EdgeListener Modifier and Type Method Description voidListenerManager. addAllTimeEdgeListener(EdgeListener l)Registers EdgeListener l by adding it to the list of nonstrict transaction EdgeListeners.voidListenerManager. addDelayedEdgeListener(EdgeListener l)Registers EdgeListener l by adding it to the list of strict transaction EdgeListeners.voidListenerManager. 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 interfaceValueEditComponentA generic extension of ajavax.swing.JComponentwhich allows editing of Attributes.Classes in org.graffiti.plugin.editcomponent that implement EdgeListener Modifier and Type Class Description classAbstractDialogableEditComponentAbstractDialogableEditComponentprovides some default extensions of theAbstractValueEditComponentfor those instances ofValueEditComponentwhich offer an arbitrary dialog for specifying the corresponding attribute value.classAbstractValueEditComponentThe classAbstractValueEditComponentprovides some generic implementation forValueEditComponents.classComboBoxEditComponentDisplays a combo box to let the user choose from several possibilities.classEdgeEditComponentThis class provides an edit component for selecting a single edge.classGraphComponentEditComponentThis class provides an edit component for parts of a graph.classJComponentParameterEditorclassNodeEditComponentThis class provides an edit component for selecting a single node.classNumberEditComponentNumberEditComponentprovides an abstract implementation for editing numerical attributes.classSingleGraphElementEditComponentThis class provides an edit component for graph elements.classSpinnerEditComponentAnEditComponent, displaying values in a JSpinner-manner.classStandardValueEditComponentDOCUMENT ME!classValueEditComponentAdapterProvides 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 interfaceGraphViewinterfaceViewRepresents a view of a plugin.interfaceView2DA 2D view as a graphical representation for a graph.interfaceView3DDOCUMENT ME!Classes in org.graffiti.plugin.view that implement EdgeListener Modifier and Type Class Description classAbstractViewenclosing_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 classBooleanEditComponentRepresents a component, which can edit a boolean value.classByteEditComponentRepresents a gui component, which handles byte values.classColorChooserEditComponentThis class provides an edit component for editing color attributes by offering aJColorChooser.classDoubleEditComponentRepresents a gui component, which handles double values.classEdgeArrowShapeEditComponentclassEdgeShapeEditComponentClass used to display different edge shapes.classFloatEditComponentAn edit component for editing floats.classIntegerEditComponentRepresents a GUI component, which handles integer values.classLineModeEditComponentUsed to edit the values of aDash.classLongEditComponentRepresents a gui component, which handles long values.classMultiFileSelectionEditComponentclassNodeShapeEditComponentClass used to display different node shapes.classObjectListComponentClass used to display different node shapes.classShortEditComponentRepresents a gui component, which handles short values.classStringEditComponentStringEditComponentprovides an edit component for editing strings.classTextAreaEditComponentDOCUMENT 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 classDockingAttributeEditorclassGradientFillAttributeEditorclassGraffitiViewAn implementation oforg.graffiti.plugin.view.View2D, that displays a graph.classThicknessAttributeEditor -
Uses of EdgeListener in org.graffiti.plugins.views.matrix
Classes in org.graffiti.plugins.views.matrix that implement EdgeListener Modifier and Type Class Description classMatrixViewProvides 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 classGraphConstraintCheckerThis 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 classLandmarkSliderComponentSlider component specially for selecting landmarks.classSliderComponent