Package | Description |
---|---|
org.netbeans.lib.editor.view |
Modifier and Type | Class and Description |
---|---|
class |
GapBoxView
Composite view implementation inspired
by the
AsyncBoxView
holding its children in GapObjectArray
and capable of posting complex layout changes
into a separate layout thread. |
class |
GapDocumentView
View responsible for holding all line views for a particular document.
|
class |
GapLineView
Extension of
GapBoxView encapsulating
one line of a text capable of doing baseline layout
and line wrapping. |
class |
GapMultiLineView
Extension of
GapLineView capable of encapsulating
one or more lines depending on a possible presence of collapsed
fold views as children of this view. |
Modifier and Type | Method and Description |
---|---|
protected ViewLayoutState.Parent |
GapBoxView.getLayoutStateParent() |
protected ViewLayoutState.Parent |
SimpleViewLayoutState.getLayoutStateParent() |
Modifier and Type | Method and Description |
---|---|
protected void |
GapBoxView.processRepaint(ViewLayoutState.Parent lsParent)
Process pending repaint requests from children.
|
protected void |
GapDocumentView.processRepaint(ViewLayoutState.Parent lsParent) |