wt.clients.iba
Class EditorLauncherFactory

java.lang.Object
  extended bywt.clients.iba.EditorLauncherFactory

public class EditorLauncherFactory
extends Object


Field Summary
private static String CLASSNAME
           
private  Component comp
           
private static boolean debug
           
protected static String IBA_RESOURCE
           
protected static ResourceBundle resource
           
private static String RESOURCE
           
private static String versionID
           
 
Constructor Summary
EditorLauncherFactory()
           
 
Method Summary
static EditorLauncher getEditorLauncher(IBAHolder object)
           
static EditorLauncher getEditorLauncher(IBAHolder object, Component parent)
           
static EditorLauncher getEditorLauncher(LiteIBAReferenceable object)
           
static EditorLauncher getEditorLauncher(LiteIBAReferenceable object, Component parent)
           
protected static void initResource()
           
private static EditorLauncher readFromProperties(String classname)
           
 
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

comp

private Component comp

IBA_RESOURCE

protected static final String IBA_RESOURCE
See Also:
Constant Field Values

resource

protected static ResourceBundle resource
Constructor Detail

EditorLauncherFactory

public EditorLauncherFactory()
Method Detail

getEditorLauncher

public static EditorLauncher getEditorLauncher(LiteIBAReferenceable object)
Parameters:
object -
Returns:
EditorLauncher

getEditorLauncher

public static EditorLauncher getEditorLauncher(IBAHolder object)
Parameters:
object -
Returns:
EditorLauncher

readFromProperties

private static EditorLauncher readFromProperties(String classname)

getEditorLauncher

public static EditorLauncher getEditorLauncher(LiteIBAReferenceable object,
                                               Component parent)

getEditorLauncher

public static EditorLauncher getEditorLauncher(IBAHolder object,
                                               Component parent)
Parameters:
object -
Returns:
EditorLauncher

initResource

protected static void initResource()