Class ChartElementChangeBoundsTask
java.lang.Object
com._1c.g5.v8.bm.integration.AbstractBmTask<Void>
com._1c.g5.v8.dt.form.ui.internal.chart.editor.ChartElementChangeBoundsTask
Bm task for changing bounds of chart elements.
-
Constructor Summary
ConstructorsConstructorDescriptionChartElementChangeBoundsTask
(AnyChartElement chartElement, DoubleRect newBounds) Creates new bm task to change chart bounds. -
Method Summary
Modifier and TypeMethodDescriptionexecute
(IBmTransaction transaction, org.eclipse.core.runtime.IProgressMonitor monitor) The method called by the task executor with an active transaction.Methods inherited from class com._1c.g5.v8.bm.integration.AbstractBmTask
getId, getName, getServiceId
-
Constructor Details
-
ChartElementChangeBoundsTask
Creates new bm task to change chart bounds.- Parameters:
chartElement
- the chart element to be changed, cannot benull
newBounds
- the new bounds, cannot benull
-
-
Method Details
-
execute
Description copied from interface:IBmTask
The method called by the task executor with an active transaction. The method code must not commit or rollback the transaction.
If the task is not supposed to return a result, then it may be parameterized with
Void
and return null.- Parameters:
transaction
- The active transaction. May not benull
.monitor
- The monitor to indicate the progress. May not benull
.- Returns:
- execution result, may be
null
.
-