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


Constructor Summary
ArooaDesignerForm(DesignNotifier configHelper)
           
ArooaDesignerForm(String title, DesignNotifier configHelper)
           
 
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 configHelper)

ArooaDesignerForm

public ArooaDesignerForm(DesignNotifier configHelper)
Method Detail

getTitle

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

getConfigHelper

public DesignNotifier getConfigHelper()