|
|||||||||
| Home >> All >> org >> eclipse >> jface >> text >> source >> [ projection overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.eclipse.jface.text.source.projection
Class ProjectionViewer.ProjectionCommandQueue

java.lang.Objectorg.eclipse.jface.text.source.projection.ProjectionViewer.ProjectionCommandQueue
- Enclosing class:
- ProjectionViewer
- private static class ProjectionViewer.ProjectionCommandQueue
- extends java.lang.Object
The queue of projection command objects.
| Field Summary | |
(package private) int |
fExpectedExecutionCosts
|
(package private) java.util.List |
fList
|
(package private) static int |
INVALIDATION_COSTS
|
(package private) static int |
REDRAW_COSTS
|
| Constructor Summary | |
private |
ProjectionViewer.ProjectionCommandQueue()
|
| Method Summary | |
(package private) void |
add(ProjectionViewer.ProjectionCommand command)
|
(package private) void |
clear()
|
private void |
computeExpectedExecutionCosts()
|
(package private) java.util.Iterator |
iterator()
|
(package private) boolean |
passedInvalidationCostsThreshold()
|
(package private) boolean |
passedRedrawCostsThreshold()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
REDRAW_COSTS
static final int REDRAW_COSTS
- See Also:
- Constant Field Values
INVALIDATION_COSTS
static final int INVALIDATION_COSTS
- See Also:
- Constant Field Values
fList
java.util.List fList
fExpectedExecutionCosts
int fExpectedExecutionCosts
| Constructor Detail |
ProjectionViewer.ProjectionCommandQueue
private ProjectionViewer.ProjectionCommandQueue()
| Method Detail |
add
void add(ProjectionViewer.ProjectionCommand command)
iterator
java.util.Iterator iterator()
clear
void clear()
passedRedrawCostsThreshold
boolean passedRedrawCostsThreshold()
passedInvalidationCostsThreshold
boolean passedInvalidationCostsThreshold()
computeExpectedExecutionCosts
private void computeExpectedExecutionCosts()
|
|||||||||
| Home >> All >> org >> eclipse >> jface >> text >> source >> [ projection overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
org.eclipse.jface.text.source.projection.ProjectionViewer.ProjectionCommandQueue