Uses of Class
org.graffiti.event.TransactionEvent
| 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.gui.navigation | |
| org.graffiti.editor |
Contains classes for the famous graffiti editor.
|
| 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.
|
-
Uses of TransactionEvent 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 TransactionEvent Modifier and Type Method Description voidFastView. transactionFinished(TransactionEvent e, BackgroundTaskStatusProviderSupportingExternalCall status)voidFastView. transactionStarted(TransactionEvent e) -
Uses of TransactionEvent 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 TransactionEvent Modifier and Type Method Description voidIPKGraffitiView. transactionFinished(TransactionEvent event, BackgroundTaskStatusProviderSupportingExternalCall status)voidNullView. transactionFinished(TransactionEvent e, BackgroundTaskStatusProviderSupportingExternalCall s)voidNullView. transactionStarted(TransactionEvent e) -
Uses of TransactionEvent 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 TransactionEvent Modifier and Type Method Description voidTabPatternLayout. transactionFinished(TransactionEvent e)voidTabPluginControl. transactionFinished(TransactionEvent e)voidTabVisualisationControl. transactionFinished(TransactionEvent e)Deprecated.voidTabPatternLayout. transactionStarted(TransactionEvent e)voidTabPluginControl. transactionStarted(TransactionEvent e)voidTabVisualisationControl. transactionStarted(TransactionEvent e)Deprecated. -
Uses of TransactionEvent 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 TransactionEvent Modifier and Type Method Description voidPathwayWebLinkTab. transactionFinished(TransactionEvent e)voidPathwayWebLinkTab. transactionStarted(TransactionEvent e) -
Uses of TransactionEvent 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 TransactionEvent Modifier and Type Method Description voidTabStatistics. transactionFinished(TransactionEvent e)voidTabStatistics. transactionStarted(TransactionEvent e) -
Uses of TransactionEvent 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 TransactionEvent Modifier and Type Method Description voidWorkflowHelper. transactionFinished(TransactionEvent e)Deprecated.voidWorkflowHelper. transactionStarted(TransactionEvent e)Deprecated. -
Uses of TransactionEvent in org.graffiti.editor
Methods in org.graffiti.editor with parameters of type TransactionEvent Modifier and Type Method Description voidStatusBar. transactionFinished(TransactionEvent e, BackgroundTaskStatusProviderSupportingExternalCall status)voidStatusBar. transactionStarted(TransactionEvent e) -
Uses of TransactionEvent in org.graffiti.event
Methods in org.graffiti.event with parameters of type TransactionEvent Modifier and Type Method Description voidAbstractAttributeListener. transactionFinished(TransactionEvent e)Called after a transaction has been finished.voidAbstractAttributeListener. transactionFinished(TransactionEvent e, BackgroundTaskStatusProviderSupportingExternalCall status)voidAbstractEdgeListener. transactionFinished(TransactionEvent e)Called after a transaction has been finished.voidAbstractGraphListener. transactionFinished(TransactionEvent e)Called after a transaction has been finished.voidAbstractNodeListener. transactionFinished(TransactionEvent e)Called after a transaction has been finished.voidAttributeAdapter. transactionFinished(TransactionEvent e, BackgroundTaskStatusProviderSupportingExternalCall status)voidEdgeAdapter. transactionFinished(TransactionEvent e, BackgroundTaskStatusProviderSupportingExternalCall status)voidGraphAdapter. transactionFinished(TransactionEvent e, BackgroundTaskStatusProviderSupportingExternalCall status)voidNodeAdapter. transactionFinished(TransactionEvent e, BackgroundTaskStatusProviderSupportingExternalCall status)voidTransactionAdapter. transactionFinished(TransactionEvent e, BackgroundTaskStatusProviderSupportingExternalCall status)voidTransactionListener. transactionFinished(TransactionEvent e, BackgroundTaskStatusProviderSupportingExternalCall status)Called when a transaction has stopped.voidAbstractAttributeListener. transactionStarted(TransactionEvent e)Called after a transaction has been started.voidAbstractEdgeListener. transactionStarted(TransactionEvent e)Called after a transaction has been started.voidAbstractGraphListener. transactionStarted(TransactionEvent e)Called before a transaction has been started.voidAbstractNodeListener. transactionStarted(TransactionEvent e)Called after a transaction has been started.voidAttributeAdapter. transactionStarted(TransactionEvent e)voidEdgeAdapter. transactionStarted(TransactionEvent e)voidGraphAdapter. transactionStarted(TransactionEvent e)voidNodeAdapter. transactionStarted(TransactionEvent e)voidTransactionAdapter. transactionStarted(TransactionEvent e)voidTransactionListener. transactionStarted(TransactionEvent e)Called when a transaction has started. -
Uses of TransactionEvent in org.graffiti.plugin.editcomponent
Methods in org.graffiti.plugin.editcomponent with parameters of type TransactionEvent Modifier and Type Method Description voidGraphComponentEditComponent. transactionFinished(TransactionEvent t, BackgroundTaskStatusProviderSupportingExternalCall status)Called if a transaction got finished.voidJComponentParameterEditor. transactionFinished(TransactionEvent e, BackgroundTaskStatusProviderSupportingExternalCall status)voidValueEditComponentAdapter. transactionFinished(TransactionEvent t, BackgroundTaskStatusProviderSupportingExternalCall status)Called if a transaction got finished.voidGraphComponentEditComponent. transactionStarted(TransactionEvent t)Called if a transaction got started.voidJComponentParameterEditor. transactionStarted(TransactionEvent e)voidValueEditComponentAdapter. transactionStarted(TransactionEvent t)Called if a transaction got started. -
Uses of TransactionEvent in org.graffiti.plugin.inspector
Methods in org.graffiti.plugin.inspector with parameters of type TransactionEvent Modifier and Type Method Description voidSubtabHostTab. transactionFinished(TransactionEvent e, BackgroundTaskStatusProviderSupportingExternalCall status)voidSubtabHostTab. transactionStarted(TransactionEvent e) -
Uses of TransactionEvent in org.graffiti.plugin.view
Methods in org.graffiti.plugin.view with parameters of type TransactionEvent Modifier and Type Method Description voidAbstractView. transactionFinished(TransactionEvent e, BackgroundTaskStatusProviderSupportingExternalCall status)Called when a transaction has stopped.voidAbstractView. transactionStarted(TransactionEvent e)Called when a transaction has started. -
Uses of TransactionEvent in org.graffiti.plugins.inspectors.defaults
Methods in org.graffiti.plugins.inspectors.defaults with parameters of type TransactionEvent Modifier and Type Method Description voidAbstractTab. transactionFinished(TransactionEvent e, BackgroundTaskStatusProviderSupportingExternalCall status)voidAbstractTab. transactionStarted(TransactionEvent e) -
Uses of TransactionEvent in org.graffiti.plugins.views.defaults
Methods in org.graffiti.plugins.views.defaults with parameters of type TransactionEvent Modifier and Type Method Description voidGraffitiView. transactionFinished(TransactionEvent event, BackgroundTaskStatusProviderSupportingExternalCall status)Called when a transaction has stopped.voidGraffitiView. transactionStarted(TransactionEvent e) -
Uses of TransactionEvent in org.graffiti.plugins.views.matrix
Methods in org.graffiti.plugins.views.matrix with parameters of type TransactionEvent Modifier and Type Method Description voidMatrixModel. transactionFinished(TransactionEvent e, BackgroundTaskStatusProviderSupportingExternalCall status)voidMatrixView. transactionFinished(TransactionEvent e, BackgroundTaskStatusProviderSupportingExternalCall status)voidMatrixModel. transactionStarted(TransactionEvent e)voidMatrixView. transactionStarted(TransactionEvent e) -
Uses of TransactionEvent in org.graffiti.session
Methods in org.graffiti.session with parameters of type TransactionEvent Modifier and Type Method Description voidGraphConstraintChecker. transactionFinished(TransactionEvent e, BackgroundTaskStatusProviderSupportingExternalCall status)Called when a transaction has stopped.voidGraphConstraintChecker. transactionStarted(TransactionEvent e)Called when a transaction has started.