Uses of Interface
com.luciad.gui.ILcdUndoableListener
Packages that use ILcdUndoableListener
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.
Provides supporting classes for asynchronous painting.
General aspects of views.
Provides two-dimensional views and components supporting the visualization of the former's representation.
Controllers for 2D views.
Touch controllers for the 2D view.
Provides controllers for the manipulation of domain objects in a view.
This package provides support for measuring distances in a view.
Provides controller implementations that work with touch input instead of
mouse input.
-
Uses of ILcdUndoableListener in com.luciad.gui
Classes in com.luciad.gui that implement ILcdUndoableListenerModifier and TypeClassDescriptionclass
This class is a manager for classes that implement theILcdUndoable
interface.Methods in com.luciad.gui that return ILcdUndoableListenerModifier and TypeMethodDescriptionfinal ILcdUndoableListener
TLcdCompositeUndoable.asListener()
Returns anILcdUndoableListener
instance that will add each receivedILcdUndoable
to this composite implementation.final ILcdUndoableListener
TLcdUndoSupport.asListener()
Returns an undoable listener that forwards all received events to the registered listeners.Methods in com.luciad.gui with parameters of type ILcdUndoableListenerModifier and TypeMethodDescriptionvoid
ILcdUndoableSource.addUndoableListener
(ILcdUndoableListener aUndoableListener) Adds a listener to this source, so this listener is notified when something undoable has happened.void
TLcdUndoSupport.addUndoableListener
(ILcdUndoableListener aListener) AddsaListener
to the list.void
ILcdUndoableSource.removeUndoableListener
(ILcdUndoableListener aUndoableListener) Removes the specified listener so it is no longer notified.void
TLcdUndoSupport.removeUndoableListener
(ILcdUndoableListener aListener) RemovesaListener
from the list. -
Uses of ILcdUndoableListener in com.luciad.lucy.datatransfer
Methods in com.luciad.lucy.datatransfer with parameters of type ILcdUndoableListenerModifier and TypeMethodDescriptionfinal void
ALcyDefaultLayerSelectionTransferHandler.addUndoableListener
(ILcdUndoableListener aListener) void
ALcyLayerSelectionTransferHandler.addUndoableListener
(ILcdUndoableListener aListener) final void
ALcyDefaultLayerSelectionTransferHandler.removeUndoableListener
(ILcdUndoableListener aListener) void
ALcyLayerSelectionTransferHandler.removeUndoableListener
(ILcdUndoableListener aListener) -
Uses of ILcdUndoableListener in com.luciad.lucy.gui.customizer
Methods in com.luciad.lucy.gui.customizer with parameters of type ILcdUndoableListenerModifier and TypeMethodDescriptionvoid
ALcyCustomizerPanel.addUndoableListener
(ILcdUndoableListener aUndoableListener) void
TLcyCompositeCustomizerPanel.addUndoableListener
(ILcdUndoableListener aUndoableListener) void
TLcyCompositeCustomizerTabbedPane.addUndoableListener
(ILcdUndoableListener aUndoableListener) void
ALcyCustomizerPanel.removeUndoableListener
(ILcdUndoableListener aUndoableListener) void
TLcyCompositeCustomizerPanel.removeUndoableListener
(ILcdUndoableListener aUndoableListener) void
TLcyCompositeCustomizerTabbedPane.removeUndoableListener
(ILcdUndoableListener aUndoableListener) -
Uses of ILcdUndoableListener in com.luciad.lucy.map.action
Methods in com.luciad.lucy.map.action with parameters of type ILcdUndoableListenerModifier and TypeMethodDescriptionvoid
ALcyCreateLayersAction.addUndoableListener
(ILcdUndoableListener aListener) void
ALcyObjectSelectionAction.addUndoableListener
(ILcdUndoableListener aUndoableListener) Deprecated.void
ALcyCreateLayersAction.removeUndoableListener
(ILcdUndoableListener aListener) void
ALcyObjectSelectionAction.removeUndoableListener
(ILcdUndoableListener aUndoableListener) Deprecated. -
Uses of ILcdUndoableListener in com.luciad.lucy.map.asynchronous
Methods in com.luciad.lucy.map.asynchronous with parameters of type ILcdUndoableListenerModifier and TypeMethodDescriptionvoid
TLcyGXYAsynchronousLayerCustomizerPanel.addUndoableListener
(ILcdUndoableListener aUndoableListener) void
TLcyGXYAsynchronousLayerCustomizerPanel.removeUndoableListener
(ILcdUndoableListener aUndoableListener) -
Uses of ILcdUndoableListener in com.luciad.view
Methods in com.luciad.view with parameters of type ILcdUndoableListenerModifier and TypeMethodDescriptionvoid
ALcdObjectSelectionAction.addUndoableListener
(ILcdUndoableListener aUndoableListener) void
ALcdObjectSelectionAction.removeUndoableListener
(ILcdUndoableListener aUndoableListener) -
Uses of ILcdUndoableListener in com.luciad.view.gxy
Methods in com.luciad.view.gxy with parameters of type ILcdUndoableListenerModifier and TypeMethodDescriptionvoid
TLcdGXYViewPanAction.addUndoableListener
(ILcdUndoableListener aListener) void
TLcdGXYViewZoomAction.addUndoableListener
(ILcdUndoableListener aUndoableListener) void
TLcdGXYViewPanAction.removeUndoableListener
(ILcdUndoableListener aListener) void
TLcdGXYViewZoomAction.removeUndoableListener
(ILcdUndoableListener aUndoableListener) -
Uses of ILcdUndoableListener in com.luciad.view.gxy.controller
Methods in com.luciad.view.gxy.controller with parameters of type ILcdUndoableListenerModifier and TypeMethodDescriptionvoid
ALcdGXYNewControllerModel.addUndoableListener
(ILcdUndoableListener aListener) Adds the givenILcdUndoableListener
to the list of registered listeners.void
ALcdGXYNewControllerModel2.addUndoableListener
(ILcdUndoableListener aListener) void
ALcdGXYSmartController.addUndoableListener
(ILcdUndoableListener aListener) Adds the givenILcdUndoableListener
to the list of registered listeners.void
TLcdGXYZoomWheelController.addUndoableListener
(ILcdUndoableListener aListener) void
ALcdGXYNewControllerModel.removeUndoableListener
(ILcdUndoableListener aListener) Removes the givenILcdUndoableListener
from the list of registered listeners.void
ALcdGXYNewControllerModel2.removeUndoableListener
(ILcdUndoableListener aListener) void
ALcdGXYSmartController.removeUndoableListener
(ILcdUndoableListener aListener) Removes the givenILcdUndoableListener
from the list of registered listeners.void
TLcdGXYZoomWheelController.removeUndoableListener
(ILcdUndoableListener aListener) -
Uses of ILcdUndoableListener in com.luciad.view.gxy.controller.touch
Methods in com.luciad.view.gxy.controller.touch with parameters of type ILcdUndoableListenerModifier and TypeMethodDescriptionvoid
TLcdGXYTouchNewController.addUndoableListener
(ILcdUndoableListener aUndoableListener) void
TLcdGXYTouchSelectEditController.addUndoableListener
(ILcdUndoableListener aUndoableListener) void
TLcdGXYTouchNewController.removeUndoableListener
(ILcdUndoableListener aUndoableListener) void
TLcdGXYTouchSelectEditController.removeUndoableListener
(ILcdUndoableListener aUndoableListener) -
Uses of ILcdUndoableListener in com.luciad.view.lightspeed.controller.manipulation
Methods in com.luciad.view.lightspeed.controller.manipulation with parameters of type ILcdUndoableListenerModifier and TypeMethodDescriptionvoid
TLspCreateController.addUndoableListener
(ILcdUndoableListener aListener) void
TLspEditController.addUndoableListener
(ILcdUndoableListener aListener) void
TLspCreateController.removeUndoableListener
(ILcdUndoableListener aListener) void
TLspEditController.removeUndoableListener
(ILcdUndoableListener aListener) -
Uses of ILcdUndoableListener in com.luciad.view.lightspeed.controller.ruler
Methods in com.luciad.view.lightspeed.controller.ruler with parameters of type ILcdUndoableListenerModifier and TypeMethodDescriptionvoid
TLspRulerController.addUndoableListener
(ILcdUndoableListener aUndoableListener) void
TLspRulerController.removeUndoableListener
(ILcdUndoableListener aUndoableListener) -
Uses of ILcdUndoableListener in com.luciad.view.lightspeed.controller.touch
Methods in com.luciad.view.lightspeed.controller.touch with parameters of type ILcdUndoableListenerModifier and TypeMethodDescriptionvoid
TLspTouchSelectEditController.addUndoableListener
(ILcdUndoableListener aUndoableListener) void
TLspTouchSelectEditController.removeUndoableListener
(ILcdUndoableListener aUndoableListener)