| Modifier and Type | Class and Description |
|---|---|
class |
AbstractFloatingLookup<T>
Super class for floating window based lookups.
|
class |
SimpleLookup<T>
Represents simple lookup dialog that enables single item selection.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Dialog
A base class for retrieving any kind of input from a user.
|
class |
EditDialog<T>
A Dialog that is used to edit some instance of data <T>, containing methods to handle all
parts of the editing process.
|
class |
FloatingWindow
Deprecated.
|
class |
InputDialog<T,C extends NodeBase & IControl<T>>
A Dialog that is used to input single value of type <T>, using input control of type <C>.
|
| Modifier and Type | Method and Description |
|---|---|
Window |
Window.modal() |
Window |
Window.modal(boolean yes) |
Window |
Window.resizable() |
Window |
Window.size(int width,
int height) |
Window |
Window.title(String set) |
Window |
Window.width(int pxsl) |
| Modifier and Type | Class and Description |
|---|---|
class |
MultipleSelectionLookup<T>
Dialog that enables multiple lookup selection.
|
class |
SaveSearchFilterDialog |
| Modifier and Type | Class and Description |
|---|---|
class |
DebugWindow |
class |
MsgBox |
class |
MsgBox2
Easier to use MsgBox using Builder pattern.
|
class |
OddCharacters |
| Modifier and Type | Class and Description |
|---|---|
class |
TreeSelectionWindow<T>
A popup window that shows a tree and lets the user select one entry from it.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultLookupInputDialog<QT,OT> |
Copyright © 2017 etc.to. All rights reserved.