Uses of Interface
com.luciad.gui.ILcdUndoable
Packages that use ILcdUndoable
Package
Description
GUI aspects independent of any chosen windows API.
Contains classes to enable the exchange of model objects from one layer to another.
Contains classes to create user-interface components for displaying and modifying the properties
of objects.
Provides actions that have a relationship with a map.
General aspects of views.
Provides two-dimensional views and components supporting the visualization of the former's representation.
Controllers for 2D views.
Provides controllers for the manipulation of domain objects in a view.
Provides support for interactive editing of domain objects in a model.
Classes that describe edit handle results and edit operations.
-
Uses of ILcdUndoable in com.luciad.gui
Classes in com.luciad.gui that implement ILcdUndoableModifier and TypeClassDescriptionclassclassImplementation ofILcdUndoablethat is composed of several otherILcdUndoables.Methods in com.luciad.gui that return ILcdUndoableModifier and TypeMethodDescriptionTLcdUndoManager.getCurrentRedo()Returns theILcdUndoablethat will be triggered upon the next redo.TLcdUndoManager.getCurrentUndo()Returns theILcdUndoablethat will be triggered upon the next undo.TLcdUndoableEvent.getUndoable()Returns theILcdUndoablethat represents the undoable operation.Methods in com.luciad.gui with parameters of type ILcdUndoableModifier and TypeMethodDescriptionbooleanALcdUndoable.addUndoable(ILcdUndoable aUndoable) This default implementation does nothing withaUndoableand returnsfalse.booleanILcdUndoable.addUndoable(ILcdUndoable aUndoable) Adds aUndoable to thisILcdUndoable.booleanTLcdCompositeUndoable.addUndoable(ILcdUndoable aUndoable) Adds the givenILcdUndoableto this composite undoable.voidTLcdUndoManager.addUndoable(ILcdUndoable aUndoable) Adds an ILcdUndoable to this undo manager.voidTLcdUndoSupport.fireUndoableHappened(ILcdUndoable aUndoable) Notify all listeners in the list thataUndoablehas happened.Constructors in com.luciad.gui with parameters of type ILcdUndoableModifierConstructorDescriptionTLcdUndoableEvent(Object source, ILcdUndoable aUndoable) Constructs a newTLcdUndoableEvent. -
Uses of ILcdUndoable in com.luciad.lucy.datatransfer
Methods in com.luciad.lucy.datatransfer with parameters of type ILcdUndoableModifier and TypeMethodDescriptionprotected final voidALcyDefaultLayerSelectionTransferHandler.fireUndoableHappened(ILcdUndoable aUndoable) protected voidALcyLayerSelectionTransferHandler.fireUndoableHappened(ILcdUndoable aUndoable) Notify all attached listeners ofaUndoable. -
Uses of ILcdUndoable in com.luciad.lucy.gui.customizer
Methods in com.luciad.lucy.gui.customizer with parameters of type ILcdUndoableModifier and TypeMethodDescriptionprotected final voidALcyCustomizerPanel.fireUndoableHappened(ILcdUndoable aUndoable) Fires the givenILcdUndoableto all associatedILcdUndoableListeners.protected voidTLcyCompositeCustomizerPanel.fireUndoableHappened(ILcdUndoable aUndoable) Fires the givenILcdUndoableto all associatedILcdUndoableListeners.protected voidTLcyCompositeCustomizerTabbedPane.fireUndoableHappened(ILcdUndoable aUndoable) Fires the givenILcdUndoableto all associatedILcdUndoableListeners. -
Uses of ILcdUndoable in com.luciad.lucy.map.action
Methods in com.luciad.lucy.map.action with parameters of type ILcdUndoableModifier and TypeMethodDescriptionprotected voidALcyCreateLayersAction.fireUndoableHappened(ILcdUndoable aUndoable) Fires the givenILcdUndoableto the associated listeners.protected final voidALcyObjectSelectionAction.fireUndoableHappened(ILcdUndoable aUndoable) Deprecated.Fires the givenILcdUndoableto all associatedILcdUndoableListeners. -
Uses of ILcdUndoable in com.luciad.view
Methods in com.luciad.view with parameters of type ILcdUndoableModifier and TypeMethodDescriptionprotected final voidALcdObjectSelectionAction.fireUndoableHappened(ILcdUndoable aUndoable) Fires the givenILcdUndoableto all associatedILcdUndoableListeners. -
Uses of ILcdUndoable in com.luciad.view.gxy
Methods in com.luciad.view.gxy with parameters of type ILcdUndoableModifier and TypeMethodDescriptionprotected voidTLcdGXYViewPanAction.fireUndoableHappened(ILcdUndoable aUndoable) protected voidTLcdGXYViewZoomAction.fireUndoableHappened(ILcdUndoable aUndoable) -
Uses of ILcdUndoable in com.luciad.view.gxy.controller
Methods in com.luciad.view.gxy.controller that return ILcdUndoableModifier and TypeMethodDescriptionprotected ILcdUndoableALcdGXYNewControllerModel2.createCommitUndoable(Object aObject, int aEditCount, Graphics aGraphics, MouseEvent aMouseEvent, ILcdGXYLayerSubsetList aSnappables, ILcdGXYContext aContext) Creates a newILcdUndoablefor committing the given object.Methods in com.luciad.view.gxy.controller with parameters of type ILcdUndoableModifier and TypeMethodDescriptionprotected voidALcdGXYNewControllerModel2.fireUndoableHappened(ILcdUndoable aUndoable) Notifies all undoable listeners thataUndoablehas happened.protected voidTLcdGXYZoomWheelController.fireUndoableHappened(ILcdUndoable aUndoable) -
Uses of ILcdUndoable in com.luciad.view.lightspeed.controller.manipulation
Methods in com.luciad.view.lightspeed.controller.manipulation with parameters of type ILcdUndoableModifier and TypeMethodDescriptionprotected voidTLspCreateController.fireUndoableHappened(ILcdUndoable aUndoable) Notify all listeners in that an undoable has happened. -
Uses of ILcdUndoable in com.luciad.view.lightspeed.editor
Methods in com.luciad.view.lightspeed.editor with parameters of type ILcdUndoableModifier and TypeMethodDescriptionprotected voidALspEditor.fireUndoableHappened(ILcdUndoable aUndoable) Notifies the registered listeners that an undoable has happened. -
Uses of ILcdUndoable in com.luciad.view.lightspeed.editor.operation
Methods in com.luciad.view.lightspeed.editor.operation that return ILcdUndoableModifier and TypeMethodDescriptionTLspEditOperationResult.getUndoable()Returns an undoable (or null if the edit operation didn't result in an undoable operation)Constructors in com.luciad.view.lightspeed.editor.operation with parameters of type ILcdUndoableModifierConstructorDescriptionTLspEditOperationResult(boolean aSuccessful, boolean aHandlesInvalid, ILcdUndoable aUndoable) Creates a new edit handle result with the given settings and an undoable.