Package | Description |
---|---|
org.scijava.batch | |
org.scijava.ui | |
org.scijava.ui.awt.widget | |
org.scijava.ui.swing.widget |
Modifier and Type | Class and Description |
---|---|
class |
SwingScriptInfoWidget |
Modifier and Type | Class and Description |
---|---|
class |
AbstractUIInputWidget<T,W>
Abstract superclass of
InputWidget implementations that
belong to a specific UI. |
Modifier and Type | Class and Description |
---|---|
class |
AWTButtonWidget
An AWT widget that displays a button and invokes the callback of a parameter
when the button is clicked.
|
class |
AWTChoiceWidget
AWT implementation of multiple choice selector widget.
|
class |
AWTFileWidget
AWT implementation of file selector widget.
|
class |
AWTInputWidget<T>
Common superclass for AWT-based input widgets.
|
class |
AWTMessageWidget
AWT implementation of message widget.
|
class |
AWTNumberWidget
AWT implementation of number chooser widget.
|
class |
AWTObjectWidget
AWT implementation of object selector widget.
|
class |
AWTTextWidget
AWT implementation of text field widget.
|
class |
AWTToggleWidget
AWT implementation of boolean toggle widget.
|
Modifier and Type | Class and Description |
---|---|
class |
SwingButtonWidget
A Swing widget that displays a button and invokes the callback of a parameter
when the button is clicked.
|
class |
SwingChoiceRadioWidget
Swing implementation of multiple choice selector widget using
JRadioButton s. |
class |
SwingChoiceWidget
Swing implementation of multiple choice selector widget using a
JComboBox . |
class |
SwingColorWidget
Swing implementation of color chooser widget.
|
class |
SwingDateWidget
Swing implementation of date selector widget.
|
class |
SwingFileListWidget
Swing implementation of
FileListWidget . |
class |
SwingFileWidget
Swing implementation of file selector widget.
|
class |
SwingInputWidget<T>
Common superclass for Swing-based input widgets.
|
class |
SwingMessageWidget
Swing implementation of message widget.
|
class |
SwingNumberWidget
Swing implementation of number chooser widget.
|
class |
SwingObjectWidget
Swing implementation of object selector widget.
|
class |
SwingTextWidget
Swing implementation of text field widget.
|
class |
SwingToggleWidget
Swing implementation of boolean toggle widget.
|
Copyright © 2015–2022 SciJava. All rights reserved.