| Class and Description |
|---|
| FoldHandle
An object that refers to a fold in output window.
|
| InputOutput
An I/O connection to one tab on the Output Window.
|
| IOColors.OutputType
output types
|
| IOContainer
IOContainer is accessor class to parent container of IO tabs for IOProvider implementations.
|
| IOContainer.CallBacks
Callbacks from IOContainer to child component corresponding to IO
|
| IOContainer.Provider
SPI for providers of parent container for IO components (tabs)
|
| IOFolding.FoldHandleDefinition
An SPI for creating custom FoldHandle implementations.
|
| IOPosition.Position |
| IOProvider
A factory for IO tabs shown in the output window.
|
| IOSelect.AdditionalOperation
Additional operations to perform when issuing
IOSelect.select(org.openide.windows.InputOutput, java.util.Set<org.openide.windows.IOSelect.AdditionalOperation>). |
| OutputEvent
Event fired when something happens to a line in the Output Window.
|
| OutputListener
Listener to actions taken on a line in the Output Window.
|
| OutputWriter
A PrintWriter subclass for writing to a tab in the output window.
|