Uses of Class
com.luciad.view.lightspeed.controller.manipulation.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
Modifier and TypeMethodDescriptionvoid
ILspInteractiveLabelListener.interactionCancelled
(ALspInteractiveLabelProvider aSource) This method is called when interaction with an interactive label was cancelled.void
ILspInteractiveLabelListener.interactionStarted
(ALspInteractiveLabelProvider aSource, TLspLabelID aLabel, TLspContext aContext, Component aInteractiveLabel) This method is called when interaction with an interactive label has started.void
ILspInteractiveLabelListener.interactionStopped
(ALspInteractiveLabelProvider aSource) This method is called when interaction with an interactive label has stopped.ModifierConstructorDescriptionTLspInteractiveLabelsController
(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
ModifierConstructorDescriptionprotected
ALspSwingLabelStyler
(ALspInteractiveLabelProvider aInteractiveLabelProvider, TLspPaintRepresentationState aPaintRepresentationState, boolean aInvalidateOnModelChangeEvent) Creates a newALspSwingLabelStyler
that can be used for interactive labels (seeTLspInteractiveLabelsController
).