Java org.eclipse.jdt.core IOpenable fields, constructors, methods, implement or subclass

Example usage for Java org.eclipse.jdt.core IOpenable fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.eclipse.jdt.core IOpenable.

The text is from its open source code.

Implementation

org.eclipse.jdt.core.IOpenable has the following implementations.
Click this link to see all its implementation.

Method

IBuffergetBuffer()
Returns the buffer opened for this element, or null if this element does not have a buffer.
booleanisOpen()
Returns whether this openable is open.
voidopen(IProgressMonitor progress)
Opens this element and all parent elements that are not already open.