JavaScript Development Tools
Release 3.2

org.eclipse.wst.jsdt.ui
Class ProjectLibraryRoot

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

public class ProjectLibraryRoot
extends Object


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

Constructor Detail

ProjectLibraryRoot

public ProjectLibraryRoot(IJavaScriptProject project)
Method Detail

getProject

public IJavaScriptProject getProject()

getText

public String getText()

hasChildren

public boolean hasChildren()

getChildren

public Object[] getChildren()

getAdapter

public Object getAdapter(Class adapter)

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

JavaScript Development Tools
Release 3.2

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