org.springframework.richclient.samples.dataeditor.ui
Class FormTester

Show UML class diagram
java.lang.Object
  extended by org.springframework.richclient.samples.dataeditor.ui.FormTester

public class FormTester
extends Object


Method Summary
static FormTester createFormTesterWithContext(String context)
           
 JFrame createJFrame(AbstractForm form)
           
 void showFormDialog(AbstractForm form, boolean modal)
           
 void showFormJFrame(AbstractForm form)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

createFormTesterWithContext

public static FormTester createFormTesterWithContext(String context)

showFormDialog

public void showFormDialog(AbstractForm form,
                           boolean modal)

showFormJFrame

public void showFormJFrame(AbstractForm form)

createJFrame

public JFrame createJFrame(AbstractForm form)


Copyright © 2004-2009 The Spring Framework. All Rights Reserved.