ccs.cpc.impl
Class HelperAppDialogEditor

java.lang.Object
  extended by ccs.cpc.impl.HelperAppDialogEditor
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener

 class HelperAppDialogEditor
extends java.lang.Object
implements java.awt.event.ActionListener


Constructor Summary
HelperAppDialogEditor(CpcImpl cpc, java.awt.Frame frame, HelperApp src, java.lang.String title)
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent ae)
           
(package private)  HelperApp getResult()
           
(package private)  boolean run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HelperAppDialogEditor

HelperAppDialogEditor(CpcImpl cpc,
                      java.awt.Frame frame,
                      HelperApp src,
                      java.lang.String title)
Method Detail

run

boolean run()
      throws ccs.LoseException
Throws:
ccs.LoseException

getResult

HelperApp getResult()

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent ae)
Specified by:
actionPerformed in interface java.awt.event.ActionListener