org.oddjob.arooa.design.designer
Class ArooaDesignerForm

java.lang.Object
  extended by org.oddjob.arooa.design.designer.ArooaDesignerForm
All Implemented Interfaces:
Form

public class ArooaDesignerForm
extends Object
implements Form

The Designer dialogue form.

Author:
rob

Constructor Summary
ArooaDesignerForm(DesignNotifier designNotfier)
          Constructor.
ArooaDesignerForm(String title, DesignNotifier designNotifier)
          Constructor.
 
Method Summary
 DesignNotifier getConfigHelper()
           
 String getTitle()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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 -
Method Detail

getTitle

public String getTitle()
Specified by:
getTitle in interface Form

getConfigHelper

public DesignNotifier getConfigHelper()