- ObjectFile - Class in lavesdk.serialization
-
Represents an object file to serialize and deserialize object data.
- ObjectFile(File) - Constructor for class lavesdk.serialization.ObjectFile
-
Creates a new object file.
- ObjectFile(String) - Constructor for class lavesdk.serialization.ObjectFile
-
Creates a new object file.
- ObjectMatrix<T> - Class in lavesdk.math
-
Represents an object matrix.
- ObjectMatrix(int, int) - Constructor for class lavesdk.math.ObjectMatrix
-
Creates a new object matrix of size n
x m
and a default element value of null
.
- ObjectMatrix(int, int, T) - Constructor for class lavesdk.math.ObjectMatrix
-
Creates a new object matrix of size n
x m
.
- offset - Variable in class lavesdk.algorithm.plugin.views.GraphView.EdgeOffset
-
the offset of the edge
- ok - Variable in class lavesdk.algorithm.plugin.ValidationReport
-
flag that indicates if the process succeeded (true
) or failed (false
)
- onClose() - Method in interface lavesdk.algorithm.plugin.AlgorithmPlugin
-
Indicates that the plugin is closed/disabled which means that it is no longer active in the host application.
- onCreate(ViewContainer, PropertiesListModel) - Method in interface lavesdk.algorithm.plugin.AlgorithmPlugin
-
Indicates that the plugin is activated in the host application by the user to visualize/create a
new instance of the algorithm.
- onEditStop(Object) - Method in class lavesdk.gui.widgets.BooleanProperty
-
- onEditStop(Object) - Method in class lavesdk.gui.widgets.ColorProperty
-
- onEditStop(Object) - Method in class lavesdk.gui.widgets.ListProperty
-
- onEditStop(Object) - Method in class lavesdk.gui.widgets.NumericProperty
-
- onEditStop(Object) - Method in class lavesdk.gui.widgets.Property
-
Checks if the committed value is valid.
- onEditStop(Object) - Method in class lavesdk.gui.widgets.TextProperty
-
- onPause() - Method in class lavesdk.algorithm.RTEAdapter
-
- onPause() - Method in interface lavesdk.algorithm.RTEListener
-
Indicates that the runtime environment has passed into pause state.
- onRunning() - Method in class lavesdk.algorithm.RTEAdapter
-
- onRunning() - Method in interface lavesdk.algorithm.RTEListener
-
Indicates that the runtime environment is started now meaning that it is passed into running mode.
- onStop() - Method in class lavesdk.algorithm.RTEAdapter
-
- onStop() - Method in interface lavesdk.algorithm.RTEListener
-
Indicates that the runtime environment is terminated which means it has to be restarted.
- open(File) - Method in interface lavesdk.algorithm.plugin.AlgorithmPlugin
-
Opens the plugin content.
- OPEN_ICON - Variable in class lavesdk.resources.Resources
-
the open icon or null
if the resource could not be loaded
- OPEN_ICON_PATH - Variable in class lavesdk.resources.Resources
-
path to the open icon
- Option - Class in lavesdk.gui.widgets
-
- Option(Icon, String) - Constructor for class lavesdk.gui.widgets.Option
-
Creates a new option.
- Option(Icon, String, boolean) - Constructor for class lavesdk.gui.widgets.Option
-
Creates a new option.
- OptionComboButton - Class in lavesdk.gui.widgets
-
Represents a drop down button with multiple
Option
s.
- OptionComboButton() - Constructor for class lavesdk.gui.widgets.OptionComboButton
-
Creates a new option combo button.
- OptionComboButton(Option[]) - Constructor for class lavesdk.gui.widgets.OptionComboButton
-
Creates a new option combo button.
- OptionDialog - Class in lavesdk.gui.dialogs
-
Represents an abstract option dialog.
- OptionDialog(PluginHost, String, LanguageFile, String) - Constructor for class lavesdk.gui.dialogs.OptionDialog
-
Creates a new option dialog.
- OptionDialog(PluginHost, String, LanguageFile, String, boolean) - Constructor for class lavesdk.gui.dialogs.OptionDialog
-
Creates a new option dialog.