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 TLspEditHandleResultALspMultiObjectHandle.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) booleanALspMultiObjectHandle.requestsFocus(AWTEvent aEvent, TLspMultiObjectEditContext aEditContext) Indicates whether this handle requests focus for the given event.booleanALspMultiObjectHandle.requestsFocus(Event aEvent, TLspMultiObjectEditContext aEditContext) JavaFX equivalent ofALspMultiObjectHandle.requestsFocus(AWTEvent, TLspMultiObjectEditContext).booleanTLspMultiObjectTranslationHandle.requestsFocus(AWTEvent aEvent, TLspMultiObjectEditContext aEditContext) Indicates whether this handle requests focus for the given event.booleanTLspMultiObjectTranslationHandle.requestsFocus(Event aEvent, TLspMultiObjectEditContext aEditContext) JavaFX equivalent ofTLspMultiObjectTranslationHandle.requestsFocus(AWTEvent, TLspMultiObjectEditContext).