org.apache.commons.jelly.eclipse.ui
Class JellyLaunchMainTab

java.lang.Object
  extended byorg.eclipse.debug.ui.AbstractLaunchConfigurationTab
      extended byorg.apache.commons.jelly.eclipse.ui.JellyLaunchMainTab
All Implemented Interfaces:
org.eclipse.debug.ui.ILaunchConfigurationTab

public class JellyLaunchMainTab
extends org.eclipse.debug.ui.AbstractLaunchConfigurationTab

JellyLaunchMainTab is the main tab of the launch configuration dialog. The file of the Jelly script and the output file for the script processing result can be set.

Since:
0.9
Author:
Juergen Mayrbaeurl

Constructor Summary
JellyLaunchMainTab()
          Empty default constructor
 
Method Summary
 void createControl(org.eclipse.swt.widgets.Composite parent)
           
 java.lang.String getName()
           
 void initializeFrom(org.eclipse.debug.core.ILaunchConfiguration config)
           
 boolean isValid(org.eclipse.debug.core.ILaunchConfiguration config)
           
 void performApply(org.eclipse.debug.core.ILaunchConfigurationWorkingCopy config)
           
 void setDefaults(org.eclipse.debug.core.ILaunchConfigurationWorkingCopy config)
           
 
Methods inherited from class org.eclipse.debug.ui.AbstractLaunchConfigurationTab
activated, canSave, createCheckButton, createPushButton, createRadioButton, createSeparator, createVerticalSpacer, deactivated, dispose, getControl, getErrorMessage, getImage, getLaunchConfigurationDialog, getLaunchManager, getMessage, getShell, isDirty, launched, setAttribute, setControl, setDirty, setErrorMessage, setLaunchConfigurationDialog, setMessage, updateLaunchConfigurationDialog
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JellyLaunchMainTab

public JellyLaunchMainTab()
Empty default constructor

Method Detail

createControl

public void createControl(org.eclipse.swt.widgets.Composite parent)

setDefaults

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

initializeFrom

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

performApply

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

getName

public java.lang.String getName()

isValid

public boolean isValid(org.eclipse.debug.core.ILaunchConfiguration config)


Copyright © 2004 Juergen Mayrbaeurl. All Rights Reserved.