org.eclipse.wst.jsdt.ui
Class ProjectLibraryRoot

java.lang.Object
  extended by org.eclipse.wst.jsdt.ui.ProjectLibraryRoot

public class ProjectLibraryRoot
extends java.lang.Object


Nested Class Summary
static class ProjectLibraryRoot.WorkBenchAdapter
           
 
Constructor Summary
ProjectLibraryRoot(IJavaScriptProject project)
           
 
Method Summary
 java.lang.Object getAdapter(java.lang.Class adapter)
           
 java.lang.Object[] getChildren()
           
 IJavaScriptProject getProject()
           
 java.lang.String getText()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProjectLibraryRoot

public ProjectLibraryRoot(IJavaScriptProject project)
Method Detail

getProject

public IJavaScriptProject getProject()

getText

public java.lang.String getText()

getChildren

public java.lang.Object[] getChildren()

getAdapter

public java.lang.Object getAdapter(java.lang.Class adapter)