Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 


Eclipse JDT
Release 3.5

org.eclipse.jdt.debug.ui.launchConfigurations
Class AppletArgumentsTab


java.lang.Object
  extended by 

org.eclipse.debug.ui.AbstractLaunchConfigurationTab
      extended by 

org.eclipse.jdt.debug.ui.launchConfigurations.JavaLaunchTab
          extended by 

org.eclipse.jdt.debug.ui.launchConfigurations.JavaArgumentsTab
              extended by 
org.eclipse.jdt.debug.ui.launchConfigurations.AppletArgumentsTab
All Implemented Interfaces:
ILaunchConfigurationTab

public class AppletArgumentsTab
extends JavaArgumentsTab

A launch configuration tab that displays and edits program arguments, VM arguments, and working directory launch configuration attributes, for an applet.

This class may be instantiated.

Since:
2.1
Restriction:
This class is not intended to be subclassed by clients.

Field Summary
 
Fields inherited from class org.eclipse.jdt.debug.ui.launchConfigurations. JavaArgumentsTab
EMPTY_STRING, fPrgmArgumentsLabel, fPrgmArgumentsText, fVMArgumentsBlock, fWorkingDirectoryBlock
 
Constructor Summary
AppletArgumentsTab ()
           
 
Method Summary
protected   WorkingDirectoryBlock createWorkingDirBlock ()
          Creates a control to specify a working directory.
protected  void setHelpContextId ()
          Set the help context id for this launch config tab.
 
Methods inherited from class org.eclipse.jdt.debug.ui.launchConfigurations. JavaArgumentsTab
activated, createControl, createVMArgsBlock, deactivated, dispose, getAttributeValueFrom, getErrorMessage, getId, getImage, getMessage, getName, initializeFrom, isValid, performApply, setDefaults, setLaunchConfigurationDialog
 
Methods inherited from class org.eclipse.jdt.debug.ui.launchConfigurations. JavaLaunchTab
getContext, getCurrentLaunchConfiguration, initializeJavaProject
 
Methods inherited from class org.eclipse.debug.ui. AbstractLaunchConfigurationTab
canSave, createCheckButton, createPushButton, createRadioButton, createSeparator, createVerticalSpacer, getControl, getLaunchConfigurationDialog, getLaunchManager, getShell, isDirty, launched, setAttribute, setControl, setDirty, setErrorMessage, setMessage, updateLaunchConfigurationDialog
 
Methods inherited from class java.lang. Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AppletArgumentsTab

public AppletArgumentsTab()
Method Detail

createWorkingDirBlock

protected 
WorkingDirectoryBlock createWorkingDirBlock()
Description copied from class: JavaArgumentsTab
Creates a control to specify a working directory.

Overrides:
createWorkingDirBlock in class JavaArgumentsTab
See Also:
JavaArgumentsTab.createWorkingDirBlock()

setHelpContextId

protected void setHelpContextId()
Description copied from class: JavaArgumentsTab
Set the help context id for this launch config tab. Subclasses may override this method.

Overrides:
setHelpContextId in class JavaArgumentsTab
See Also:
JavaArgumentsTab.setHelpContextId()

Eclipse JDT
Release 3.5

Copyright (c) IBM Corp. and others 2000, 2008. All Rights Reserved.

 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire