Interface | Description |
---|---|
ExecutionTableItem.InputParser<T> |
Represents a parser for user input.
|
Class | Description |
---|---|
AnnotationViewKit |
A html editor kit to display annotations that use an
AnnotationImagesList to display images. |
BaseComponent |
Represents a base component with base functionality.
|
BooleanProperty |
Represents a boolean property in a
PropertiesList . |
BooleanPropertyGroup |
A group of
BooleanProperty s. |
ColorCellEditor |
A custom cell editor to edit color properties in a
PropertiesList . |
ColorCellRenderer |
Renders a color cell.
|
ColorProperty |
Represents a color property in a
PropertiesList . |
ExecutionTable |
Represents an execution table.
|
ExecutionTableBorder |
Represents a border in a table.
|
ExecutionTableColumn |
Represents a column in an
ExecutionTable . |
ExecutionTableGroup |
Represents a table group.
|
ExecutionTableItem |
Represents an item of an
ExecutionTable . |
ExecutionTableItem.NumericInputParser |
A default parser for numeric output.
|
ExecutionTableItem.StringInputParser |
A default parser for string output.
|
InformationBar |
Represents an information bar that shows the assumption(s) and the instructions of a plugin.
|
Legend |
Represents a legend that consists of
LegendItem . |
LegendItem |
Represents an item in a
Legend . |
ListProperty |
Represents a list property in a
PropertiesList . |
Mask |
Represents a mask.
|
MatrixEditor<T> |
A matrix editor to display and modify matrices.
|
MatrixEditor.DoubleElementFormat |
The element format for
Double objects in a matrix. |
MatrixEditor.FloatElementFormat |
The element format for
Float objects in a matrix. |
MatrixEditor.IntegerElementFormat |
The element format for
Integer objects in a matrix. |
MatrixEditor.LongElementFormat |
The element format for
Long objects in a matrix. |
MatrixEditor.NumericElementFormat<T extends java.lang.Number> |
The element format for
Number objects in a matrix. |
MatrixEditor.Strikeout |
Represents a strikeout in the matrix editor.
|
MatrixEditor.StringElementFormat |
The element format for
String objects in a matrix. |
MatrixElementFormat<T> |
The format of a matrix element in a
MatrixEditor . |
NumericCellRenderer |
Renders a numeric cell.
|
NumericProperty |
Represents a numeric property in a
PropertiesList . |
NumericTextField |
A numeric text field component which only allows a digit, a point, a comma and a minus
as characters.
|
Option |
Represents an option of an
OptionComboButton . |
OptionComboButton |
Represents a drop down button with multiple
Option s. |
PropertiesList |
Represents a properties list.
|
PropertiesListModel |
Represents the model of a
PropertiesList . |
Property |
Represents a property of a
PropertiesList . |
RadioButtonCellEditor |
A custom cell editor for radio buttons.
|
RadioButtonCellRenderer |
Renders a radio button cell.
|
SliderCellEditor |
A custom cell editor to change numeric values with a slider.
|
Symbol |
Represents a symbol that can be used to mask objects (
Mask ). |
TextProperty |
Represents a text property in a
PropertiesList . |
Enum | Description |
---|---|
Mask.Type |
The type of a mask.
|
Symbol.PredefinedSymbol |
Predefined symbols.
|