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 JavaSourceLookupTab


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.JavaSourceLookupTab
All Implemented Interfaces:
ILaunchConfigurationTab

Deprecated. In 3.0, the debug platform provides source lookup facilities that should be used in place of the Java source lookup support provided in 2.0. The new facilities provide a source lookup director that coordinates source lookup among a set of participants, searching a set of source containers. See the following packages: org.eclipse.debug.core.sourcelookup and org.eclipse.debug.core.sourcelookup.containers. This class has been replaced by a source lookup tab in the debug platform - org.eclipse.debug.ui.sourcelookup.SourceLookupTab.

public class JavaSourceLookupTab
extends JavaLaunchTab

A launch configuration tab that displays and edits source lookup path launch configuration attributes.

This class may be instantiated.

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

Field Summary
protected  org.eclipse.jdt.internal.debug.ui.launcher.SourceLookupBlock fSourceLookupBlock
          Deprecated.  
 
Constructor Summary
JavaSourceLookupTab ()
          Deprecated.  
 
Method Summary
 void createControl ( Composite parent)
          Deprecated.  
  String getId ()
          Deprecated.  
  Image getImage ()
          Deprecated.  
  String getName ()
          Deprecated.  
 void initializeFrom ( ILaunchConfiguration configuration)
          Deprecated.  
 void performApply ( ILaunchConfigurationWorkingCopy configuration)
          Deprecated.  
 void setDefaults ( ILaunchConfigurationWorkingCopy configuration)
          Deprecated.  
 
Methods inherited from class org.eclipse.jdt.debug.ui.launchConfigurations. JavaLaunchTab
getContext, getCurrentLaunchConfiguration, initializeJavaProject
 
Methods inherited from class org.eclipse.debug.ui. AbstractLaunchConfigurationTab
activated, canSave, createCheckButton, createPushButton, createRadioButton, createSeparator, createVerticalSpacer, deactivated, dispose, getControl, getErrorMessage, getLaunchConfigurationDialog, getLaunchManager, getMessage, getShell, isDirty, isValid, 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
 

Field Detail

fSourceLookupBlock

protected org.eclipse.jdt.internal.debug.ui.launcher.SourceLookupBlock fSourceLookupBlock
Deprecated. 
Constructor Detail

JavaSourceLookupTab

public JavaSourceLookupTab()
Deprecated. 
Method Detail

createControl

public void createControl(
Composite parent)
Deprecated. 
See Also:
ILaunchConfigurationTab.createControl(Composite)

setDefaults

public void setDefaults(
ILaunchConfigurationWorkingCopy configuration)
Deprecated. 
See Also:
ILaunchConfigurationTab.setDefaults(ILaunchConfigurationWorkingCopy)

initializeFrom

public void initializeFrom(
ILaunchConfiguration configuration)
Deprecated. 
Specified by:
initializeFrom in interface ILaunchConfigurationTab
Overrides:
initializeFrom in class JavaLaunchTab
See Also:
ILaunchConfigurationTab.initializeFrom(ILaunchConfiguration)

performApply

public void performApply(
ILaunchConfigurationWorkingCopy configuration)
Deprecated. 
See Also:
ILaunchConfigurationTab.performApply(ILaunchConfigurationWorkingCopy)

getId

public 
String getId()
Deprecated. 
Overrides:
getId in class AbstractLaunchConfigurationTab
Since:
3.3
See Also:
AbstractLaunchConfigurationTab.getId()

getName

public 
String getName()
Deprecated. 
See Also:
ILaunchConfigurationTab.getName()

getImage

public 
Image getImage()
Deprecated. 
Specified by:
getImage in interface ILaunchConfigurationTab
Overrides:
getImage in class AbstractLaunchConfigurationTab
See Also:
ILaunchConfigurationTab.getImage()

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