Uses of Enum Class
com.luciad.view.lightspeed.editor.TLspCreateCurveEditorModel.Type
Package
Description
Provides support for interactive editing of domain objects in a model.
-
Uses of TLspCreateCurveEditorModel.Type in com.luciad.view.lightspeed.editor
Modifier and TypeMethodDescriptionTLspCreateCurveEditorModel.getNextType()
Gets the current created type.Returns the enum constant of this class with the specified name.static TLspCreateCurveEditorModel.Type[]
TLspCreateCurveEditorModel.Type.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
TLspCreateCurveEditorModel.setNextType
(TLspCreateCurveEditorModel.Type aNextType) Sets the next created type.