|
org.openide.text 6.16 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
See:
Description
| Text API | |
|---|---|
| org.openide.cookies | |
| org.openide.text | NetBeans is able to integrate multiple editors for different content types and mechanically access their content. |
NbDocument.Colors moved to org.openide.options.
Class NbDocument.Colors was removed to remove dependency on org.openide.options.
Runtime backward compatibility was ensured by moving into org.openide.options module which is
already deprecated.
NbDocument.COLORS
Field NbDocument.COLORS was removed to remove dependency on org.openide.options.
PrintPreferences
Class PrintPreferences was added as replacement for original
class PrintSettings.
PrintSettings
Classes PrintSettings and PrintSettingsBeanInfo
were removed. Runtime backward compatibility was ensured
by moving both into org.openide.options module which is already deprecated.
The Line.show() method accepts show mode constant,
that influences the way the Line is displayed on the request.
These additional constants provide new modes for opening the line
in a shared editor window that can be replaced by subsequent calls of
Line.show(SHOW_REUSE) on Lines from different
Document. This is useful for quick source browsing without
cluttering the UI with too many opened editors.
|
|
Read more about the implementation in the answers to architecture questions.
|
org.openide.text 6.16 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||