wt.clients.csm.businessentity
Class BusinessEntityEditorLauncher

java.lang.Object
  extended bywt.clients.iba.EditorLauncher
      extended bywt.clients.csm.businessentity.BusinessEntityEditorLauncher

public class BusinessEntityEditorLauncher
extends EditorLauncher


Field Summary
private  ResourceBundle beResource
           
private static String BUSINESSENTITY_RESOURCE
           
private static String CLASSNAME
           
private static boolean debug
           
private static Frame frame
           
private static String RESOURCE
           
private static String versionID
           
 
Fields inherited from class wt.clients.iba.EditorLauncher
 
Constructor Summary
BusinessEntityEditorLauncher()
           
BusinessEntityEditorLauncher(Object editorObject)
           
 
Method Summary
protected  void initResource()
           
 void launch(MeasurementSystemDefaultView ms, boolean editable)
           
protected  void showExceptionDialog(String message, boolean modal, Exception e)
           
protected  void showMessageDialog(String message, boolean modal)
           
 
Methods inherited from class wt.clients.iba.EditorLauncher
getEditorObject, setEditorObject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

debug

private static final boolean debug

RESOURCE

private static final String RESOURCE
See Also:
Constant Field Values

CLASSNAME

private static final String CLASSNAME

versionID

private static final String versionID
See Also:
Constant Field Values

frame

private static Frame frame

BUSINESSENTITY_RESOURCE

private static String BUSINESSENTITY_RESOURCE

beResource

private ResourceBundle beResource
Constructor Detail

BusinessEntityEditorLauncher

public BusinessEntityEditorLauncher(Object editorObject)
Parameters:
editorObject -

BusinessEntityEditorLauncher

public BusinessEntityEditorLauncher()
Method Detail

initResource

protected void initResource()

launch

public void launch(MeasurementSystemDefaultView ms,
                   boolean editable)
Specified by:
launch in class EditorLauncher
Parameters:
ms -
editable -

showMessageDialog

protected void showMessageDialog(String message,
                                 boolean modal)

showExceptionDialog

protected void showExceptionDialog(String message,
                                   boolean modal,
                                   Exception e)