org.oddjob.arooa.design.designer
Class ArooaDesignerForm
java.lang.Object
org.oddjob.arooa.design.designer.ArooaDesignerForm
- All Implemented Interfaces:
- Form
public class ArooaDesignerForm
- extends Object
- implements Form
The Designer dialogue form.
- Author:
- rob
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ArooaDesignerForm
public ArooaDesignerForm(String title,
DesignNotifier designNotifier)
- Constructor.
- Parameters:
title
- The title.designNotifier
- Will be notifier when design changes.
ArooaDesignerForm
public ArooaDesignerForm(DesignNotifier designNotfier)
- Constructor.
- Parameters:
designNotfier
-
getTitle
public String getTitle()
- Specified by:
getTitle
in interface Form
getConfigHelper
public DesignNotifier getConfigHelper()