| Package | Description |
|---|---|
| ini.trakem2.utils |
| Modifier and Type | Class and Description |
|---|---|
static class |
OptionPanel.BooleanSetter |
static class |
OptionPanel.ChoiceIntSetter |
static class |
OptionPanel.ChoiceObjectSetter |
static class |
OptionPanel.ChoiceStringSetter |
static class |
OptionPanel.DoubleSetter |
static class |
OptionPanel.FloatSetter |
static class |
OptionPanel.IntSetter |
static class |
OptionPanel.NumericalSetter |
static class |
OptionPanel.StringSetter |
| Modifier and Type | Method and Description |
|---|---|
JCheckBox |
OptionPanel.addCheckbox(String label,
boolean selected,
OptionPanel.Setter setter) |
JComboBox |
OptionPanel.addChoice(String label,
String[] items,
int selected,
OptionPanel.Setter setter) |
JTextField |
OptionPanel.addNumericField(String label,
double value,
int digits,
OptionPanel.Setter setter) |
JTextField |
OptionPanel.addNumericField(String label,
int value,
OptionPanel.Setter setter) |
Copyright © 2015–2021 Fiji. All rights reserved.