Uses of Class
com.luciad.view.lightspeed.editor.TLspMultiObjectEditContext
Packages that use TLspMultiObjectEditContext
Package
Description
Provides support for interactive editing of domain objects in a model.
Defines the concept of edit handles and provides a number of implementations that can be used by
editors
.-
Uses of TLspMultiObjectEditContext in com.luciad.view.lightspeed.editor
Constructors in com.luciad.view.lightspeed.editor with parameters of type TLspMultiObjectEditContextModifierConstructorDescriptionCreates a new context from the given context. -
Uses of TLspMultiObjectEditContext in com.luciad.view.lightspeed.editor.handle
Methods in com.luciad.view.lightspeed.editor.handle with parameters of type TLspMultiObjectEditContextModifier and TypeMethodDescriptionabstract TLspEditHandleResult
ALspMultiObjectHandle.handleAWTEvent
(AWTEvent aEvent, TLspMultiObjectEditContext aEditContext) Handle the given input event for the given view.TLspMultiObjectTranslationHandle.handleAWTEvent
(AWTEvent aEvent, TLspMultiObjectEditContext aEditContext) Handle the given input event for the given view.ALspMultiObjectHandle.handleFXEvent
(Event aEvent, TLspMultiObjectEditContext aEditContext) JavaFX equivalent ofALspMultiObjectHandle.handleAWTEvent(AWTEvent, TLspMultiObjectEditContext)
.TLspMultiObjectTranslationHandle.handleFXEvent
(Event aEvent, TLspMultiObjectEditContext aEditContext) boolean
ALspMultiObjectHandle.requestsFocus
(AWTEvent aEvent, TLspMultiObjectEditContext aEditContext) Indicates whether this handle requests focus for the given event.boolean
ALspMultiObjectHandle.requestsFocus
(Event aEvent, TLspMultiObjectEditContext aEditContext) JavaFX equivalent ofALspMultiObjectHandle.requestsFocus(AWTEvent, TLspMultiObjectEditContext)
.boolean
TLspMultiObjectTranslationHandle.requestsFocus
(AWTEvent aEvent, TLspMultiObjectEditContext aEditContext) Indicates whether this handle requests focus for the given event.boolean
TLspMultiObjectTranslationHandle.requestsFocus
(Event aEvent, TLspMultiObjectEditContext aEditContext) JavaFX equivalent ofTLspMultiObjectTranslationHandle.requestsFocus(AWTEvent, TLspMultiObjectEditContext)
.