net.sf.fmj.ui.objeditor
Class ObjEditorOKCancelDialog

java.lang.Object
  extended by net.sf.fmj.ui.objeditor.ObjEditorOKCancelDialog

public class ObjEditorOKCancelDialog
extends java.lang.Object

Generic OK cancel dialog with an ObjEditor inside.

Author:
Ken Larson

Constructor Summary
ObjEditorOKCancelDialog()
           
 
Method Summary
static java.lang.Object run(java.awt.Frame parent, ObjEditor objEditor, java.lang.Object o, java.lang.String title)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjEditorOKCancelDialog

public ObjEditorOKCancelDialog()
Method Detail

run

public static java.lang.Object run(java.awt.Frame parent,
                                   ObjEditor objEditor,
                                   java.lang.Object o,
                                   java.lang.String title)