| Modifier and Type | Field | Description |
|---|---|---|
static InputOutput |
InputOutput.NULL |
Null InputOutput
|
| Modifier and Type | Method | Description |
|---|---|---|
InputOutput |
OutputEvent.getInputOutput() |
Get the Output Window tab in question.
|
abstract InputOutput |
IOProvider.getIO(java.lang.String name,
boolean newIO) |
Get a named instance of InputOutput, which represents an output tab in
the output window.
|
InputOutput |
IOProvider.getIO(java.lang.String name,
boolean newIO,
javax.swing.Action[] actions,
IOContainer ioContainer) |
Gets a named instance of
InputOutput. |
InputOutput |
IOProvider.getIO(java.lang.String name,
javax.swing.Action[] actions) |
Gets a named instance of InputOutput with actions displayed in the
toolbar.
|
InputOutput |
IOProvider.getIO(java.lang.String name,
javax.swing.Action[] actions,
IOContainer ioContainer) |
Gets a named instance of
InputOutput. |
| Modifier and Type | Method | Description |
|---|---|---|
static IOPosition.Position |
IOPosition.currentPosition(InputOutput io) |
Gets current position (in number of chars) in IO
|
static java.awt.Color |
IOColors.getColor(InputOutput io,
IOColors.OutputType type) |
Gets current color for output
|
static javax.swing.Icon |
IOTab.getIcon(InputOutput io) |
Gets current tab icon for specified IO
|
static java.lang.String |
IOTab.getToolTipText(InputOutput io) |
Gets current tool tip text for specified IO
|
static boolean |
IOColorLines.isSupported(InputOutput io) |
Checks whether this feature is supported for provided IO
|
static boolean |
IOColorPrint.isSupported(InputOutput io) |
Checks whether this feature is supported for provided IO
|
static boolean |
IOColors.isSupported(InputOutput io) |
Checks whether this feature is supported for provided IO
|
static boolean |
IOFolding.isSupported(InputOutput io) |
Check whether an
InputOutput supports folding. |
static boolean |
IOPosition.isSupported(InputOutput io) |
Checks whether this feature is supported for provided IO
|
static boolean |
IOSelect.isSupported(InputOutput io) |
Checks whether this feature is supported for provided IO
|
static boolean |
IOTab.isSupported(InputOutput io) |
Checks whether this feature is supported for provided IO
|
static void |
IOColorPrint.print(InputOutput io,
java.lang.CharSequence text,
java.awt.Color color) |
Prints text with selected color
|
static void |
IOColorPrint.print(InputOutput io,
java.lang.CharSequence text,
OutputListener listener,
boolean important,
java.awt.Color color) |
Prints text with selected color and add listener for it
|
static void |
IOColorLines.println(InputOutput io,
java.lang.CharSequence text,
java.awt.Color color) |
Prints line with selected color
|
static void |
IOColorLines.println(InputOutput io,
java.lang.CharSequence text,
OutputListener listener,
boolean important,
java.awt.Color color) |
Prints line with selected color
|
static void |
IOSelect.select(InputOutput io,
java.util.Set<IOSelect.AdditionalOperation> extraOps) |
With an empty 'extraOps' simply selects this io
without involving it's containing TopComponent.
|
static void |
IOColors.setColor(InputOutput io,
IOColors.OutputType type,
java.awt.Color color) |
Sets specified color for output
|
static void |
IOTab.setIcon(InputOutput io,
javax.swing.Icon icon) |
Sets icon to tab corresponding to specified IO
|
static void |
IOTab.setToolTipText(InputOutput io,
java.lang.String text) |
Sets tool tip text to tab corresponding to specified IO
|
static FoldHandle |
IOFolding.startFold(InputOutput io,
boolean expanded) |
Create a fold handle for the current last line in the output window.
|
| Constructor | Description |
|---|---|
OutputEvent(InputOutput src) |
Create an event.
|
Built on April 24 2018. | Portions Copyright 1997-2018 Oracle. All rights reserved.