- scrollTo() - Method in interface org.openide.windows.IOPosition.Position
-
- select() - Method in interface org.openide.windows.InputOutput
-
Ensure this pane is visible.
- select(JComponent) - Method in interface org.openide.windows.IOContainer.Provider
-
Provided component should be selected
- select(JComponent) - Method in class org.openide.windows.IOContainer
-
Selects component in parent container
- select(InputOutput, Set<IOSelect.AdditionalOperation>) - Static method in class org.openide.windows.IOSelect
-
With an empty 'extraOps' simply selects this io
without involving it's containing TopComponent.
- select(Set<IOSelect.AdditionalOperation>) - Method in class org.openide.windows.IOSelect
-
With an empty 'extraOps' simply selects this io
without involving it's containing TopComponent.
- selected() - Method in interface org.openide.windows.IOContainer.CallBacks
-
tab selected
- setColor(InputOutput, IOColors.OutputType, Color) - Static method in class org.openide.windows.IOColors
-
Sets specified color for output
- setColor(IOColors.OutputType, Color) - Method in class org.openide.windows.IOColors
-
Sets specified color for output
- setErrSeparated(boolean) - Method in interface org.openide.windows.InputOutput
-
Set whether the error output should be mixed into the regular output or not.
- setErrVisible(boolean) - Method in interface org.openide.windows.InputOutput
-
Show or hide the error pane, if separated.
- setExpanded(boolean) - Method in class org.openide.windows.FoldHandle
-
Set state of the fold.
- setExpanded(boolean) - Method in class org.openide.windows.IOFolding.FoldHandleDefinition
-
Set state of the fold.
- setFocusTaken(boolean) - Method in interface org.openide.windows.InputOutput
-
Set whether the output window should take focus when anything is written to it.
- setIcon(JComponent, Icon) - Method in interface org.openide.windows.IOContainer.Provider
-
Should set icon for provided component
- setIcon(JComponent, Icon) - Method in class org.openide.windows.IOContainer
-
Sets icon for provided component
- setIcon(InputOutput, Icon) - Static method in class org.openide.windows.IOTab
-
Sets icon to tab corresponding to specified IO
- setIcon(Icon) - Method in class org.openide.windows.IOTab
-
Sets icon to tab
- setInputVisible(boolean) - Method in interface org.openide.windows.InputOutput
-
Show or hide the input line.
- setOutputVisible(boolean) - Method in interface org.openide.windows.InputOutput
-
Show or hide the standard output pane, if separated.
- setTitle(JComponent, String) - Method in interface org.openide.windows.IOContainer.Provider
-
Should set title for provided component (e.g.
- setTitle(JComponent, String) - Method in class org.openide.windows.IOContainer
-
Sets title for provided component
- setToolbarActions(JComponent, Action[]) - Method in interface org.openide.windows.IOContainer.Provider
-
Should set toolbar actions for provided component
- setToolbarActions(JComponent, Action[]) - Method in class org.openide.windows.IOContainer
-
Sets toolbar actions for provided component
- setToolTipText(JComponent, String) - Method in interface org.openide.windows.IOContainer.Provider
-
Should set title for provided component (e.g.
- setToolTipText(JComponent, String) - Method in class org.openide.windows.IOContainer
-
Sets tool tip text for provided component
- setToolTipText(InputOutput, String) - Static method in class org.openide.windows.IOTab
-
Sets tool tip text to tab corresponding to specified IO
- setToolTipText(String) - Method in class org.openide.windows.IOTab
-
Sets tool tip text to tab
- silentFinish() - Method in class org.openide.windows.FoldHandle
-
Similar to
FoldHandle.finish()
, but no exception is thrown if the fold
handle has been already finished.
- silentStartFold(boolean) - Method in class org.openide.windows.FoldHandle
-
Similar to
FoldHandle.startFold(boolean)
, but no exception is thrown if the
fold is already finished, as well as if an unfinished nested fold exists.
- startFold(boolean) - Method in class org.openide.windows.FoldHandle
-
Start a nested fold at the current last line in output window.
- startFold(boolean) - Method in class org.openide.windows.IOFolding.FoldHandleDefinition
-
Start a new fold at the current last line.
- startFold(boolean) - Method in class org.openide.windows.IOFolding
-
Create a fold handle definition for the current last line in the output
window.
- startFold(InputOutput, boolean) - Static method in class org.openide.windows.IOFolding
-
Create a fold handle for the current last line in the output window.