Package | Description |
---|---|
org.eclipse.jface.text |
Provides a framework for creating and manipulating text documents.
|
org.eclipse.jface.text.source |
Provides a framework for connecting document regions
with annotations and for displaying those.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractInformationControl
An abstract information control that can show content inside a shell.
|
class |
DefaultInformationControl
Default implementation of
IInformationControl . |
Modifier and Type | Field and Description |
---|---|
protected IInformationControl |
AbstractInformationControlManager.fInformationControl
The information control.
|
Modifier and Type | Method and Description |
---|---|
IInformationControl |
IInformationControlCreator.createInformationControl(Shell parent)
Creates a new information control with the given shell as the control's parent.
|
IInformationControl |
AbstractReusableInformationControlCreator.createInformationControl(Shell parent) |
protected abstract IInformationControl |
AbstractReusableInformationControlCreator.doCreateInformationControl(Shell parent)
Creates the control.
|
protected IInformationControl |
AbstractInformationControlManager.getInformationControl()
Returns the information control.
|
Modifier and Type | Method and Description |
---|---|
boolean |
IInformationControlCreatorExtension.canReuse(IInformationControl control)
Tests if an existing information control can be reused.
|
boolean |
AbstractReusableInformationControlCreator.canReuse(IInformationControl control) |
protected Point |
AbstractInformationControlManager.computeSizeConstraints(Control subjectControl,
IInformationControl informationControl)
Computes the size constraints of the information control in points based on the
default font of the given subject control as well as the size constraints in character
width.
|
protected Point |
AbstractInformationControlManager.computeSizeConstraints(Control subjectControl,
Rectangle subjectArea,
IInformationControl informationControl)
Computes the size constraints of the information control in points.
|
void |
AbstractInformationControlManager.IInformationControlCloser.setInformationControl(IInformationControl control)
Sets the closer's information control, the one to close if necessary.
|
Modifier and Type | Method and Description |
---|---|
protected Point |
AnnotationBarHoverManager.computeSizeConstraints(Control subjectControl,
Rectangle subjectArea,
IInformationControl informationControl) |
void |
AnnotationBarHoverManager.Closer.setInformationControl(IInformationControl control)
Deprecated.
|
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.