Modifier and Type | Field and Description |
---|---|
static InputOutput |
InputOutput.NULL
Null InputOutput
|
Modifier and Type | Method and Description |
---|---|
InputOutput |
OutputEvent.getInputOutput()
Get the Output Window tab in question.
|
InputOutput |
IOProvider.getIO(String name,
Action[] actions)
Gets a named instance of InputOutput with actions displayed in the
toolbar.
|
InputOutput |
IOProvider.getIO(String name,
Action[] actions,
IOContainer ioContainer)
Gets a named instance of
InputOutput . |
abstract InputOutput |
IOProvider.getIO(String name,
boolean newIO)
Get a named instance of InputOutput, which represents an output tab in
the output window.
|
InputOutput |
IOProvider.getIO(String name,
boolean newIO,
Action[] actions,
IOContainer ioContainer)
Gets a named instance of
InputOutput . |
Modifier and Type | Method and Description |
---|---|
static IOPosition.Position |
IOPosition.currentPosition(InputOutput io)
Gets current position (in number of chars) in IO
|
static Color |
IOColors.getColor(InputOutput io,
IOColors.OutputType type)
Gets current color for output
|
static Icon |
IOTab.getIcon(InputOutput io)
Gets current tab icon for specified IO
|
static String |
IOTab.getToolTipText(InputOutput io)
Gets current tool tip text for specified IO
|
static boolean |
IOColors.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 boolean |
IOColorPrint.isSupported(InputOutput io)
Checks whether this feature is supported for provided IO
|
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 |
IOFolding.isSupported(InputOutput io)
Check whether an
InputOutput supports folding. |
static boolean |
IOColorLines.isSupported(InputOutput io)
Checks whether this feature is supported for provided IO
|
static void |
IOColorPrint.print(InputOutput io,
CharSequence text,
Color color)
Prints text with selected color
|
static void |
IOColorPrint.print(InputOutput io,
CharSequence text,
OutputListener listener,
boolean important,
Color color)
Prints text with selected color and add listener for it
|
static void |
IOColorLines.println(InputOutput io,
CharSequence text,
Color color)
Prints line with selected color
|
static void |
IOColorLines.println(InputOutput io,
CharSequence text,
OutputListener listener,
boolean important,
Color color)
Prints line with selected color
|
static void |
IOSelect.select(InputOutput io,
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,
Color color)
Sets specified color for output
|
static void |
IOTab.setIcon(InputOutput io,
Icon icon)
Sets icon to tab corresponding to specified IO
|
static void |
IOTab.setToolTipText(InputOutput io,
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 and Description |
---|
OutputEvent(InputOutput src)
Create an event.
|