Package | Description |
---|---|
lavesdk.algorithm.plugin.views | |
lavesdk.gui.widgets |
Constructor and Description |
---|
MatrixView(java.lang.String title,
MatrixElementFormat<T> elementFormat)
Creates a new matrix view.
|
MatrixView(java.lang.String title,
MatrixElementFormat<T> elementFormat,
boolean closable)
Creates a new matrix view.
|
MatrixView(java.lang.String title,
MatrixElementFormat<T> elementFormat,
boolean closable,
LanguageFile langFile,
java.lang.String langID)
Creates a new matrix view.
|
Modifier and Type | Class and Description |
---|---|
static class |
MatrixEditor.DoubleElementFormat
The element format for
Double objects in a matrix. |
static class |
MatrixEditor.FloatElementFormat
The element format for
Float objects in a matrix. |
static class |
MatrixEditor.IntegerElementFormat
The element format for
Integer objects in a matrix. |
static class |
MatrixEditor.LongElementFormat
The element format for
Long objects in a matrix. |
static class |
MatrixEditor.NumericElementFormat<T extends java.lang.Number>
The element format for
Number objects in a matrix. |
static class |
MatrixEditor.StringElementFormat
The element format for
String objects in a matrix. |
Constructor and Description |
---|
MatrixEditor(MatrixElementFormat<T> format)
Creates a new matrix editor.
|
MatrixEditor(MatrixElementFormat<T> format,
Matrix<T> matrix)
Creates a new matrix editor.
|