|
org.netbeans.modules.editor.lib2/1 1.3 2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.netbeans.spi.editor.highlighting.HighlightsLayerFactory.Context
public static final class HighlightsLayerFactory.Context
The context passed to a factory when it is asked to create HighlightLayer
s.
This context provides essential information such as a Document
and
JTextComponent
for which HighlightLayer
s should be created.
Method Summary | |
---|---|
JTextComponent |
getComponent()
Gets the text component for which the highlight layers are created. |
Document |
getDocument()
Gets the document for which the highlight layers are created. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public Document getDocument()
public JTextComponent getComponent()
|
org.netbeans.modules.editor.lib2/1 1.3 2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |