Uses of Interface
org.aspectj.org.eclipse.jdt.core.IBufferChangedListener
Packages that use IBufferChangedListener
Package
Description
The Java model is the set of classes that model the
objects associated with creating, editing, and building a Java program.
-
Uses of IBufferChangedListener in org.aspectj.org.eclipse.jdt.core
Methods in org.aspectj.org.eclipse.jdt.core with parameters of type IBufferChangedListenerModifier and TypeMethodDescriptionvoidIBuffer.addBufferChangedListener(IBufferChangedListener listener) Adds the given listener for changes to this buffer.voidIBuffer.removeBufferChangedListener(IBufferChangedListener listener) Removes the given listener from this buffer. -
Uses of IBufferChangedListener in org.aspectj.org.eclipse.jdt.internal.codeassist.impl
Classes in org.aspectj.org.eclipse.jdt.internal.codeassist.impl that implement IBufferChangedListener -
Uses of IBufferChangedListener in org.aspectj.org.eclipse.jdt.internal.core
Classes in org.aspectj.org.eclipse.jdt.internal.core that implement IBufferChangedListenerModifier and TypeClassDescriptionclassCommon 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.classclassFields in org.aspectj.org.eclipse.jdt.internal.core with type parameters of type IBufferChangedListenerModifier and TypeFieldDescriptionprotected org.eclipse.core.runtime.ListenerList<IBufferChangedListener> Buffer.changeListenersMethods in org.aspectj.org.eclipse.jdt.internal.core with parameters of type IBufferChangedListenerModifier and TypeMethodDescriptionvoidBuffer.addBufferChangedListener(IBufferChangedListener listener) voidBuffer.removeBufferChangedListener(IBufferChangedListener listener)