Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.eclipse.jface.text.source.projection
Class ProjectionViewer.ProjectionCommandQueue  view ProjectionViewer.ProjectionCommandQueue download ProjectionViewer.ProjectionCommandQueue.java

java.lang.Object
  extended byorg.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()