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 void
FastView. transactionFinished(TransactionEvent e, BackgroundTaskStatusProviderSupportingExternalCall status)
void
FastView. 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 void
IPKGraffitiView. transactionFinished(TransactionEvent event, BackgroundTaskStatusProviderSupportingExternalCall status)
void
NullView. transactionFinished(TransactionEvent e, BackgroundTaskStatusProviderSupportingExternalCall s)
void
NullView. 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 void
TabPatternLayout. transactionFinished(TransactionEvent e)
void
TabPluginControl. transactionFinished(TransactionEvent e)
void
TabVisualisationControl. transactionFinished(TransactionEvent e)
Deprecated.void
TabPatternLayout. transactionStarted(TransactionEvent e)
void
TabPluginControl. transactionStarted(TransactionEvent e)
void
TabVisualisationControl. 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 void
PathwayWebLinkTab. transactionFinished(TransactionEvent e)
void
PathwayWebLinkTab. 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 void
TabStatistics. transactionFinished(TransactionEvent e)
void
TabStatistics. 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 void
WorkflowHelper. transactionFinished(TransactionEvent e)
Deprecated.void
WorkflowHelper. 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 void
StatusBar. transactionFinished(TransactionEvent e, BackgroundTaskStatusProviderSupportingExternalCall status)
void
StatusBar. 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 void
AbstractAttributeListener. transactionFinished(TransactionEvent e)
Called after a transaction has been finished.void
AbstractAttributeListener. transactionFinished(TransactionEvent e, BackgroundTaskStatusProviderSupportingExternalCall status)
void
AbstractEdgeListener. transactionFinished(TransactionEvent e)
Called after a transaction has been finished.void
AbstractGraphListener. transactionFinished(TransactionEvent e)
Called after a transaction has been finished.void
AbstractNodeListener. transactionFinished(TransactionEvent e)
Called after a transaction has been finished.void
AttributeAdapter. transactionFinished(TransactionEvent e, BackgroundTaskStatusProviderSupportingExternalCall status)
void
EdgeAdapter. transactionFinished(TransactionEvent e, BackgroundTaskStatusProviderSupportingExternalCall status)
void
GraphAdapter. transactionFinished(TransactionEvent e, BackgroundTaskStatusProviderSupportingExternalCall status)
void
NodeAdapter. transactionFinished(TransactionEvent e, BackgroundTaskStatusProviderSupportingExternalCall status)
void
TransactionAdapter. transactionFinished(TransactionEvent e, BackgroundTaskStatusProviderSupportingExternalCall status)
void
TransactionListener. transactionFinished(TransactionEvent e, BackgroundTaskStatusProviderSupportingExternalCall status)
Called when a transaction has stopped.void
AbstractAttributeListener. transactionStarted(TransactionEvent e)
Called after a transaction has been started.void
AbstractEdgeListener. transactionStarted(TransactionEvent e)
Called after a transaction has been started.void
AbstractGraphListener. transactionStarted(TransactionEvent e)
Called before a transaction has been started.void
AbstractNodeListener. transactionStarted(TransactionEvent e)
Called after a transaction has been started.void
AttributeAdapter. transactionStarted(TransactionEvent e)
void
EdgeAdapter. transactionStarted(TransactionEvent e)
void
GraphAdapter. transactionStarted(TransactionEvent e)
void
NodeAdapter. transactionStarted(TransactionEvent e)
void
TransactionAdapter. transactionStarted(TransactionEvent e)
void
TransactionListener. 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 void
GraphComponentEditComponent. transactionFinished(TransactionEvent t, BackgroundTaskStatusProviderSupportingExternalCall status)
Called if a transaction got finished.void
JComponentParameterEditor. transactionFinished(TransactionEvent e, BackgroundTaskStatusProviderSupportingExternalCall status)
void
ValueEditComponentAdapter. transactionFinished(TransactionEvent t, BackgroundTaskStatusProviderSupportingExternalCall status)
Called if a transaction got finished.void
GraphComponentEditComponent. transactionStarted(TransactionEvent t)
Called if a transaction got started.void
JComponentParameterEditor. transactionStarted(TransactionEvent e)
void
ValueEditComponentAdapter. 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 void
SubtabHostTab. transactionFinished(TransactionEvent e, BackgroundTaskStatusProviderSupportingExternalCall status)
void
SubtabHostTab. 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 void
AbstractView. transactionFinished(TransactionEvent e, BackgroundTaskStatusProviderSupportingExternalCall status)
Called when a transaction has stopped.void
AbstractView. 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 void
AbstractTab. transactionFinished(TransactionEvent e, BackgroundTaskStatusProviderSupportingExternalCall status)
void
AbstractTab. 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 void
GraffitiView. transactionFinished(TransactionEvent event, BackgroundTaskStatusProviderSupportingExternalCall status)
Called when a transaction has stopped.void
GraffitiView. 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 void
MatrixModel. transactionFinished(TransactionEvent e, BackgroundTaskStatusProviderSupportingExternalCall status)
void
MatrixView. transactionFinished(TransactionEvent e, BackgroundTaskStatusProviderSupportingExternalCall status)
void
MatrixModel. transactionStarted(TransactionEvent e)
void
MatrixView. 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 void
GraphConstraintChecker. transactionFinished(TransactionEvent e, BackgroundTaskStatusProviderSupportingExternalCall status)
Called when a transaction has stopped.void
GraphConstraintChecker. transactionStarted(TransactionEvent e)
Called when a transaction has started.