Package | Description |
---|---|
org.scijava.ui | |
org.scijava.widget |
Modifier and Type | Class and Description |
---|---|
class |
AbstractUIInputWidget<T,W>
Abstract superclass of
InputWidget implementations that
belong to a specific UI. |
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 |
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.
|
Modifier and Type | Field and Description |
---|---|
protected Map<String,InputWidget<?,W>> |
AbstractInputPanel.widgets
Table of widgets.
|
Modifier and Type | Method and Description |
---|---|
InputWidget<?,W> |
InputPanel.getWidget(String name)
Gets the widget with the provided name.
|
InputWidget<?,W> |
AbstractInputPanel.getWidget(String name) |
Modifier and Type | Method and Description |
---|---|
default Class<InputWidget<?,?>> |
WidgetService.getPluginType() |
Modifier and Type | Method and Description |
---|---|
void |
InputPanel.addWidget(InputWidget<?,W> widget)
Adds a widget to the panel.
|
void |
AbstractInputPanel.addWidget(InputWidget<?,W> widget) |
default boolean |
InputPanel.supports(InputWidget<?,?> widget)
Gets whether the given widget would be appropriate for the given panel.
|
Copyright © 2009–2024 SciJava. All rights reserved.