net.simplace.pipe.util.FWFormDialog

simple Logindialog


public class FWFormDialog extends javax.swing.JDialog implements
java.awt.event.ActionListener {
// Public Constructors
public FWFormDialog(JFrame aMainFrame, Element aFormElement, FWObservable
aObservable, String aTitle);


// Public Instance Methods
public void actionPerformed(ActionEvent aActionEvent);
// From java.awt.event.ActionListener


(non-Javadoc)
public FWObservable getObservable();


returns the usermap after change
public boolean isOK();


returns boolean if dialog was ended with OK (true) or not (false)


}



Hierarchy: java.lang.Object - java.awt.Component (java.awt.image.ImageObserver, java.awt.MenuContainer, java.io.Serializable) - java.awt.Container - java.awt.Window (javax.accessibility.Accessible) - java.awt.Dialog - javax.swing.JDialog (javax.swing.WindowConstants, javax.accessibility.Accessible, javax.swing.RootPaneContainer, javax.swing.TransferHandler.HasGetTransferHandler) - FWFormDialog (java.awt.event.ActionListener)