|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ModelList.Node | |
edu.rice.cs.drjava.model.definitions.reducedmodel | This package contains the code for the "reduced model": a model of the text in the definitions pane designed for quickly locating matching parentheses, quotation marks, and comment delimiters. |
Uses of ModelList.Node in edu.rice.cs.drjava.model.definitions.reducedmodel |
Fields in edu.rice.cs.drjava.model.definitions.reducedmodel declared as ModelList.Node | |
private ModelList.Node |
ModelList._head
|
private ModelList.Node |
ModelList._tail
|
private ModelList.Node |
ModelList.Iterator._point
|
(package private) ModelList.Node |
ModelList.Node.pred
|
(package private) ModelList.Node |
ModelList.Node.succ
|
Methods in edu.rice.cs.drjava.model.definitions.reducedmodel with parameters of type ModelList.Node | |
private void |
ModelList.insert(ModelList.Node point,
Object item)
Insert an item before a certain node in the list. |
private void |
ModelList.remove(ModelList.Node point)
Remove a node from the list. |
private void |
ModelList.Iterator.notifyOfRemove(int pos,
ModelList.Node point)
When an iterator removes an item, it notifies other iterators in the set of listeners so they can stay updated. |
private void |
ModelList.Iterator.notifyOfCollapse(int leftPos,
int rightPos,
ModelList.Node rightPoint)
When an iterator collapses part of the list, it notifies other iterators in the set of listeners so they can stay updated. |
Constructors in edu.rice.cs.drjava.model.definitions.reducedmodel with parameters of type ModelList.Node | |
ModelList.Node(Object item,
ModelList.Node previous,
ModelList.Node successor)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |