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 TypeMethodDescriptionvoidILcdUndoableListener.undoableHappened(TLcdUndoableEvent aEvent) Invoked when a newILcdUndoableis available.voidTLcdUndoManager.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 voidALcdGXYNewControllerModel.fireUndoableEvent(TLcdUndoableEvent aEvent) Fires the givenTLcdUndoableEventto all listeners registered to this controller.protected voidALcdGXYSmartController.fireUndoableEvent(TLcdUndoableEvent aEvent) Fires the givenTLcdUndoableEventto all listeners registered to this controller.