Uses of Class
com.luciad.view.lightspeed.controller.manipulation.ALspInteractiveLabelProvider
Packages that use ALspInteractiveLabelProvider
Package
Description
Provides controllers for the manipulation of domain objects in a view.
Contains style related classes that are used by the label painter.
-
Uses of ALspInteractiveLabelProvider in com.luciad.view.lightspeed.controller.manipulation
Methods in com.luciad.view.lightspeed.controller.manipulation with parameters of type ALspInteractiveLabelProviderModifier and TypeMethodDescriptionvoidILspInteractiveLabelListener.interactionCancelled(ALspInteractiveLabelProvider aSource) This method is called when interaction with an interactive label was cancelled.voidILspInteractiveLabelListener.interactionStarted(ALspInteractiveLabelProvider aSource, TLspLabelID aLabel, TLspContext aContext, Component aInteractiveLabel) This method is called when interaction with an interactive label has started.voidILspInteractiveLabelListener.interactionStopped(ALspInteractiveLabelProvider aSource) This method is called when interaction with an interactive label has stopped.Constructors in com.luciad.view.lightspeed.controller.manipulation with parameters of type ALspInteractiveLabelProviderModifierConstructorDescriptionTLspInteractiveLabelsController(ALspInteractiveLabelProvider aInteractiveLabelProvider) Creates a new interactive labels controller using the given interactive label provider. -
Uses of ALspInteractiveLabelProvider in com.luciad.view.lightspeed.painter.label.style
Constructors in com.luciad.view.lightspeed.painter.label.style with parameters of type ALspInteractiveLabelProviderModifierConstructorDescriptionprotectedALspSwingLabelStyler(ALspInteractiveLabelProvider aInteractiveLabelProvider, TLspPaintRepresentationState aPaintRepresentationState, boolean aInvalidateOnModelChangeEvent) Creates a newALspSwingLabelStylerthat can be used for interactive labels (seeTLspInteractiveLabelsController).