| Constructor and Description |
|---|
ArooaDesignerForm(DesignNotifier designNotifier)
Constructor.
|
ArooaDesignerForm(DesignNotifier designNotifier,
Callable<Boolean> okAction)
Constructor.
|
ArooaDesignerForm(String title,
DesignNotifier designNotifier,
Callable<Boolean> okAction)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
DesignNotifier |
getConfigHelper() |
Callable<Boolean> |
getOkAction()
Provide the action.
|
String |
getTitle()
Get the title of the form.
|
public ArooaDesignerForm(String title, DesignNotifier designNotifier, Callable<Boolean> okAction)
title - The title.designNotifier - Will be notified when design changes.okAction - Action when ok is pressed.public ArooaDesignerForm(DesignNotifier designNotifier, Callable<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 String getTitle()
Formpublic DesignNotifier getConfigHelper()
public Callable<Boolean> getOkAction()
OkAwaregetOkAction in interface OkAwareCopyright © 2023. All rights reserved.