Uses of Class
org.graffiti.event.AttributeEvent
| Package | Description |
|---|---|
| de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.fast_view | |
| de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.ipk_graffitiview | |
| de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.layout_control | |
| de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.layout_control.metacrop | |
| de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.layout_control.statistics | |
| de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.layout_control.workflow | |
| de.ipk_gatersleben.ag_nw.graffiti.plugins.ios.sbml | |
| org.graffiti.event |
Contains event classes and listener interfaces that are used to react to
events fired by the graph model.
|
| org.graffiti.plugin.editcomponent | |
| org.graffiti.plugin.inspector | |
| org.graffiti.plugin.view | |
| org.graffiti.plugins.inspectors.defaults | |
| org.graffiti.plugins.views.defaults | |
| org.graffiti.plugins.views.matrix | |
| org.graffiti.session |
Contains classes, which are needed for the session handling.
|
| org.graffiti.util |
Contains utility classes for frequently needed functionality.
|
-
Uses of AttributeEvent in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.fast_view
Methods in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.fast_view with parameters of type AttributeEvent Modifier and Type Method Description voidFastView. postAttributeAdded(AttributeEvent e)voidFastView. postAttributeChanged(AttributeEvent e)voidFastView. postAttributeRemoved(AttributeEvent e)voidFastView. preAttributeAdded(AttributeEvent e)voidFastView. preAttributeChanged(AttributeEvent e)voidFastView. preAttributeRemoved(AttributeEvent e) -
Uses of AttributeEvent in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.ipk_graffitiview
Methods in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.ipk_graffitiview with parameters of type AttributeEvent Modifier and Type Method Description voidNullView. postAttributeAdded(AttributeEvent e)voidIPKGraffitiView. postAttributeChanged(AttributeEvent e)voidNullView. postAttributeChanged(AttributeEvent e)voidNullView. postAttributeRemoved(AttributeEvent e)voidNullView. preAttributeAdded(AttributeEvent e)voidNullView. preAttributeChanged(AttributeEvent e)voidNullView. preAttributeRemoved(AttributeEvent e) -
Uses of AttributeEvent 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 AttributeEvent Modifier and Type Method Description voidTabPatternLayout. postAttributeAdded(AttributeEvent e)voidTabPluginControl. postAttributeAdded(AttributeEvent e)voidTabVisualisationControl. postAttributeAdded(AttributeEvent e)Deprecated.voidTabPatternLayout. postAttributeChanged(AttributeEvent e)voidTabPluginControl. postAttributeChanged(AttributeEvent e)voidTabVisualisationControl. postAttributeChanged(AttributeEvent e)Deprecated.voidTabPatternLayout. postAttributeRemoved(AttributeEvent e)voidTabPluginControl. postAttributeRemoved(AttributeEvent e)voidTabVisualisationControl. postAttributeRemoved(AttributeEvent e)Deprecated.voidTabPatternLayout. preAttributeAdded(AttributeEvent e)voidTabPluginControl. preAttributeAdded(AttributeEvent e)voidTabVisualisationControl. preAttributeAdded(AttributeEvent e)Deprecated.voidTabPatternLayout. preAttributeChanged(AttributeEvent e)voidTabPluginControl. preAttributeChanged(AttributeEvent e)voidTabVisualisationControl. preAttributeChanged(AttributeEvent e)Deprecated.voidTabPatternLayout. preAttributeRemoved(AttributeEvent e)voidTabPluginControl. preAttributeRemoved(AttributeEvent e)voidTabVisualisationControl. preAttributeRemoved(AttributeEvent e)Deprecated. -
Uses of AttributeEvent in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.layout_control.metacrop
Methods in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.layout_control.metacrop with parameters of type AttributeEvent Modifier and Type Method Description voidPathwayWebLinkTab. postAttributeAdded(AttributeEvent e)voidPathwayWebLinkTab. postAttributeChanged(AttributeEvent e)voidPathwayWebLinkTab. postAttributeRemoved(AttributeEvent e)voidPathwayWebLinkTab. preAttributeAdded(AttributeEvent e)voidPathwayWebLinkTab. preAttributeChanged(AttributeEvent e)voidPathwayWebLinkTab. preAttributeRemoved(AttributeEvent e) -
Uses of AttributeEvent in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.layout_control.statistics
Methods in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.layout_control.statistics with parameters of type AttributeEvent Modifier and Type Method Description voidTabStatistics. postAttributeAdded(AttributeEvent e)voidTabStatistics. postAttributeChanged(AttributeEvent e)voidTabStatistics. postAttributeRemoved(AttributeEvent e)voidTabStatistics. preAttributeAdded(AttributeEvent e)voidTabStatistics. preAttributeChanged(AttributeEvent e)voidTabStatistics. preAttributeRemoved(AttributeEvent e) -
Uses of AttributeEvent in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.layout_control.workflow
Methods in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.layout_control.workflow with parameters of type AttributeEvent Modifier and Type Method Description voidWorkflowHelper. postAttributeAdded(AttributeEvent e)Deprecated.voidWorkflowHelper. postAttributeChanged(AttributeEvent e)Deprecated.voidWorkflowHelper. postAttributeRemoved(AttributeEvent e)Deprecated.voidWorkflowHelper. preAttributeAdded(AttributeEvent e)Deprecated.voidWorkflowHelper. preAttributeChanged(AttributeEvent e)Deprecated.voidWorkflowHelper. preAttributeRemoved(AttributeEvent e)Deprecated. -
Uses of AttributeEvent in de.ipk_gatersleben.ag_nw.graffiti.plugins.ios.sbml
Methods in de.ipk_gatersleben.ag_nw.graffiti.plugins.ios.sbml with parameters of type AttributeEvent Modifier and Type Method Description voidKineticLawHelper. postAttributeChanged(AttributeEvent e) -
Uses of AttributeEvent in org.graffiti.event
Methods in org.graffiti.event with parameters of type AttributeEvent Modifier and Type Method Description voidAbstractAttributeListener. postAttributeAdded(AttributeEvent e)Called after an attribute has been added.voidAttributeAdapter. postAttributeAdded(AttributeEvent e)voidAttributeListener. postAttributeAdded(AttributeEvent e)Called after an attribute has been added.voidListenerManager. postAttributeAdded(AttributeEvent event)Called after an attribute has been added.voidAbstractAttributeListener. postAttributeChanged(AttributeEvent e)Called after an attribute has been changed.voidAttributeAdapter. postAttributeChanged(AttributeEvent e)voidAttributeListener. postAttributeChanged(AttributeEvent e)Called after an attribute has been changed.voidListenerManager. postAttributeChanged(AttributeEvent event)Called after an attribute has been changed.voidAbstractAttributeListener. postAttributeRemoved(AttributeEvent e)Called after an attribute has been removed.voidAttributeAdapter. postAttributeRemoved(AttributeEvent e)voidAttributeListener. postAttributeRemoved(AttributeEvent e)Called after an attribute has been removed.voidListenerManager. postAttributeRemoved(AttributeEvent event)Called after an attribute has been removed.voidAbstractAttributeListener. preAttributeAdded(AttributeEvent e)Called just before an attribute is added.voidAttributeAdapter. preAttributeAdded(AttributeEvent e)voidAttributeListener. preAttributeAdded(AttributeEvent e)Called just before an attribute is added.voidListenerManager. preAttributeAdded(AttributeEvent event)Called just before an attribute is added.voidAbstractAttributeListener. preAttributeChanged(AttributeEvent e)Called before a change of an attribute takes place.voidAttributeAdapter. preAttributeChanged(AttributeEvent e)voidAttributeListener. preAttributeChanged(AttributeEvent e)Called before a change of an attribute takes place.voidListenerManager. preAttributeChanged(AttributeEvent event)Called before a change of an attribute takes place.voidAbstractAttributeListener. preAttributeRemoved(AttributeEvent e)Called just before an attribute is removed.voidAttributeAdapter. preAttributeRemoved(AttributeEvent e)voidAttributeListener. preAttributeRemoved(AttributeEvent e)Called just before an attribute is removed.voidListenerManager. preAttributeRemoved(AttributeEvent event)Called just before an attribute is removed. -
Uses of AttributeEvent in org.graffiti.plugin.editcomponent
Methods in org.graffiti.plugin.editcomponent with parameters of type AttributeEvent Modifier and Type Method Description voidGraphComponentEditComponent. postAttributeAdded(AttributeEvent e)Called after an attribute as been added.voidJComponentParameterEditor. postAttributeAdded(AttributeEvent e)voidValueEditComponentAdapter. postAttributeAdded(AttributeEvent e)Called after an attribute has been added.voidAbstractValueEditComponent. postAttributeChanged(AttributeEvent e)Called after a change of an displayable took place.voidGraphComponentEditComponent. postAttributeChanged(AttributeEvent e)Called after a change of an attribute took place.voidJComponentParameterEditor. postAttributeChanged(AttributeEvent e)voidValueEditComponentAdapter. postAttributeChanged(AttributeEvent e)Called after an attribute has been changed.voidGraphComponentEditComponent. postAttributeRemoved(AttributeEvent e)Called just before an attribute is removed.voidJComponentParameterEditor. postAttributeRemoved(AttributeEvent e)voidValueEditComponentAdapter. postAttributeRemoved(AttributeEvent e)Called after an attribute has been removed.voidGraphComponentEditComponent. preAttributeAdded(AttributeEvent e)Called just before an attribute is added.voidJComponentParameterEditor. preAttributeAdded(AttributeEvent e)voidValueEditComponentAdapter. preAttributeAdded(AttributeEvent e)Called just before an attribute is added.voidAbstractValueEditComponent. preAttributeChanged(AttributeEvent e)Called before a change of an displayable takes place.voidGraphComponentEditComponent. preAttributeChanged(AttributeEvent e)Called before a change of an attribute takes place.voidJComponentParameterEditor. preAttributeChanged(AttributeEvent e)voidValueEditComponentAdapter. preAttributeChanged(AttributeEvent e)Called before a change of an attribute takes place.voidGraphComponentEditComponent. preAttributeRemoved(AttributeEvent e)Called just before an attribute is removed.voidJComponentParameterEditor. preAttributeRemoved(AttributeEvent e)voidValueEditComponentAdapter. preAttributeRemoved(AttributeEvent e)Called just before an attribute is removed. -
Uses of AttributeEvent in org.graffiti.plugin.inspector
Methods in org.graffiti.plugin.inspector with parameters of type AttributeEvent Modifier and Type Method Description voidSubtabHostTab. postAttributeAdded(AttributeEvent e)voidSubtabHostTab. postAttributeChanged(AttributeEvent e)voidSubtabHostTab. postAttributeRemoved(AttributeEvent e)voidSubtabHostTab. preAttributeAdded(AttributeEvent e)voidSubtabHostTab. preAttributeChanged(AttributeEvent e)voidSubtabHostTab. preAttributeRemoved(AttributeEvent e) -
Uses of AttributeEvent in org.graffiti.plugin.view
Methods in org.graffiti.plugin.view with parameters of type AttributeEvent Modifier and Type Method Description voidAbstractView. postAttributeAdded(AttributeEvent e)Called after an attribute has been added.voidAbstractView. postAttributeChanged(AttributeEvent e)Called after an attribute has been changed.voidAbstractView. postAttributeRemoved(AttributeEvent e)Called after an attribute has been removed.voidAbstractView. preAttributeAdded(AttributeEvent e)Called just before an attribute is added.voidAbstractView. preAttributeChanged(AttributeEvent e)Called before a change of an attribute takes place.voidAbstractView. preAttributeRemoved(AttributeEvent e)Called just before an attribute is removed. -
Uses of AttributeEvent in org.graffiti.plugins.inspectors.defaults
Methods in org.graffiti.plugins.inspectors.defaults with parameters of type AttributeEvent Modifier and Type Method Description voidAbstractTab. postAttributeAdded(AttributeEvent e)Called after an attribute has been added.voidAbstractTab. postAttributeChanged(AttributeEvent e)Called after an attribute has been changed.voidGraphTab. postAttributeChanged(AttributeEvent e)If the path to the changed attribute is ".directed", then the directed property of the graph (attributable of the attribute) is updated.voidAbstractTab. postAttributeRemoved(AttributeEvent e)Called after an attribute has been removed.voidAbstractTab. preAttributeAdded(AttributeEvent e)Called just before an attribute is added.voidAbstractTab. preAttributeChanged(AttributeEvent e)Called before a change of an attribute takes place.voidAbstractTab. preAttributeRemoved(AttributeEvent e)Called just before an attribute is removed. -
Uses of AttributeEvent in org.graffiti.plugins.views.defaults
Methods in org.graffiti.plugins.views.defaults with parameters of type AttributeEvent Modifier and Type Method Description voidGraffitiView. postAttributeAdded(AttributeEvent e)Called after an attribute has been added.voidGraffitiView. postAttributeChanged(AttributeEvent e)Called after an attribute has been changed.voidGraffitiView. postAttributeRemoved(AttributeEvent e)Called after an attribute has been removed. -
Uses of AttributeEvent in org.graffiti.plugins.views.matrix
Methods in org.graffiti.plugins.views.matrix with parameters of type AttributeEvent Modifier and Type Method Description voidMatrixView. postAttributeAdded(AttributeEvent e)voidMatrixView. postAttributeChanged(AttributeEvent e)voidMatrixView. postAttributeRemoved(AttributeEvent e)voidMatrixView. preAttributeAdded(AttributeEvent e)voidMatrixView. preAttributeChanged(AttributeEvent e)voidMatrixView. preAttributeRemoved(AttributeEvent e) -
Uses of AttributeEvent in org.graffiti.session
Methods in org.graffiti.session with parameters of type AttributeEvent Modifier and Type Method Description voidGraphConstraintChecker. postAttributeAdded(AttributeEvent e)Called after an attribute has been added.voidGraphConstraintChecker. postAttributeChanged(AttributeEvent e)Called after an attribute has been changed.voidGraphConstraintChecker. postAttributeRemoved(AttributeEvent e)Called after an attribute has been removed.voidGraphConstraintChecker. preAttributeAdded(AttributeEvent e)Called just before an attribute is added.voidGraphConstraintChecker. preAttributeChanged(AttributeEvent e)Called before a change of an attribute takes place.voidGraphConstraintChecker. preAttributeRemoved(AttributeEvent e)Called just before an attribute is removed. -
Uses of AttributeEvent in org.graffiti.util
Methods in org.graffiti.util with parameters of type AttributeEvent Modifier and Type Method Description voidDelayThread.DelayedCallback. call(AttributeEvent e)voidDelayThread. setAttributeEvent(AttributeEvent e)