|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.awt.Component java.awt.Container javax.swing.JComponent javax.swing.JTable de.lmu.ifi.dbs.elki.gui.util.ParameterTable
public class ParameterTable
Class showing a table of ELKI parameters.
Nested Class Summary | |
---|---|
private class |
ParameterTable.AdjustingEditor
This Editor will adjust to the type of the Option: Sometimes just a plain text editor, sometimes a ComboBox to offer known choices, and sometime a file selector dialog. |
private class |
ParameterTable.ClassListEditor
Editor for selecting input and output file and folders names |
private class |
ParameterTable.ColorfulRenderer
Renderer for the table that colors the entries according to their bitmask. |
private class |
ParameterTable.DropdownEditor
Editor using a Dropdown box to offer known values to choose from. |
private class |
ParameterTable.FileNameEditor
Editor for selecting input and output file and folders names |
Nested classes/interfaces inherited from class javax.swing.JTable |
---|
JTable.AccessibleJTable, JTable.DropLocation, JTable.PrintMode |
Nested classes/interfaces inherited from class javax.swing.JComponent |
---|
JComponent.AccessibleJComponent |
Nested classes/interfaces inherited from class java.awt.Container |
---|
Container.AccessibleAWTContainer |
Nested classes/interfaces inherited from class java.awt.Component |
---|
Component.AccessibleAWTComponent, Component.BaselineResizeBehavior, Component.BltBufferStrategy, Component.FlipBufferStrategy |
Field Summary | |
---|---|
(package private) static Color |
COLOR_DEFAULT_VALUE
Color for parameters having a default value. |
(package private) static Color |
COLOR_INCOMPLETE
Color for parameters that are not optional and not yet specified. |
(package private) static Color |
COLOR_OPTIONAL
Color for optional parameters (with no default value) |
(package private) static Color |
COLOR_SYNTAX_ERROR
Color for parameters with an invalid value. |
protected DynamicParameters |
parameters
The parameters we edit. |
private static long |
serialVersionUID
Serial version |
Fields inherited from class javax.swing.JComponent |
---|
accessibleContext, listenerList, TOOL_TIP_TEXT_KEY, ui, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW |
Fields inherited from class java.awt.Component |
---|
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
Fields inherited from interface java.awt.image.ImageObserver |
---|
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
Constructor Summary | |
---|---|
ParameterTable(ParametersModel pm,
DynamicParameters parameters)
Constructor |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
private static final long serialVersionUID
static final Color COLOR_INCOMPLETE
static final Color COLOR_SYNTAX_ERROR
static final Color COLOR_OPTIONAL
static final Color COLOR_DEFAULT_VALUE
protected DynamicParameters parameters
Constructor Detail |
---|
public ParameterTable(ParametersModel pm, DynamicParameters parameters)
pm
- Parameter Modelparameters
- Parameter storage
|
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |