Uses of Enum Class
com.luciad.view.lightspeed.editor.TLspCreateCurveEditorModel.Type
Packages that use 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
Methods in com.luciad.view.lightspeed.editor that return TLspCreateCurveEditorModel.TypeModifier 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.Methods in com.luciad.view.lightspeed.editor with parameters of type TLspCreateCurveEditorModel.TypeModifier and TypeMethodDescriptionvoidTLspCreateCurveEditorModel.setNextType(TLspCreateCurveEditorModel.Type aNextType) Sets the next created type.