See: Description
Package | Description |
---|---|
org.openide.windows |
Interfaces for working with input/output tabs.
|
XXX no answer for arch-overall
Added methods that provide better info about state of fold handles, and methods that handle unexpected situations silently instead of throwing exceptions.
Added enum elements LOG_SUCCESS, LOG_FAILURE, LOG_WARNING
and LOG_DEBUG
into IOColors.OutputType
that can be passed to get/setColor methods to have access
to color of standard logging messages.
Added enum element IOColors.OutputType.INPUT
that can be passed to get/setColor methods to set a color of the
input text.
Adding class IOFolding for checking that folding is supported and for creating folds in output window, and class FoldHandle for finishing the folds and creation of nested folds.
See
IOFolding,
FoldHandle.
Added method IOProvider.getIO
that takes all
4 supported parameters and that complements other
getIO
methods. See
IOProvider
The original mapping from IO name to IO object has been replaced with mapping from pair [IO container, IO name] to IO object. This mapping is used for reusing of IO objects.
XXX no answer for arch-usecases
|
The sources for the module are in the NetBeans Mercurial repositories.
XXX no answer for deploy-dependencies
Read more about the implementation in the answers to architecture questions.
Built on December 20 2016. | Portions Copyright 1997-2016 Oracle. All rights reserved.