Constructor and Description |
---|
ArooaDesignerForm(DesignNotifier designNotifier)
Constructor.
|
ArooaDesignerForm(DesignNotifier designNotifier,
java.util.concurrent.Callable<java.lang.Boolean> okAction)
Constructor.
|
ArooaDesignerForm(java.lang.String title,
DesignNotifier designNotifier,
java.util.concurrent.Callable<java.lang.Boolean> okAction)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
DesignNotifier |
getConfigHelper() |
java.util.concurrent.Callable<java.lang.Boolean> |
getOkAction()
Provide the action.
|
java.lang.String |
getTitle()
Get the title of the form.
|
public ArooaDesignerForm(java.lang.String title, DesignNotifier designNotifier, java.util.concurrent.Callable<java.lang.Boolean> okAction)
title
- The title.designNotifier
- Will be notified when design changes.okAction
- Action when ok is pressed.public ArooaDesignerForm(DesignNotifier designNotifier, java.util.concurrent.Callable<java.lang.Boolean> okAction)
designNotifier
- Will be notified when design changes.okAction
- Action when ok is pressed.public ArooaDesignerForm(DesignNotifier designNotifier)
designNotifier
- Will be notified when design changes.public java.lang.String getTitle()
Form
public DesignNotifier getConfigHelper()
public java.util.concurrent.Callable<java.lang.Boolean> getOkAction()
OkAware
getOkAction
in interface OkAware