- open() - Method in class org.openide.windows.IOContainer
-
Opens parent container
- open() - Method in interface org.openide.windows.IOContainer.Provider
-
Parent container for should be opened
- org.openide.windows - package org.openide.windows
-
Interfaces for working with input/output tabs.
- OutputEvent - Class in org.openide.windows
-
Event fired when something happens to a line in the Output Window.
- OutputEvent(InputOutput) - Constructor for class org.openide.windows.OutputEvent
-
Create an event.
- outputLineAction(OutputEvent) - Method in interface org.openide.windows.OutputListener
-
Called when some sort of action is performed on a line.
- outputLineCleared(OutputEvent) - Method in interface org.openide.windows.OutputListener
-
Called when a line is cleared from the buffer of known lines.
- outputLineSelected(OutputEvent) - Method in interface org.openide.windows.OutputListener
-
Called when a line is selected.
- OutputListener - Interface in org.openide.windows
-
Listener to actions taken on a line in the Output Window.
- OutputWriter - Class in org.openide.windows
-
A PrintWriter subclass for writing to a tab in the output window.
- OutputWriter(Writer) - Constructor for class org.openide.windows.OutputWriter
-
Make an output writer.