Uses of Class
com.luciad.gui.TLcdCompositeUndoable
Packages that use TLcdCompositeUndoable
-
Uses of TLcdCompositeUndoable in com.luciad.view.gxy.controller
Methods in com.luciad.view.gxy.controller that return TLcdCompositeUndoableModifier and TypeMethodDescriptionprotected TLcdCompositeUndoableTLcdGXYEditController.createCompositeUndoable()Deprecated.Creates the composite undoable that will wrap all undoables generated by the usedILcdGXYEditors.protected TLcdCompositeUndoableTLcdGXYEditControllerModel2.createCompositeUndoable()Deprecated.protected TLcdCompositeUndoableTLcdGXYEditController.createSingleObjectUndoable(Object aDomainObject, ILcdGXYLayer aGXYLayer) Deprecated.Creates the composite undoable that will wrap all the undoables generated by a singleILcdGXYEditorfor a single domain object.protected TLcdCompositeUndoableTLcdGXYEditControllerModel2.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 singleILcdGXYEditorfor a single domain object.protected TLcdCompositeUndoableTLcdGXYMultiPointEditControllerModel.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 singleILcdGXYEditorfor a single domain object.protected TLcdCompositeUndoableTLcdGXYEditControllerModel2.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 TLcdCompositeUndoableTLcdGXYMultiPointEditControllerModel.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).