Verwendungen von Schnittstelle
org.aspectj.org.eclipse.jdt.core.IOpenable
Packages, die IOpenable verwenden
Package
Beschreibung
The Java model is the set of classes that model the
objects associated with creating, editing, and building a Java program.
-
Verwendungen von IOpenable in org.aspectj.org.eclipse.jdt.core
Unterschnittstellen von IOpenable in org.aspectj.org.eclipse.jdt.coreModifizierer und TypSchnittstelleBeschreibunginterfaceRepresents a single.classfile, holding the binary form of either a type or a module: A class file of typeIOrdinaryClassFilehas a single child of typeIType, a class file of typeIModularClassFilehas a single child of typeIModuleDescription. Class file elements need to be opened before they can be navigated.interfaceRepresents an entire Java compilation unit (source file with one of theJava-like extensions).interfaceRepresent the root Java element corresponding to the workspace.interfaceA Java project represents a view of a project resource in terms of Java elements such as package fragments, types, methods and fields.interfaceRepresents the class file of a module description ("module-info.class").interfaceOrdinary form of aIClassFilewhich holds exactly oneIType.interfaceA package fragment is a portion of the workspace corresponding to an entire package, or to a portion thereof.interfaceA package fragment root contains a set of package fragments.interfaceRepresents an entire Java type root (either anICompilationUnitor anIClassFile).Methoden in org.aspectj.org.eclipse.jdt.core, die IOpenable zurückgebenModifizierer und TypMethodeBeschreibungIJavaElement.getOpenable()Returns the first openable parent.IBuffer.getOwner()Returns the Java openable element owning of this buffer.Methoden in org.aspectj.org.eclipse.jdt.core mit Parametern vom Typ IOpenableModifizierer und TypMethodeBeschreibungIBufferFactory.createBuffer(IOpenable owner) Veraltet.Creates a buffer for the given owner. -
Verwendungen von IOpenable in org.aspectj.org.eclipse.jdt.internal.codeassist.impl
Klassen in org.aspectj.org.eclipse.jdt.internal.codeassist.impl, die IOpenable implementieren -
Verwendungen von IOpenable in org.aspectj.org.eclipse.jdt.internal.core
Klassen in org.aspectj.org.eclipse.jdt.internal.core mit Typparametern vom Typ IOpenableModifizierer und TypKlasseBeschreibungclassElementCache<K extends IJavaElement & IOpenable>An LRU cache ofJavaElements.classVerboseElementCache<K extends IJavaElement & IOpenable>Klassen in org.aspectj.org.eclipse.jdt.internal.core, die IOpenable implementierenModifizierer und TypKlasseBeschreibungclassCommon parts of ClassFile (containing a BinaryType) and ModularClassFile (containing a BinaryModule).classclassA working copy on anIClassFile.classclassclassA package fragment root that corresponds to an external class folder.classA package fragment root that corresponds to a .jar or .zip.classImplementation ofIJavaModel.classHandle for a Java Project.classA package fragment root that corresponds to a JMod file.classA package fragment root that corresponds to a module in a JRT file system.classA handle to a modular class file.classAbstract class for implementations of java elements which are IOpenable.classclassFelder in org.aspectj.org.eclipse.jdt.internal.core, die deklariert sind als IOpenableMethoden in org.aspectj.org.eclipse.jdt.internal.core, die IOpenable zurückgebenModifizierer und TypMethodeBeschreibungJavaElement.getOpenable()Openable.getOpenable()JavaElement.getOpenableParent()Return the first instance of IOpenable in the parent hierarchy of this element.SourceRefElement.getOpenableParent()Return the first instance of IOpenable in the hierarchy of this type (going up the hierarchy from this type);Buffer.getOwner()Methoden in org.aspectj.org.eclipse.jdt.internal.core mit Parametern vom Typ IOpenableModifizierer und TypMethodeBeschreibungstatic IBufferBufferManager.createBuffer(IOpenable owner) static IBufferBufferManager.createNullBuffer(IOpenable owner) Returns the open buffer associated with the given owner, ornullif the owner does not have an open buffer associated with it.Konstruktoren in org.aspectj.org.eclipse.jdt.internal.core mit Parametern vom Typ IOpenableModifiziererKonstruktorBeschreibungprotectedCreates a new buffer on an underlying resource.NullBuffer(org.eclipse.core.resources.IFile file, IOpenable owner, boolean readOnly) Creates a new null buffer on an underlying resource. -
Verwendungen von IOpenable in org.aspectj.org.eclipse.jdt.internal.core.hierarchy
Felder in org.aspectj.org.eclipse.jdt.internal.core.hierarchy mit Typparametern vom Typ IOpenable