Uses of Interface
org.graffiti.event.AttributeListener
-
Uses of AttributeListener 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 AttributeListener Modifier and Type Class Description classChartColorAttributeEditorclassLineModeAttributeEditor -
Uses of AttributeListener 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 AttributeListener Modifier and Type Class Description classChartAttributeEditorclassChartsColumnAttributeEditor -
Uses of AttributeListener 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 AttributeListener Modifier and Type Class Description classClusterColorAttributeEditor -
Uses of AttributeListener 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 AttributeListener Modifier and Type Class Description classCompoundImageAttributeEditorclassCompoundImagePositionAttributeEditor -
Uses of AttributeListener 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 AttributeListener Modifier and Type Class Description classLabelFontAttributeEditor -
Uses of AttributeListener 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 AttributeListener Modifier and Type Class Description classLabelStyleAttributeEditor -
Uses of AttributeListener 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 AttributeListener Modifier and Type Class Description classFontAttributeEditor -
Uses of AttributeListener 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 AttributeListener Modifier and Type Class Description classKeggGroupPartAttributeEditorclassKeggReactionIdAttributeEditorclassKeggReactionTypeAttributeEditorclassKeggRelationSubTypeAttributeEditorclassKeggRelationTypeAttributeEditorclassKeggTypeAttributeEditor -
Uses of AttributeListener 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 AttributeListener Modifier and Type Class Description classLabelAlignmentAttributeEditor -
Uses of AttributeListener 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 AttributeListener Modifier and Type Class Description classURLAttributeEditor -
Uses of AttributeListener 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 AttributeListener Modifier and Type Class Description classXMLAttributeEditor -
Uses of AttributeListener 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 AttributeListener Modifier and Type Class Description classArrowShapeEditComponentClass used to display different node shapes.classEnhDoubleEditComponentRepresents a gui component, which handles double values. -
Uses of AttributeListener 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 AttributeListener Modifier and Type Class Description classFastView -
Uses of AttributeListener 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 AttributeListener 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 AttributeListener in de.ipk_gatersleben.ag_nw.graffiti.plugins.ios.sbml
Classes in de.ipk_gatersleben.ag_nw.graffiti.plugins.ios.sbml that implement AttributeListener Modifier and Type Class Description classKineticLawHelper -
Uses of AttributeListener 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 AttributeListener Modifier and Type Class Description classNodePathwayLinkVisualizationAttributeEditor -
Uses of AttributeListener in org.graffiti.event
Classes in org.graffiti.event that implement AttributeListener Modifier and Type Class Description classAbstractAttributeListenerAn abstract adapter class for receiving attribute events.classAttributeAdapterAdapter for the AttributeListener interface, providing default empty implementation.Methods in org.graffiti.event with parameters of type AttributeListener Modifier and Type Method Description voidListenerManager. addAllTimeAttributeListener(AttributeListener l)Registers AttributeListener l by adding it to the list of nonstrict and strict transaction AttributeListeners.voidListenerManager. addDelayedAttributeListener(AttributeListener l)Registers AttributeListener l by adding it to the list of strict transaction AttributeListeners.voidListenerManager. removeAttributeListener(AttributeListener l)Unregisters AttributeListener l by removing it from the list of AttributeListeners. -
Uses of AttributeListener in org.graffiti.plugin.editcomponent
Subinterfaces of AttributeListener 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 AttributeListener 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 AttributeListener in org.graffiti.plugin.view
Subinterfaces of AttributeListener 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 AttributeListener Modifier and Type Class Description classAbstractViewenclosing_type -
Uses of AttributeListener in org.graffiti.plugins.editcomponents.defaults
Classes in org.graffiti.plugins.editcomponents.defaults that implement AttributeListener 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 AttributeListener in org.graffiti.plugins.inspectors.defaults
Classes in org.graffiti.plugins.inspectors.defaults that implement AttributeListener Modifier and Type Class Description classAbstractTabRepresents an inspector tab.classEdgeTabRepresents a tabulator in the inspector, which handles the properties of edges.classGraphTabRepresents the tab, which contains the functionality to edit the attributes of the current graph object.classNodeTabRepresents the tab of the inspector, which edits the properties of a node. -
Uses of AttributeListener in org.graffiti.plugins.views.defaults
Classes in org.graffiti.plugins.views.defaults that implement AttributeListener Modifier and Type Class Description classDockingAttributeEditorclassGradientFillAttributeEditorclassGraffitiViewAn implementation oforg.graffiti.plugin.view.View2D, that displays a graph.classThicknessAttributeEditor -
Uses of AttributeListener in org.graffiti.plugins.views.matrix
Classes in org.graffiti.plugins.views.matrix that implement AttributeListener Modifier and Type Class Description classMatrixViewProvides a matrix view for the given graph. -
Uses of AttributeListener in org.graffiti.session
Classes in org.graffiti.session that implement AttributeListener Modifier and Type Class Description classGraphConstraintCheckerThis class checks constraints on the graph. -
Uses of AttributeListener in org.vanted.plugins.layout.stressminimization.parameters
Classes in org.vanted.plugins.layout.stressminimization.parameters that implement AttributeListener Modifier and Type Class Description classLandmarkSliderComponentSlider component specially for selecting landmarks.classSliderComponent