|
org.openide.text 6.18 | |||||||||
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. |
In order to speedup, or remove the load of initialization of kit in AWT during startup, the initialization is done outside of AWT thread as much as possible. This provides new API for editor kits, one component and one system property.
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.
|
|
Read more about the implementation in the answers to architecture questions.
|
org.openide.text 6.18 | |||||||||
PREV NEXT | FRAMES NO FRAMES |