Uses of Interface
org.eclipse.wst.jsdt.core.IOpenable

Packages that use IOpenable
org.eclipse.wst.jsdt.core   
 

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

Subinterfaces of IOpenable in org.eclipse.wst.jsdt.core
 interface IClassFile
          Represents an entire non-editable JavaScript file.
 interface IJavaScriptModel
          Represent the root JavaScript element corresponding to the workspace.
 interface IJavaScriptProject
          A JavaScript project represents a view of a project resource in terms of JavaScript elements such as package fragments, types, methods and fields.
 interface IJavaScriptUnit
          Represents an entire JavaScript file (source file with one of the JavaScript-like extensions).
 interface IPackageFragment
          A package fragment (or source folder) is a portion of the workspace corresponding to an entire package, or to a portion thereof.
 interface IPackageFragmentRoot
          A package fragment root (or source folder root) contains a set of source folders (package fragments).
 interface ITypeRoot
          Represents an entire JavaScript type root (either an IJavaScriptUnit or an IClassFile).
 

Methods in org.eclipse.wst.jsdt.core that return IOpenable
 IOpenable IJavaScriptElement.getOpenable()
          Returns the first openable parent.
 IOpenable IBuffer.getOwner()
          Returns the JavaScript openable element owning of this buffer.
 

Methods in org.eclipse.wst.jsdt.core with parameters of type IOpenable
 IBuffer IBufferFactory.createBuffer(IOpenable owner)
          Deprecated. Creates a buffer for the given owner.