org.eclipse.etrice.generator.launch.java
Class JavaGeneratorConfigTab

java.lang.Object
  extended by AbstractLaunchConfigurationTab
      extended by org.eclipse.etrice.generator.launch.java.JavaGeneratorConfigTab

public class JavaGeneratorConfigTab
extends AbstractLaunchConfigurationTab

Author:
Henrik Rentz-Reichert

Field Summary
static java.lang.String GEN_INSTANCE_DIAGRAM
           
static java.lang.String GEN_MODEL_PATH
           
static java.lang.String LIB
           
static java.lang.String SAVE_GEN_MODEL
           
 
Constructor Summary
JavaGeneratorConfigTab()
           
 
Method Summary
 boolean canSave()
           
 void createControl(Composite parent)
           
 java.lang.String getName()
           
protected  void handlePathButtonSelected()
           
protected  void handleSaveGenModelSelected()
           
 void initializeFrom(org.eclipse.debug.core.ILaunchConfiguration configuration)
           
 void performApply(org.eclipse.debug.core.ILaunchConfigurationWorkingCopy configuration)
           
 void setDefaults(org.eclipse.debug.core.ILaunchConfigurationWorkingCopy configuration)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

GEN_INSTANCE_DIAGRAM

public static final java.lang.String GEN_INSTANCE_DIAGRAM
See Also:
Constant Field Values

GEN_MODEL_PATH

public static final java.lang.String GEN_MODEL_PATH
See Also:
Constant Field Values

SAVE_GEN_MODEL

public static final java.lang.String SAVE_GEN_MODEL
See Also:
Constant Field Values

LIB

public static final java.lang.String LIB
See Also:
Constant Field Values
Constructor Detail

JavaGeneratorConfigTab

public JavaGeneratorConfigTab()
Method Detail

getName

public java.lang.String getName()

createControl

public void createControl(Composite parent)

handleSaveGenModelSelected

protected void handleSaveGenModelSelected()

handlePathButtonSelected

protected void handlePathButtonSelected()

setDefaults

public void setDefaults(org.eclipse.debug.core.ILaunchConfigurationWorkingCopy configuration)

initializeFrom

public void initializeFrom(org.eclipse.debug.core.ILaunchConfiguration configuration)

performApply

public void performApply(org.eclipse.debug.core.ILaunchConfigurationWorkingCopy configuration)

canSave

public boolean canSave()