Modifier and Type | Interface and Description |
---|---|
interface |
ScriptInfoWidget<U> |
Modifier and Type | Class and Description |
---|---|
class |
SwingScriptInfoWidget |
Modifier and Type | Class and Description |
---|---|
class |
MultiWriteHandle
DataHandle plugin for writing to multiple DataHandle s. |
Modifier and Type | Interface and Description |
---|---|
interface |
DataHandle<L extends Location>
A data handle is a plugin which provides both streaming and random
access to bytes at a
Location (e.g., files or arrays). |
interface |
ResettableStreamHandle<L extends Location>
|
interface |
SeekableStreamHandle<L extends Location>
|
interface |
StreamHandle<L extends Location>
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractDataHandle<L extends Location>
Abstract base class for
DataHandle plugins. |
class |
AbstractHigherOrderHandle<L extends Location>
Abstract superclass for
DataHandle s that operate over other
DataHandle s. |
class |
AbstractSeekableStreamHandle<L extends Location> |
class |
AbstractStreamHandle<L extends Location>
Abstract base class for
StreamHandle implementations. |
class |
BytesHandle
DataHandle for a BytesLocation . |
class |
DummyHandle
A
DataHandle which reads all zeroes, and writes no actual data. |
class |
FileHandle
DataHandle for a FileLocation . |
class |
ReadBufferDataHandle
Read-only buffered
DataHandle . |
class |
WriteBufferDataHandle
Wraps a
DataHandle and acts as a write buffer. |
Modifier and Type | Class and Description |
---|---|
class |
HTTPHandle
DataHandle for a HTTPLocation . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractWrapperService<DT,PT extends WrapperPlugin<DT>>
Abstract base class for
WrapperService s. |
interface |
WrapperService<DT,PT extends WrapperPlugin<DT>>
A service for managing
WrapperPlugin s of a particular type. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractWrapperPlugin<D>
Abstract base class for
WrapperPlugin s. |
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.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ButtonWidget<U>
Widget interface for buttons.
|
interface |
ChoiceWidget<U>
Widget interface for multiple choice selectors.
|
interface |
ColorWidget<U>
Widget interface for color choosers.
|
interface |
DateWidget<U>
Widget interface for dates.
|
interface |
FileListWidget<U> |
interface |
FileWidget<U>
Widget interface for file selectors.
|
interface |
InputWidget<T,W>
Interface for input widgets.
|
interface |
MessageWidget<U>
Widget interface for message labels.
|
interface |
NumberWidget<U>
Widget interface for number choosers.
|
interface |
ObjectWidget<U>
Widget interface for object selectors.
|
interface |
TextWidget<U>
Widget interface for text fields and areas.
|
interface |
ToggleWidget<U>
Widget interface for boolean toggles.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractInputWidget<T,W>
Base class for input widgets.
|
Copyright © 2015–2022 SciJava. All rights reserved.