Uses of Class
com.luciad.gui.TLcdUndoableEvent
Packages that use TLcdUndoableEvent
Package
Description
GUI aspects independent of any chosen windows API.
Controllers for 2D views.
-
Uses of TLcdUndoableEvent in com.luciad.gui
Methods in com.luciad.gui with parameters of type TLcdUndoableEventModifier and TypeMethodDescriptionvoid
ILcdUndoableListener.undoableHappened
(TLcdUndoableEvent aEvent) Invoked when a newILcdUndoable
is available.void
TLcdUndoManager.undoableHappened
(TLcdUndoableEvent aEvent) Implementation ofILcdUndoableListener.undoableHappened(TLcdUndoableEvent)
. -
Uses of TLcdUndoableEvent in com.luciad.view.gxy.controller
Methods in com.luciad.view.gxy.controller with parameters of type TLcdUndoableEventModifier and TypeMethodDescriptionprotected void
ALcdGXYNewControllerModel.fireUndoableEvent
(TLcdUndoableEvent aEvent) Fires the givenTLcdUndoableEvent
to all listeners registered to this controller.protected void
ALcdGXYSmartController.fireUndoableEvent
(TLcdUndoableEvent aEvent) Fires the givenTLcdUndoableEvent
to all listeners registered to this controller.