wt.clients.iba
Class EditorLauncher

java.lang.Object
  extended bywt.clients.iba.EditorLauncher
Direct Known Subclasses:
BusinessEntityEditorLauncher, ClassificationNodeEditorLauncher, WTPartEditorLauncher

public abstract class EditorLauncher
extends Object


Field Summary
private static String CLASSNAME
           
private  Object editorObject
           
private static String RESOURCE
           
private static String versionID
           
 
Constructor Summary
EditorLauncher()
           
 
Method Summary
protected  Object getEditorObject()
          Gets the value of the attribute: editorObject.
abstract  void launch(MeasurementSystemDefaultView ms, boolean editable)
           
protected  void setEditorObject(Object a_EditorObject)
          Sets the value of the attribute: editorObject.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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

editorObject

private Object editorObject
Constructor Detail

EditorLauncher

public EditorLauncher()
Method Detail

getEditorObject

protected Object getEditorObject()
Gets the value of the attribute: editorObject.

Returns:
Object

setEditorObject

protected void setEditorObject(Object a_EditorObject)
Sets the value of the attribute: editorObject.

Parameters:
a_EditorObject -

launch

public abstract void launch(MeasurementSystemDefaultView ms,
                            boolean editable)
Parameters:
ms -
editable -