Uses of Interface
se.conciliate.extensions.store.MTRevisionOperation
Packages that use MTRevisionOperation
Package
Description
Provides a means to create, retrieve, update and delete all different
persistently stored objects.
Provides different widgets that can be used in the modeling tool UI.
-
Uses of MTRevisionOperation in se.conciliate.extensions.store
Methods in se.conciliate.extensions.store that return MTRevisionOperationModifier and TypeMethodDescriptionMTModel.changeRevision()
Prepares for a change to the current revision of the model, i.e.MTSymbol.changeRevision()
Prepares for a change to the current revision of the symbol, i.e.MTModel.createRevision()
Prepares for creating a new revision of the model.MTSymbol.createRevision()
Prepares for creating a new revision of the symbol.MTModel.lockRevision()
Prepares for locking the current revision of the model.MTSymbol.lockRevision()
Prepares for locking the current revision of the symbol.MTModel.revertToRevision
(MTRevisionInfo rev) Prepares for reverting to an earlier revision of the model.MTSymbol.revertToRevision
(MTRevisionInfo rev) Prepares for reverting to an earlier revision of the symbol. -
Uses of MTRevisionOperation in se.conciliate.extensions.ui.widgets
Methods in se.conciliate.extensions.ui.widgets with parameters of type MTRevisionOperationModifier and TypeMethodDescriptionWidgetFactory.createRevisionOperationWidget
(Window parent, boolean modal, MTRevisionOperation op) Creates a new JDialog that lets the user perform a revision operation.