org.openide.io 1.20.1

Uses of Interface
org.openide.windows.InputOutput

Uses of InputOutput in org.openide.windows
 

Fields in org.openide.windows declared as InputOutput
static InputOutput InputOutput.NULL
          Null InputOutput
 

Methods in org.openide.windows that return InputOutput
 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.
 

Methods in org.openide.windows with parameters of type InputOutput
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 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 IOPosition.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, 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 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
 

Constructors in org.openide.windows with parameters of type InputOutput
OutputEvent(InputOutput src)
          Create an event.
 


org.openide.io 1.20.1

Built on December 28 2011.  |  Portions Copyright 1997-2011 Sun Microsystems, Inc. All rights reserved.