Uses of Class
com.luciad.gui.TLcdCompositeUndoable
-
Uses of TLcdCompositeUndoable in com.luciad.view.gxy.controller
Modifier and TypeMethodDescriptionprotected TLcdCompositeUndoable
TLcdGXYEditController.createCompositeUndoable()
Deprecated.Creates the composite undoable that will wrap all undoables generated by the usedILcdGXYEditors
.protected TLcdCompositeUndoable
TLcdGXYEditControllerModel2.createCompositeUndoable()
Deprecated.protected TLcdCompositeUndoable
TLcdGXYEditController.createSingleObjectUndoable
(Object aDomainObject, ILcdGXYLayer aGXYLayer) Deprecated.Creates the composite undoable that will wrap all the undoables generated by a singleILcdGXYEditor
for a single domain object.protected TLcdCompositeUndoable
TLcdGXYEditControllerModel2.createSingleObjectUndoable
(Object aDomainObject, ILcdGXYLayer aLayer, ILcdGXYView aGXYView, Point aFrom, Point aTo, MouseEvent aMouseEvent, int aEditHow, int aEditWhat, ILcdGXYLayerSubsetList aEditingCandidates) Creates the composite undoable that will wrap all the undoables generated by a singleILcdGXYEditor
for a single domain object.protected TLcdCompositeUndoable
TLcdGXYMultiPointEditControllerModel.createSingleObjectUndoable
(Object aDomainObject, ILcdGXYLayer aLayer, ILcdGXYView aGXYView, List<Point> aFrom, List<Point> aTo, int aEditHow, int aEditWhat, ILcdGXYLayerSubsetList aEditingCandidates) Creates the composite undoable that will wrap all the undoables generated by a singleILcdGXYEditor
for a single domain object.protected TLcdCompositeUndoable
TLcdGXYEditControllerModel2.createTotalOperationUndoable
(ILcdGXYView aGXYView, Point aFrom, Point aTo, MouseEvent aMouseEvent, int aEditHow, int aEditWhat, ILcdGXYLayerSubsetList aEditingCandidates) Creates the composite undoable that will wrap all undoables generated by all the underlying editors for all the edited domain objects.protected TLcdCompositeUndoable
TLcdGXYMultiPointEditControllerModel.createTotalOperationUndoable
(ILcdGXYView aGXYView, List<Point> aFrom, List<Point> aTo, int aEditHow, int aEditWhat, ILcdGXYLayerSubsetList aEditingCandidates) Creates the composite undoable that will wrap all undoables generated by all the underlying editors for all the edited domain objects.
TLcdGXYEditControllerModel2.createTotalOperationUndoable(com.luciad.view.gxy.ILcdGXYView, java.awt.Point, java.awt.Point, java.awt.event.MouseEvent, int, int, com.luciad.view.gxy.ILcdGXYLayerSubsetList)
.