Uses of Class
org.eclipse.wst.jsdt.core.LibrarySuperType

Packages that use LibrarySuperType
org.eclipse.wst.jsdt.core   
org.eclipse.wst.jsdt.ui.wizards   
 

Uses of LibrarySuperType in org.eclipse.wst.jsdt.core
 

Methods in org.eclipse.wst.jsdt.core that return LibrarySuperType
 LibrarySuperType[] LibrarySuperType.getChildren()
           
 LibrarySuperType IJavaScriptElement.getCommonSuperType()
          Returns the Super type this file is considered to be a member of.
 LibrarySuperType LibrarySuperType.getParent()
           
 

Uses of LibrarySuperType in org.eclipse.wst.jsdt.ui.wizards
 

Methods in org.eclipse.wst.jsdt.ui.wizards that return LibrarySuperType
static LibrarySuperType BuildPathDialogAccess.chooseSuperType(Shell shell, org.eclipse.wst.jsdt.internal.ui.wizards.buildpaths.CPListElement[] cpEntries, LibrarySuperType initialSelection, IJavaScriptProject project)
           
 

Methods in org.eclipse.wst.jsdt.ui.wizards with parameters of type LibrarySuperType
static LibrarySuperType BuildPathDialogAccess.chooseSuperType(Shell shell, org.eclipse.wst.jsdt.internal.ui.wizards.buildpaths.CPListElement[] cpEntries, LibrarySuperType initialSelection, IJavaScriptProject project)