Class | Description |
---|---|
DocumentSizeFilter |
A
DocumentFilter that limits maximum number of characters. |
SpinnerBigDecimalModel |
A
SpinnerNumberModel for BigDecimal values. |
SpinnerBigIntegerModel |
A
SpinnerNumberModel for BigInteger values. |
SpinnerNumberModelFactory |
Factory for producing the correct
SpinnerNumberModel subclass based
on the type of Number . |
SpinnerTypedNumberModel<T extends Number> |
Abstract superclass for
SpinnerNumberModel implementations for
non-primitive Number types, such as BigInteger and
BigDecimal . |
SwingButtonWidget |
A Swing widget that displays a button and invokes the callback of a parameter
when the button is clicked.
|
SwingChoiceRadioWidget |
Swing implementation of multiple choice selector widget using
JRadioButton s. |
SwingChoiceWidget |
Swing implementation of multiple choice selector widget using a
JComboBox . |
SwingColorWidget |
Swing implementation of color chooser widget.
|
SwingDateWidget |
Swing implementation of date selector widget.
|
SwingFileListWidget |
Swing implementation of
FileListWidget . |
SwingFileWidget |
Swing implementation of file selector widget.
|
SwingInputHarvester |
SwingInputHarvester is an
InputHarvester that collects input
parameter values from the user using a SwingInputPanel dialog box. |
SwingInputPanel |
Swing implementation of
InputPanel . |
SwingInputWidget<T> |
Common superclass for Swing-based input widgets.
|
SwingMdiInputHarvester |
SwingInputHarvester is an
InputHarvester that collects input
parameter values from the user using a SwingInputPanel dialog box. |
SwingMessageWidget |
Swing implementation of message widget.
|
SwingNumberWidget |
Swing implementation of number chooser widget.
|
SwingObjectWidget |
Swing implementation of object selector widget.
|
SwingTextWidget |
Swing implementation of text field widget.
|
SwingToggleWidget |
Swing implementation of boolean toggle widget.
|
Copyright © 2015–2022 SciJava. All rights reserved.