public class ValueDialog extends Object
Constructor and Description |
---|
ValueDialog(Component form)
Default OK action set the chosen flag.
|
ValueDialog(Component form,
Callable<Boolean> okAction)
Provide an action for when OK selected.
|
Modifier and Type | Method and Description |
---|---|
boolean |
isChosen() |
void |
showDialog(Component parent)
Show the dialogue.
|
void |
showDialog(Component parent,
boolean hideCancel)
This is used by designer sub dialogues because there is no
way to cancel a change.
|
public ValueDialog(Component form)
form
- public boolean isChosen()
public void showDialog(Component parent)
parent
- The parent component/frame.public void showDialog(Component parent, boolean hideCancel)
parent
- The parent component/frame.hideCancel
- Hide the cancel button.