|
org.netbeans.modules.editor.lib/1 1.14.0 3 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ViewLayoutState.Parent | |
---|---|
org.netbeans.editor | |
org.netbeans.lib.editor.view |
Uses of ViewLayoutState.Parent in org.netbeans.editor |
---|
Classes in org.netbeans.editor that implement ViewLayoutState.Parent | |
---|---|
class |
DrawEngineFakeDocView
Fake view of the whole document supporting the code folding, operating from given startOffset to endOffset |
Uses of ViewLayoutState.Parent in org.netbeans.lib.editor.view |
---|
Classes in org.netbeans.lib.editor.view that implement ViewLayoutState.Parent | |
---|---|
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. |
Methods in org.netbeans.lib.editor.view that return ViewLayoutState.Parent | |
---|---|
protected ViewLayoutState.Parent |
SimpleViewLayoutState.getLayoutStateParent()
|
protected ViewLayoutState.Parent |
GapBoxView.getLayoutStateParent()
|
Methods in org.netbeans.lib.editor.view with parameters of type ViewLayoutState.Parent | |
---|---|
protected void |
GapDocumentView.processRepaint(ViewLayoutState.Parent lsParent)
|
protected void |
GapBoxView.processRepaint(ViewLayoutState.Parent lsParent)
Process pending repaint requests from children. |
|
org.netbeans.modules.editor.lib/1 1.14.0 3 | |||||||||
PREV NEXT | FRAMES NO FRAMES |