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.ui.wizards
Interface IClasspathContainerPageExtension2


public interface IClasspathContainerPageExtension2

Classpath container pages that implement IClasspathContainerPage can optionally implement IClasspathContainerPageExtension2 to return more than one element when creating new containers. If implemented, the method getNewContainers() is used instead of the method IClasspathContainerPage.getSelection() to get the newly selected containers. IClasspathContainerPage.getSelection() is still used for edited elements.

Since:
3.0

Method Summary
  IClasspathEntry[] getNewContainers ()
          Method getNewContainers() is called instead of IClasspathContainerPage.getSelection() to get the newly added containers.
 

Method Detail

getNewContainers


IClasspathEntry[] getNewContainers()
Method getNewContainers() is called instead of IClasspathContainerPage.getSelection() to get the newly added containers. IClasspathContainerPage.getSelection() is still used to get the edited elements.

Returns:
the classpath entries created on the page. All returned entries must be on kind IClasspathEntry.CPE_CONTAINER

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