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

java.lang.Object
  extended byorg.eclipse.debug.ui.AbstractLaunchConfigurationTabGroup
      extended byorg.apache.commons.jelly.eclipse.ui.JellyLaunchTabGroup
All Implemented Interfaces:
org.eclipse.debug.ui.ILaunchConfigurationTabGroup

public class JellyLaunchTabGroup
extends org.eclipse.debug.ui.AbstractLaunchConfigurationTabGroup

The tab group for the Jelly launch configuration dialog. It contains - a main tab for the Jelly script file path and output file path - a java arguments tab - a JRE tab - a java classpath tab - an environment tab - a refresh tab - a common tab

Since:
0.9
Author:
Juergen Mayrbaeurl

Field Summary
 
Fields inherited from class org.eclipse.debug.ui.AbstractLaunchConfigurationTabGroup
fTabs
 
Constructor Summary
JellyLaunchTabGroup()
          Empty default constructor
 
Method Summary
 void createTabs(org.eclipse.debug.ui.ILaunchConfigurationDialog arg0, java.lang.String arg1)
           
 void setDefaults(org.eclipse.debug.core.ILaunchConfigurationWorkingCopy config)
           
 
Methods inherited from class org.eclipse.debug.ui.AbstractLaunchConfigurationTabGroup
dispose, getTabs, initializeFrom, launched, performApply, setTabs
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JellyLaunchTabGroup

public JellyLaunchTabGroup()
Empty default constructor

Method Detail

setDefaults

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

createTabs

public void createTabs(org.eclipse.debug.ui.ILaunchConfigurationDialog arg0,
                       java.lang.String arg1)


Copyright © 2004 Juergen Mayrbaeurl. All Rights Reserved.