A B C D E F G H I J L M N O P R S T U V W _ 

A

abort() - Method in class console.StreamTask
Interrupt this thread immediately.
abortFlag - Variable in class console.StreamTask
 
actionInsideWaitingLoop(InputStreamReader) - Method in class console.ParsingOutputStreamTask
Extended outputting: working process outputs nothing a long time.
actionInsideWaitingLoop(BufferedReader) - Method in class console.SimpleInputStreamTask
Run waiting loop inside.
actionInsideWaitingLoop(InputStreamReader) - Method in class console.SimpleOutputStreamTask
Run waiting loop inside.
actionPerformed(ActionEvent) - Method in class console.commando.CommandoButton
 
actionPerformed(ActionEvent) - Method in class console.Console.EvalAction
 
actionPerformed(ActionEvent) - Method in class console.gui.PanelStack
 
actionPerformed(ActionEvent) - Method in class console.options.CompileRunOptionPane
 
Actions - Static variable in class console.ConsolePane
 
add(Object) - Method in class console.gui.PanelStack
Deprecated.
- use @ref add(String, JPanel)
add(String, JPanel) - Method in class console.gui.PanelStack
 
addActionListener(ActionListener) - Method in class console.ConsolePane
 
addComponent(String, Component) - Method in class console.commando.CommandoDialog.SettingsPane
 
addComponent(Component, Component) - Method in class console.commando.CommandoDialog.SettingsPane
 
addComponent(Component) - Method in class console.commando.CommandoDialog.SettingsPane
 
addElement(Object) - Method in class console.ErrorListModel
 
addNotify() - Method in class console.commando.CommandoToolBar
 
afterWorking() - Method in class console.ParsingOutputStreamTask
 
afterWorking() - Method in class console.SimpleInputStreamTask
Run AFTER: - main working loop ends - "finalOutputing()" method (under "finally" section)
afterWorking() - Method in class console.SimpleOutputStreamTask
Run AFTER: - main working loop ends - "finalOutputing()" method (under "try" section)
AnsiEscapeParser - Class in console
AnsiEscapeParser class wraps calls of JCFunc-library's functions in itself.
AnsiEscapeParser(int, AnsiEscapeParser.Behaviour, CF[], Color, Color) - Constructor for class console.AnsiEscapeParser
Parser's state is decribed by following properties:
AnsiEscapeParser(Color, Color) - Constructor for class console.AnsiEscapeParser
This constructor gets parser's properties from Console's file of properties.
AnsiEscapeParser.Behaviour - Enum in console
Behaviour class describes parser's behaviour
attribute(String, String) - Method in class console.commando.CommandoHandler
 

B

beforeStopping() - Method in class console.SystemShell
 
beforeWorking() - Method in class console.SimpleInputStreamTask
Run BEFORE main working loop starts (under "try" section)
beforeWorking() - Method in class console.SimpleOutputStreamTask
Run BEFORE main working loop starts (under "try" section)
bPosition - Variable in class jcfunc.Description
Index of sequence's first character.
BufferOutput - Class in console
Output to buffer implementation.
BufferOutput(Console) - Constructor for class console.BufferOutput
 
BufferOutput(Console, String) - Constructor for class console.BufferOutput
 
BufferSize - Variable in class console.SimpleOutputStreamTask
 
Button - Class in console.gui
 
Button(String) - Constructor for class console.gui.Button
 

C

cancel() - Method in class console.commando.CommandoDialog
 
CF - Enum in jcfunc
Definitions (acronyms) of all control functions.
characters(char[], int, int) - Method in class console.commando.CommandoHandler
 
chDir(String, boolean) - Method in class console.Console
Changes the directory of the current Console.
chDir(String) - Method in class console.Console
 
chDir(Console, String) - Method in class console.Shell
A System Shell can override this method if it can respond to chDir messages
chDir(Console, String) - Method in class console.SystemShell
 
CheckBox - Class in console.gui
 
CheckBox(String) - Constructor for class console.gui.CheckBox
 
clear() - Method in class console.Console
 
clear() - Method in class console.ErrorMatcher
 
clone() - Method in class console.ErrorMatcher
 
clone() - Method in class jcfunc.Sequences.Record
Creates copy of current instance.
closeConsole(Console) - Method in class console.Shell
Called when a Console dockable is closed.
closeConsole(Console) - Method in class console.SystemShell
Called when a Console dockable is closed.
CMD_PATH - Static variable in class console.ConsolePlugin
 
colorAttributes(Color) - Static method in class console.ConsolePane
 
commandDone() - Method in class console.BufferOutput
 
commandDone() - Method in class console.Console
Deprecated.
Do not use the console as an Output instance, use the Output given to you in Shell.execute() instead.
commandDone() - Method in class console.Console.ShellState
 
commandDone() - Method in class console.ErrorOutput
 
commandDone() - Method in interface console.Output
Call when the command finishes executing.
CommandoButton - Class in console.commando
A view for a CommandoCommand
CommandoButton(CommandoCommand) - Constructor for class console.commando.CommandoButton
 
CommandoCommand - Class in console.commando
An EditAction which is intended to be used in the Console Commando.
CommandoDialog - Class in console.commando
 
CommandoDialog(View, String) - Constructor for class console.commando.CommandoDialog
 
CommandoDialog.SettingsPane - Class in console.commando
 
CommandoHandler - Class in console.commando
 
CommandoHandler.Option - Class in console.commando
 
CommandoToolBar - Class in console.commando
 
CommandOutputParser - Class in console
Parses the output of a running Process.
CommandOutputParser(View, DefaultErrorSource, Color) - Constructor for class console.CommandOutputParser
Creates an instance of an output parser.
compile(View, Buffer) - Static method in class console.ConsolePlugin
 
compileProject(View) - Static method in class console.ConsolePlugin
 
CompileRunOptionPane - Class in console.options
 
CompileRunOptionPane() - Constructor for class console.options.CompileRunOptionPane
 
completions - Variable in class console.Shell.CompletionInfo
 
console - package console
 
console - Variable in class console.CommandOutputParser
 
Console - Class in console
Console - an instance of a panel inside a dockablewindow.
Console(View) - Constructor for class console.Console
 
console.commando - package console.commando
 
Console.EvalAction - Class in console
 
Console.EvalAction(String, String) - Constructor for class console.Console.EvalAction
 
console.gui - package console.gui
 
console.options - package console.options
 
Console.ShellState - Class in console
Each Shell of a Console has its own ShellState A ShellState is a writable Output.
Console.ShellState(Shell) - Constructor for class console.Console.ShellState
 
ConsoleBeanShell - Class in console
 
ConsoleBeanShell() - Constructor for class console.ConsoleBeanShell
 
ConsoleHistoryText - Class in console
 
ConsoleHistoryText(ConsolePane) - Constructor for class console.ConsoleHistoryText
 
ConsoleMenuProvider - Class in console
 
ConsoleMenuProvider() - Constructor for class console.ConsoleMenuProvider
 
ConsolePane - Class in console
 
ConsolePane() - Constructor for class console.ConsolePane
 
ConsolePlugin - Class in console
ConsolePlugin
ConsolePlugin() - Constructor for class console.ConsolePlugin
 
create(URL) - Static method in class console.commando.CommandoCommand
 
create(String) - Static method in class console.commando.CommandoCommand
 
create(View) - Static method in class console.commando.CommandoToolBar
 
createButtons() - Method in class console.options.ToolBarOptionPane
 
current() - Method in class console.DirectoryStack
 
customize() - Method in class console.commando.CommandoButton
 

D

defaultColor - Variable in class console.SimpleOutputStreamTask
 
Description - Class in jcfunc
Class Description stores data about some control sequence.
Description(int, int, CF, int[]) - Constructor for class jcfunc.Description
Constructor.
detach(Console) - Method in class console.Shell
Detaches the currently running process.
detach(Console) - Method in class console.SystemShell
Detaches the currently running process.
DirectoryStack - Class in console
Processes "make entering" and "make leaving" messages, to update the current directory.
DirectoryStack() - Constructor for class console.DirectoryStack
 
display(Color, String) - Method in class console.CommandOutputParser
 
display(String) - Method in class console.CommandOutputParser
 
done(Task) - Method in class console.SystemShell
 

E

endElement(String, String, String) - Method in class console.commando.CommandoHandler
 
endOfFile(Console) - Method in class console.Shell
Sends an end of file.
endOfFile(Console) - Method in class console.SystemShell
Sends an end of file.
eolExchangeRequired() - Static method in class console.ConsolePane
 
eolExchanging(String) - Static method in class console.ConsolePane
 
ePosition - Variable in class jcfunc.Description
Index of character followed after sequence's last character.
error - Variable in class console.ErrorMatcher
 
ErrorListModel - Class in console
A model for storing a collection of ErrorMatchers.
ErrorListModel() - Constructor for class console.ErrorListModel
 
ErrorMatcher - Class in console
ErrorMatcher - a model which represents error/warning regular expressions for one particular program.
ErrorMatcher(String) - Constructor for class console.ErrorMatcher
Loads the state of the ErrorMatcher from jEdit properties
ErrorOutput - Class in console
ErrorOutput is a writable Output if it is created by Console or some Output instance.
ErrorOutput(Console) - Constructor for class console.ErrorOutput
 
ErrorOutput(Output, Color) - Constructor for class console.ErrorOutput
 
errorRE - Variable in class console.ErrorMatcher
 
errors - Variable in class console.ErrorMatcher
 
ErrorsOptionPane - Class in console.options
A view/editor for an ErrorListModel.
ErrorsOptionPane() - Constructor for class console.options.ErrorsOptionPane
 
ErrorThread - Class in console
Deprecated.
Thread for handing error output of running subprocesses. Write data to a Console's ErrorOutput.
escMatcher - Class in jcfunc
Central class.
escMatcher(int, int) - Constructor for class jcfunc.escMatcher
Constructor.
eval(String) - Method in class console.ConsolePane
 
exception_dumpToLog(Exception) - Method in class console.SimpleInputStreamTask
By default dump data about exception to jEdit.Log BEFORE "exception_dumpToOwner()" method (under "catch" section)
exception_dumpToLog(Exception) - Method in class console.SimpleOutputStreamTask
By default dump data about exception to jEdit.Log BEFORE "exception_dumpToOwner()" method (under "catch" section)
exception_dumpToOwner(Exception) - Method in class console.SimpleInputStreamTask
By default do nothing AFTER "exception_dumpToLog" method (under "catch" section)
exception_dumpToOwner(Exception) - Method in class console.SimpleOutputStreamTask
By default do nothing AFTER "exception_dumpToLog" method (under "catch" section)
execute(Console, String, Output, Output, String) - Method in class console.ConsoleBeanShell
 
execute(Console, String, Output, Output, String) - Method in class console.Shell
Executes a command.
execute(Console, String, Output) - Method in class console.Shell
A convenience function - you do not override this method.
execute(Console, String, Output, Output, String) - Method in class console.SystemShell
 
execute(Console, Output, Output, Vector<String>) - Method in class console.SystemShellBuiltIn
Used by executeBuiltIn
execute(Console, Output, Output, Vector<String>, Hashtable<String, Object>) - Method in class console.SystemShellBuiltIn
 
executeBuiltIn(Console, Output, Output, String, Vector<String>) - Method in class console.SystemShell
 
expandSystemShellVariables(View, String) - Static method in class console.ConsolePlugin
Expands embedded environment variables in the same manner as the system shell.
extraPattern - Variable in class console.ErrorMatcher
 
extraRE - Variable in class console.ErrorMatcher
 

F

fileBackref - Variable in class console.ErrorMatcher
 
finalize() - Method in class console.ProjectTreeListener
 
finalOutputting() - Method in class console.ParsingOutputStreamTask
 
finalOutputting() - Method in class console.SimpleOutputStreamTask
Dump remained data from internal buffer "lineBuffer" to output "output" with color "defaultColor".
findMatches(String) - Method in class console.ErrorMatcher
 
finish() - Method in class console.StreamTask
Ask this thread to be completed and wait until one finishes.
finishErrorParsing() - Method in class console.CommandOutputParser
 
finishFlag - Variable in class console.StreamTask
 
fireActionEvent(String) - Method in class console.ConsolePane
 
flushData(String) - Method in class console.SimpleInputStreamTask
Flush string of data to working process.
focusOnDefaultComponent() - Method in class console.Console
 
function - Variable in class jcfunc.Description
Control function of sequence.

G

GeneralOptionPane - Class in console.options
 
GeneralOptionPane() - Constructor for class console.options.GeneralOptionPane
 
generateFullWorkingSet() - Static method in class jcfunc.Sequences
Returns map of Records.
generateWorkingSet(CF...) - Static method in class jcfunc.Sequences
Returns map of Records.
get(int) - Method in class console.ErrorListModel
 
get(String) - Method in class console.gui.PanelStack
 
getAliases() - Method in class console.SystemShell
 
getAllCommands() - Static method in class console.ConsolePlugin
 
getBehaviour() - Method in class console.AnsiEscapeParser
 
getCFPattern(CF, int) - Static method in class jcfunc.Sequences
Returns control function's RegExp-pattern.
getClassName(Buffer) - Static method in class console.ConsolePlugin
Returns the name of the specified buffer without the extension, appended to the buffer's package name.
getCode() - Method in class console.commando.CommandoCommand
 
getCode() - Method in class console.Shell.SwitchAction
 
getCode() - Method in class console.Shell.ToggleAction
 
getColor() - Method in class console.CommandOutputParser
 
getColor(paramSGR) - Static method in enum jcfunc.parameters.paramSGR
Translates enum-value to Color.
getCommandoCommands() - Static method in class console.ConsolePlugin
 
getCommonCFPattern(int, boolean) - Static method in class jcfunc.Sequences
Returns common control function's RegExp-pattern, which matches any sequence.
getCommonCFPattern(int, Sequences.C0[], Sequences.C1[], Sequences.Sym[]) - Static method in class jcfunc.Sequences
Returns common control function's RegExp-pattern, which matches any sequence.
getCompletions(Console, String) - Method in class console.Shell
Returns possible completions for the specified command.
getCompletions(Console, String) - Method in class console.SystemShell
Returns possible completions for the specified command.
getConsole(View) - Static method in class console.ConsolePlugin
 
getConsolePane() - Method in class console.Console
 
getConsoleSettingsDirectory() - Static method in class console.ConsolePlugin
 
getDefaultBColor() - Method in class console.AnsiEscapeParser
 
getDefaultFColor() - Method in class console.AnsiEscapeParser
 
getDocument() - Method in class console.Console.ShellState
 
getEnumValue(int) - Static method in enum jcfunc.parameters.paramCTC
Returns enum-value by int-value.
getEnumValue(int) - Static method in enum jcfunc.parameters.paramDAQ
Returns enum-value by int-value.
getEnumValue(int) - Static method in enum jcfunc.parameters.paramEA
Returns enum-value by int-value.
getEnumValue(int) - Static method in enum jcfunc.parameters.paramED
Returns enum-value by int-value.
getEnumValue(int) - Static method in enum jcfunc.parameters.paramEF
Returns enum-value by int-value.
getEnumValue(int) - Static method in enum jcfunc.parameters.paramEL
Returns enum-value by int-value.
getEnumValue(int) - Static method in enum jcfunc.parameters.paramFNT
Returns enum-value by int-value.
getEnumValue(int) - Static method in enum jcfunc.parameters.paramGCC
Returns enum-value by int-value.
getEnumValue(int) - Static method in enum jcfunc.parameters.paramIDCS
Returns enum-value by int-value.
getEnumValue(int) - Static method in enum jcfunc.parameters.paramJFY
Returns enum-value by int-value.
getEnumValue(int) - Static method in enum jcfunc.parameters.paramMC
Returns enum-value by int-value.
getEnumValue(int) - Static method in enum jcfunc.parameters.paramPEC
Returns enum-value by int-value.
getEnumValue(int) - Static method in enum jcfunc.parameters.paramPFS
Returns enum-value by int-value.
getEnumValue(int) - Static method in enum jcfunc.parameters.paramPTX
Returns enum-value by int-value.
getEnumValue(int) - Static method in enum jcfunc.parameters.paramQUAD
Returns enum-value by int-value.
getEnumValue(int) - Static method in enum jcfunc.parameters.paramRM
Returns enum-value by int-value.
getEnumValue(int) - Static method in enum jcfunc.parameters.paramSAPV
Returns enum-value by int-value.
getEnumValue(int) - Static method in enum jcfunc.parameters.paramSCO
Returns enum-value by int-value.
getEnumValue(int) - Static method in enum jcfunc.parameters.paramSCP
Returns enum-value by int-value.
getEnumValue(int, boolean) - Static method in enum jcfunc.parameters.paramSCP
Returns enum-value by int-value.
getEnumValue(int) - Static method in enum jcfunc.parameters.paramSDS
Returns enum-value by int-value.
getEnumValue(int) - Static method in enum jcfunc.parameters.paramSEE
Returns enum-value by int-value.
getEnumValue(int) - Static method in enum jcfunc.parameters.paramSGR
Returns enum-value by int-value.
getEnumValue(int) - Static method in enum jcfunc.parameters.paramSHS
Returns enum-value by int-value.
getEnumValue(int) - Static method in enum jcfunc.parameters.paramSIMD
Returns enum-value by int-value.
getEnumValue(int) - Static method in enum jcfunc.parameters.paramSM
Returns enum-value by int-value.
getEnumValue(int) - Static method in enum jcfunc.parameters.paramSPD
Returns enum-value by int-value.
getEnumValue(int, boolean) - Static method in enum jcfunc.parameters.paramSPD
Returns enum-value by int-value.
getEnumValue(int) - Static method in enum jcfunc.parameters.paramSPQR
Returns enum-value by int-value.
getEnumValue(int) - Static method in enum jcfunc.parameters.paramSRS
Returns enum-value by int-value.
getEnumValue(int) - Static method in enum jcfunc.parameters.paramSSU
Returns enum-value by int-value.
getEnumValue(int) - Static method in enum jcfunc.parameters.paramSVS
Returns enum-value by int-value.
getEnumValue(int) - Static method in enum jcfunc.parameters.paramTBC
Returns enum-value by int-value.
getErrorColor() - Method in class console.Console
Returns the error text color.
getErrors() - Method in class console.ErrorMatcher
 
getErrorSource() - Method in class console.Console
Returns this console's error source instance.
getHistoryModel() - Method in class console.ConsolePane
 
getId() - Method in class console.Console
 
getInfoColor() - Method in class console.Console
Returns the informational text color.
getInput() - Method in class console.ConsolePane
 
getInputStart() - Method in class console.Console.ShellState
Return InputStart position inside of document.
getInputStart() - Method in class console.ConsoleHistoryText
 
getInputStart() - Method in class console.ConsolePane
Return InputStart position inside of current (associated with ConsolePane) document.
getIntValue(paramCTC) - Static method in enum jcfunc.parameters.paramCTC
Returns int-value, which is corresponded to enum-value.
getIntValue(paramDAQ) - Static method in enum jcfunc.parameters.paramDAQ
Returns int-value, which is corresponded to enum-value.
getIntValue(paramEA) - Static method in enum jcfunc.parameters.paramEA
Returns int-value, which is corresponded to enum-value.
getIntValue(paramED) - Static method in enum jcfunc.parameters.paramED
Returns int-value, which is corresponded to enum-value.
getIntValue(paramEF) - Static method in enum jcfunc.parameters.paramEF
Returns int-value, which is corresponded to enum-value.
getIntValue(paramEL) - Static method in enum jcfunc.parameters.paramEL
Returns int-value, which is corresponded to enum-value.
getIntValue(paramFNT) - Static method in enum jcfunc.parameters.paramFNT
Returns int-value, which is corresponded to enum-value.
getIntValue(paramGCC) - Static method in enum jcfunc.parameters.paramGCC
Returns int-value, which is corresponded to enum-value.
getIntValue(paramIDCS) - Static method in enum jcfunc.parameters.paramIDCS
Returns int-value, which is corresponded to enum-value.
getIntValue(paramJFY) - Static method in enum jcfunc.parameters.paramJFY
Returns int-value, which is corresponded to enum-value.
getIntValue(paramMC) - Static method in enum jcfunc.parameters.paramMC
Returns int-value, which is corresponded to enum-value.
getIntValue(paramPEC) - Static method in enum jcfunc.parameters.paramPEC
Returns int-value, which is corresponded to enum-value.
getIntValue(paramPFS) - Static method in enum jcfunc.parameters.paramPFS
Returns int-value, which is corresponded to enum-value.
getIntValue(paramPTX) - Static method in enum jcfunc.parameters.paramPTX
Returns int-value, which is corresponded to enum-value.
getIntValue(paramQUAD) - Static method in enum jcfunc.parameters.paramQUAD
Returns int-value, which is corresponded to enum-value.
getIntValue(paramRM) - Static method in enum jcfunc.parameters.paramRM
Returns int-value, which is corresponded to enum-value.
getIntValue(paramSAPV) - Static method in enum jcfunc.parameters.paramSAPV
Returns int-value, which is corresponded to enum-value.
getIntValue(paramSCO) - Static method in enum jcfunc.parameters.paramSCO
Returns int-value, which is corresponded to enum-value.
getIntValue(paramSCP) - Static method in enum jcfunc.parameters.paramSCP
Returns int-value, which is corresponded to enum-value.
getIntValue(paramSDS) - Static method in enum jcfunc.parameters.paramSDS
Returns int-value, which is corresponded to enum-value.
getIntValue(paramSEE) - Static method in enum jcfunc.parameters.paramSEE
Returns int-value, which is corresponded to enum-value.
getIntValue(paramSGR) - Static method in enum jcfunc.parameters.paramSGR
Returns int-value, which is corresponded to enum-value.
getIntValue(paramSHS) - Static method in enum jcfunc.parameters.paramSHS
Returns int-value, which is corresponded to enum-value.
getIntValue(paramSIMD) - Static method in enum jcfunc.parameters.paramSIMD
Returns int-value, which is corresponded to enum-value.
getIntValue(paramSM) - Static method in enum jcfunc.parameters.paramSM
Returns int-value, which is corresponded to enum-value.
getIntValue(paramSPD) - Static method in enum jcfunc.parameters.paramSPD
Returns int-value, which is corresponded to enum-value.
getIntValue(paramSPQR) - Static method in enum jcfunc.parameters.paramSPQR
Returns int-value, which is corresponded to enum-value.
getIntValue(paramSRS) - Static method in enum jcfunc.parameters.paramSRS
Returns int-value, which is corresponded to enum-value.
getIntValue(paramSSU) - Static method in enum jcfunc.parameters.paramSSU
Returns int-value, which is corresponded to enum-value.
getIntValue(paramSVS) - Static method in enum jcfunc.parameters.paramSVS
Returns int-value, which is corresponded to enum-value.
getIntValue(paramTBC) - Static method in enum jcfunc.parameters.paramTBC
Returns int-value, which is corresponded to enum-value.
getLabel() - Method in class console.Shell.SwitchAction
 
getLabel() - Method in class console.Shell.ToggleAction
 
getMaxArguments() - Method in class console.SystemShellBuiltIn
 
getMinArguments() - Method in class console.SystemShellBuiltIn
 
getName() - Method in class console.Shell
Returns the name of the shell.
getOptionGroup(VPTProject) - Method in class console.ProjectCommandOptionsService
This should return an OptionGroup to be shown.
getOptionPane(VPTProject) - Method in class console.ProjectCommandOptionsService
This method should return the option pane to be shown.
getOptions() - Method in class console.SystemShellBuiltIn
 
getOutput(String) - Method in class console.Console
Returns the Output corresponding to a particular Shell, without changing the selected Shell.
getOutput() - Method in class console.Console
Returns the output instance for the currently selected Shell.
getOutputPane() - Method in class console.Console
Deprecated.
Use getConsolePane() instead.
getPackageName(Buffer) - Static method in class console.ConsolePlugin
A utility method that returns the name of the package containing the current buffer.
getPackageRoot(Buffer) - Static method in class console.ConsolePlugin
Returns the directory containing the root of the package of the current buffer.
getPartialInput() - Method in class console.ConsolePane
 
getPlainColor() - Method in class console.Console
 
getProcessRunner() - Static method in class console.ProcessRunner
 
getPropertyPrefix() - Method in class console.commando.CommandoCommand
 
getShell() - Method in class console.Console
 
getShell(String) - Static method in class console.Shell
Returns the Shell service singleton with the specified name
getShellNames() - Static method in class console.Shell
Returns an array of all registered shells.
getShellState(Shell) - Method in class console.Console
 
getShellSwitchActions() - Static method in class console.ConsolePlugin
 
getShortLabel() - Method in class console.commando.CommandoCommand
 
getSwitchActions() - Static method in class console.ConsolePlugin
 
getSystemShell() - Static method in class console.ConsolePlugin
 
getSystemShellVariableValue(View, String) - Static method in class console.ConsolePlugin
Returns the value of the specified system shell environment variable.
getText() - Method in class console.ConsoleHistoryText
 
getUserCommandDirectory() - Static method in class console.ConsolePlugin
 
getVariableValue(View, String) - Method in class console.SystemShell
 
getView() - Method in class console.Console
 
getWarningColor() - Method in class console.Console
Returns the warning text color.

H

handleMessage(DynamicMenuChanged) - Method in class console.commando.CommandoToolBar
 
handleMessage(EBMessage) - Method in class console.Console
 
handleMessage(EBMessage) - Method in class console.ProjectTreeListener
On project change...
handleNodeSelected(VFSPathSelected) - Method in class console.Console
 
handlePluginUpdate(PluginUpdate) - Method in class console.Console
 
handlePluginUpdate(PluginUpdate) - Method in class console.ConsolePlugin
 
handlesVFS(String) - Method in class console.Shell
A System Shell can override this method and use any criteria at all to decide whether this is a path that is preferred by this shell.
handlesVFS(String) - Method in class console.SystemShell
 
handleViewUpdate(ViewUpdate) - Method in class console.ConsolePlugin
 
help - Variable in class console.SystemShellBuiltIn
 

I

in - Variable in class console.SimpleOutputStreamTask
 
init() - Static method in class console.commando.CommandoToolBar
 
Input - Static variable in class console.ConsolePane
 
InputStart - Static variable in class console.ConsolePane
Name of document's property which keeps InputStart position inside of the document.
insertElementAt(Object, int) - Method in class console.ErrorListModel
 
internalName() - Method in class console.ErrorMatcher
 
internalName(String) - Static method in class console.ErrorMatcher
 
invoke(View) - Method in class console.commando.CommandoCommand
 
invoke(View) - Method in class console.Shell.ShellAction
 
invoke(View) - Method in class console.Shell.SwitchAction
 
invoke(View) - Method in class console.Shell.ToggleAction
 
isBehaviour(AnsiEscapeParser.Behaviour) - Method in class console.AnsiEscapeParser
 
isEmpty() - Method in class console.DirectoryStack
 
isOverriding() - Method in class console.commando.CommandoCommand
 
isUser() - Method in class console.commando.CommandoCommand
 
isValid() - Method in class console.ErrorMatcher
TODO: also check that any referred to group number (from the filename/linenumber/error message), as well as the extralines, actually exists in the regex.

J

jcfunc - package jcfunc
 
jcfunc.parameters - package jcfunc.parameters
 

L

label - Variable in class console.commando.CommandoHandler.Option
 
Label - Class in console.gui
 
Label(String) - Constructor for class console.gui.Label
 
Label(String, int) - Constructor for class console.gui.Label
 
lastError - Variable in class console.CommandOutputParser
 
lineBackref - Variable in class console.ErrorMatcher
 
lineBuffer - Variable in class console.SimpleOutputStreamTask
 
load() - Method in class console.Console
 
load() - Static method in class console.ErrorListModel
 
load(String) - Method in class console.ErrorMatcher
Brings the state back from the properties.
longName - Variable in class console.SystemShellBuiltIn.Option
 

M

main(String[]) - Static method in class console.DirectoryStack
 
match(View, String, String, ErrorSource) - Method in class console.ErrorMatcher
 
matches(String) - Method in class console.AnsiEscapeParser
 
matches(String) - Method in class jcfunc.escMatcher
This method matches input string with patterns from Working set
matchExtra(String) - Method in class console.ErrorMatcher
 
matchLine(String) - Method in class console.ErrorMatcher
 
maximumUpdated(Task) - Method in class console.SystemShell
 
MENU - Static variable in class console.ConsolePlugin
 
messageBackref - Variable in class console.ErrorMatcher
 
MODE_7BIT - Static variable in class jcfunc.Sequences
Control functions are reprsented in 7-bit code
MODE_8BIT - Static variable in class jcfunc.Sequences
Control functions are reprsented in 8-bit code

N

name - Variable in class console.ErrorMatcher
may contain spaces and is used as a text label.
name - Variable in class console.SystemShellBuiltIn
 
NO_ERROR - Static variable in class console.ConsolePlugin
Return value of #parseLine() if the text does not match a known error pattern.
NONE - Static variable in class console.options.CompileRunOptionPane
 

O

offset - Variable in class console.Shell.CompletionInfo
 
ok() - Method in class console.commando.CommandoDialog
 
openConsole(Console) - Method in class console.Shell
Called when a Console dockable first selects this shell.
openConsole(Console) - Method in class console.SystemShell
Called when a Console dockable first selects this shell.
openStream() - Method in class console.commando.CommandoCommand
 
Output - Interface in console
Output interface - for console output devices.
output - Variable in class console.SimpleOutputStreamTask
 
outputData() - Method in class console.ParsingOutputStreamTask
Do followed: - exchanging and removing symbols in whole input line - splitting input line by line breaks
outputData() - Method in class console.SimpleOutputStreamTask
- Dump collected data from internal buffer "lineBuffer" to output "output" with color "defaultColor" - Clean internal buffer "lineBuffer" (under "try" section)

P

PanelStack - Class in console.gui
Arranges JPanels in a stacked layout, and gives a convenient interface for adding/switching by name.
PanelStack() - Constructor for class console.gui.PanelStack
 
paramCTC - Enum in jcfunc.parameters
Enum paramCTC contains returned values for control function CF.CTC.
paramDAQ - Enum in jcfunc.parameters
Enum paramDAQ contains returned values for control function CF.DAQ.
paramEA - Enum in jcfunc.parameters
Enum paramEA contains returned values for control function CF.EA.
paramED - Enum in jcfunc.parameters
Enum paramED contains returned values for control function CF.ED.
paramEF - Enum in jcfunc.parameters
Enum paramEF contains returned values for control function CF.EF.
paramEL - Enum in jcfunc.parameters
Enum paramEL contains returned values for control function CF.EL.
parameters - Variable in class jcfunc.Description
Parameters of control function, if any.
paramFNT - Enum in jcfunc.parameters
Enum paramFNT contains returned values for control function CF.FNT.
paramGCC - Enum in jcfunc.parameters
Enum paramGCC contains returned values for control function CF.GCC.
paramIDCS - Enum in jcfunc.parameters
Enum paramIDCS contains returned values for control function CF.IDCS.
paramJFY - Enum in jcfunc.parameters
Enum paramJFY contains returned values for control function CF.JFY.
paramMC - Enum in jcfunc.parameters
Enum paramMC contains returned values for control function CF.MC.
paramPEC - Enum in jcfunc.parameters
Enum paramPEC contains returned values for control function CF.PEC.
paramPFS - Enum in jcfunc.parameters
Enum paramPFS contains returned values for control function CF.PFS.
paramPTX - Enum in jcfunc.parameters
Enum paramPTX contains returned values for control function CF.PTX.
paramQUAD - Enum in jcfunc.parameters
Enum paramQUAD contains returned values for control function CF.QUAD.
paramRM - Enum in jcfunc.parameters
Enum paramRM contains returned values for control function CF.RM.
paramSAPV - Enum in jcfunc.parameters
Enum paramSAPV contains returned values for control function CF.SAPV.
paramSCO - Enum in jcfunc.parameters
Enum paramSCO contains returned values for control function CF.SCO.
paramSCP - Enum in jcfunc.parameters
Enum paramSCP contains returned values for control function CF.SCP.
paramSDS - Enum in jcfunc.parameters
Enum paramSDS contains returned values for control function CF.SDS.
paramSEE - Enum in jcfunc.parameters
Enum paramSEE contains returned values for control function CF.SEE.
paramSGR - Enum in jcfunc.parameters
Enum paramSGR contains returned values for control function CF.SGR and some methods, which are designed to thus values processing.
paramSHS - Enum in jcfunc.parameters
Enum paramSHS contains returned values for control function CF.SHS.
paramSIMD - Enum in jcfunc.parameters
Enum paramSIMD contains returned values for control function CF.SIMD.
paramSM - Enum in jcfunc.parameters
Enum paramSM contains returned values for control function CF.SM.
paramSPD - Enum in jcfunc.parameters
Enum paramSPD contains returned values for control function CF.SPD.
paramSPQR - Enum in jcfunc.parameters
Enum paramSPQR contains returned values for control function CF.SPQR.
paramSRS - Enum in jcfunc.parameters
Enum paramSRS contains returned values for control function CF.SRS.
paramSSU - Enum in jcfunc.parameters
Enum paramSSU contains returned values for control function CF.SSU.
paramSVS - Enum in jcfunc.parameters
Enum paramSVS contains returned values for control function CF.SVS.
paramTBC - Enum in jcfunc.parameters
Enum paramTBC contains returned values for control function CF.TBC.
parse(String) - Method in class console.AnsiEscapeParser
 
parse(String, boolean) - Method in class console.AnsiEscapeParser
 
parse(String) - Method in class jcfunc.escMatcher
Main method.
parse(String, boolean) - Method in class jcfunc.escMatcher
Main method.
parseLine(View, String, String, DefaultErrorSource) - Static method in class console.ConsolePlugin
parseLine() Publicly documented class for parsing output of user defined programs through the system shell error parser.
ParsingOutputStreamTask - Class in console
ParsingOutputStreamTask is an outputting thread using an error parrser and an ANSI escaped sequencies parser.
ParsingOutputStreamTask(InputStream, Output, Color, Color, View, DefaultErrorSource, String) - Constructor for class console.ParsingOutputStreamTask
Create instance using given View and DefaultErrorSource.
ParsingOutputStreamTask(InputStream, Output, Color, Console, String) - Constructor for class console.ParsingOutputStreamTask
Create instance using default Console's parameters.
ParsingOutputStreamTask(InputStream, Output, Color, Color, CommandOutputParser, AnsiEscapeParser) - Constructor for class console.ParsingOutputStreamTask
Create instance using external parsers.
paste() - Method in class console.ConsolePane
Overridden to avoid pasting in the output of the Console itself.
pattern7 - Variable in class jcfunc.Sequences.Record
7-bit mode's pattern
pattern8 - Variable in class jcfunc.Sequences.Record
8-bit mode's pattern
pop() - Method in class console.DirectoryStack
 
pop(boolean) - Method in class console.ParsingOutputStreamTask
Pop the cached data from the outputting cache to Output.
print(Color, String) - Method in class console.BufferOutput
 
print(Color, String) - Method in class console.Console
Deprecated.
Do not use the console as an Output instance, use the Output given to you in Shell.execute() instead.
print(Color, String) - Method in class console.Console.ShellState
 
print(Color, String) - Method in class console.ErrorOutput
 
print(Color, String) - Method in interface console.Output
Prints a line of text with the specified color.
printColored(String) - Method in class console.BufferOutput
Should this run through error handlers and print in colors?
printInfoMessage(Output) - Method in class console.ConsoleBeanShell
 
printInfoMessage(Output) - Method in class console.Shell
Prints a 'info' message to the specified console.
printInfoMessage(Output) - Method in class console.SystemShell
 
printPrompt(Console, Output) - Method in class console.ConsoleBeanShell
Prints a prompt to the specified console.
printPrompt(Console, Output) - Method in class console.Shell
Prints a prompt to the specified console.
printPrompt(Console, Output) - Method in class console.SystemShell
Prints a prompt to the specified console.
processKeyEvent(KeyEvent) - Method in class console.ConsolePane
 
processLine(String) - Method in class console.CommandOutputParser
Processes a line without displaying it to the Output
processLine(String, boolean) - Method in class console.CommandOutputParser
Process a line of input.
processLine(String) - Method in class console.DirectoryStack
 
ProcessRunner - Class in console
 
ProcessRunner() - Constructor for class console.ProcessRunner
 
processSGRparameters(int[], SimpleAttributeSet) - Method in class console.AnsiEscapeParser
This method is handler of only one (but most popular) function: SGR function.
ProjectCommandOptionPane - Class in console
 
ProjectCommandOptionPane(VPTProject) - Constructor for class console.ProjectCommandOptionPane
 
ProjectCommandOptionsService - Class in console
 
ProjectCommandOptionsService() - Constructor for class console.ProjectCommandOptionsService
 
ProjectTreeListener - Class in console
Listener of ProjectViewer project opened events Triggers console beanshell scripts as actions in response.
ProjectTreeListener(Console) - Constructor for class console.ProjectTreeListener
 
push(String) - Method in class console.DirectoryStack
 
push(SimpleAttributeSet, String) - Method in class console.ParsingOutputStreamTask
Push a string to the outputting cache with a some AttributeSet.

R

raise(String) - Method in class console.gui.PanelStack
 
remove(String, CF) - Method in class console.AnsiEscapeParser
 
remove() - Static method in class console.commando.CommandoToolBar
Remove the instance from the all views
remove(View) - Static method in class console.commando.CommandoToolBar
Remove the instance from the all views
remove(String, CF) - Method in class jcfunc.escMatcher
Remove from input string control function's sequence only.
removeActionListener(ActionListener) - Method in class console.ConsolePane
 
removeAll(String) - Method in class console.AnsiEscapeParser
 
removeAll(String) - Method in class jcfunc.escMatcher
Remove from input string any control function's sequence only.
removeElementAt(int) - Method in class console.ErrorListModel
 
removeNotify() - Method in class console.commando.CommandoToolBar
 
rescanCommands() - Static method in class console.ConsolePlugin
Dynamicly generates two ActionSets, one for Commando commands, and one for Shells.
reset() - Method in class console.ErrorListModel
 
resolveEntity(String, String) - Method in class console.commando.CommandoHandler
 
restore() - Method in class console.ErrorListModel
 
run(Shell, String, Output, Output, String) - Method in class console.Console
Runs the specified command.
run(Shell, String) - Method in class console.Console
 
run(Shell, Output, String) - Method in class console.Console
Convenience function currently used by some beanshell macros.
run(View, Buffer) - Static method in class console.ConsolePlugin
 
run() - Method in class console.ErrorThread
Deprecated.
 
run() - Method in class console.SimpleInputStreamTask
 
run() - Method in class console.SimpleOutputStreamTask
 
runLastCommand() - Method in class console.Console
Meant to be used as a user action.
running(Task) - Method in class console.SystemShell
 
runProject(View) - Static method in class console.ConsolePlugin
 

S

save() - Method in class console.ErrorListModel
 
save() - Method in class console.ErrorMatcher
 
save() - Method in class console.gui.CheckBox
 
scanDirectory(String) - Static method in class console.ConsolePlugin
Given a filename, performs translations so that it's a command name
scanJarFile() - Static method in class console.ConsolePlugin
 
scrollToBottom() - Method in class console.Console
 
Sequences - Class in jcfunc
Class Sequencies stores subsets of control functions, patterns and methods to work with them.
Sequences() - Constructor for class jcfunc.Sequences
 
Sequences.C0 - Enum in jcfunc
Control function of C0-set
Sequences.C1 - Enum in jcfunc
Control function of C1-set
Sequences.Record - Class in jcfunc
Class Record stores RegExp-patterns.
Sequences.Record(String, String) - Constructor for class jcfunc.Sequences.Record
Constructor.
Sequences.Record(String[]) - Constructor for class jcfunc.Sequences.Record
Constructor.
Sequences.Sym - Enum in jcfunc
Additional symbols
SERVICE - Static variable in class console.Shell
 
set(ErrorMatcher) - Method in class console.ErrorMatcher
Copies values from one ErrorMatcher into this
setAnsiParser(AnsiEscapeParser) - Method in class console.ParsingOutputStreamTask
Set given ansi parser.
setAnsiParser(Color, Color) - Method in class console.ParsingOutputStreamTask
Create new ansi parser and set one.
setAttrs(int, AttributeSet) - Method in class console.BufferOutput
 
setAttrs(int, AttributeSet) - Method in class console.Console.ShellState
 
setAttrs(int, AttributeSet) - Method in class console.ErrorOutput
 
setAttrs(int, AttributeSet) - Method in interface console.Output
Changes the attributes of the given text selection to those specified.
setBehaviour(AnsiEscapeParser.Behaviour) - Method in class console.AnsiEscapeParser
 
setDefaultBColor(Color) - Method in class console.AnsiEscapeParser
 
setDefaultFColor(Color) - Method in class console.AnsiEscapeParser
 
setDirectory(String) - Method in class console.CommandOutputParser
 
setDocument(Document) - Method in class console.ConsolePane
 
setErrorParser(CommandOutputParser) - Method in class console.ParsingOutputStreamTask
Set given error parser..
setErrorParser(View, DefaultErrorSource, Color, String) - Method in class console.ParsingOutputStreamTask
Create new error parser and set one.
setFunctions(CF...) - Method in class console.AnsiEscapeParser
 
setHistoryIndex(int) - Method in class console.ConsolePane
 
setHistoryModel(String) - Method in class console.ConsolePane
 
setInput(String) - Method in class console.ConsolePane
 
setInputStart(int) - Method in class console.Console.ShellState
Setup InputStart position inside of document.
setInputStart(int) - Method in class console.ConsolePane
Setup InputStart position inside of current (associated with ConsolePane) document.
setPatterns(CF...) - Method in class jcfunc.escMatcher
Creates working set of patterns
setShell(String) - Method in class console.Console
 
setShell(Shell) - Method in class console.Console
Creates a ShellState (output instance) if necessary.
setSystemShellVariableValue(String, String) - Static method in class console.ConsolePlugin
Sets the value of the specified system shell environment variable.
setText(String) - Method in class console.ConsoleHistoryText
 
setWaitingLoop(SimpleOutputStreamTask.WLTypes) - Method in class console.SimpleOutputStreamTask
Setup waiting loop.
Shell - Class in console
Console has a single dockable window, which can contain multiple Shells.
Shell(String) - Constructor for class console.Shell
 
Shell.CompletionInfo - Class in console
 
Shell.CompletionInfo() - Constructor for class console.Shell.CompletionInfo
 
Shell.ShellAction - Class in console
All ShellActions select a named Shell.
Shell.SwitchAction - Class in console
A SwitchAction selects a shell and makes Console visible.
Shell.SwitchAction(String) - Constructor for class console.Shell.SwitchAction
 
Shell.ToggleAction - Class in console
A ToggleAction is a ShellAction which also toggles the visibility of the Console.
Shell.ToggleAction(String) - Constructor for class console.Shell.ToggleAction
 
shellForVFS(String) - Static method in class console.Console
 
shellName - Variable in class console.Shell.ShellAction
 
shortName - Variable in class console.SystemShellBuiltIn.Option
 
SimpleInputStreamTask - Class in console
Thread for feeding input to a running subprocess.
SimpleInputStreamTask(OutputStream, PipedOutputStream) - Constructor for class console.SimpleInputStreamTask
 
SimpleOutputStreamTask - Class in console
SimpleOutputStreamTask is a base outputting class.
SimpleOutputStreamTask(InputStream, Output, Color) - Constructor for class console.SimpleOutputStreamTask
 
SimpleOutputStreamTask.WLTypes - Enum in console
Types of waiting loop.
SLEEP_DELAY - Variable in class console.SimpleInputStreamTask
 
SleepDelayMSec - Variable in class console.SimpleOutputStreamTask
 
start() - Method in class console.ConsolePlugin
 
startAnimation() - Method in class console.Console
 
startDocument() - Method in class console.commando.CommandoHandler
 
startElement(String, String, String, Attributes) - Method in class console.commando.CommandoHandler
 
statusUpdated(Task) - Method in class console.SystemShell
 
stop(Console) - Method in class console.ConsoleBeanShell
 
stop() - Method in class console.ConsolePlugin
 
stop(Console) - Method in class console.Shell
Stops the currently executing command, if any.
stop(Console) - Method in class console.SystemShell
 
stopAnimation() - Method in class console.Console
 
StreamTask - Class in console
Hierarchy of classes: StreamTask | | | +-- SimpleInputStreamTask --> InputStreamTask | SimpleOutputStreamTask --> ErrorStreamTask | ParsingOutputStreamTask --> OutputStreamTask
StreamTask() - Constructor for class console.StreamTask
 
StreamTask(String) - Constructor for class console.StreamTask
 
SystemOptionPane - Class in console.options
Console options pertaining to the System shell
SystemOptionPane() - Constructor for class console.options.SystemOptionPane
 
SystemShell - Class in console
A SystemShell is shared across all instances of Console.
SystemShell() - Constructor for class console.SystemShell
 
SystemShellBuiltIn - Class in console
 
SystemShellBuiltIn() - Constructor for class console.SystemShellBuiltIn
 
SystemShellBuiltIn.Option - Class in console
 
SystemShellBuiltIn.Option(char, String, boolean) - Constructor for class console.SystemShellBuiltIn.Option
 

T

takesArgument - Variable in class console.SystemShellBuiltIn.Option
 
testText - Variable in class console.ErrorMatcher
 
toLongString() - Method in class console.ErrorMatcher
 
ToolBarOptionPane - Class in console.options
 
ToolBarOptionPane() - Constructor for class console.options.ToolBarOptionPane
 
toString() - Method in class console.commando.CommandoHandler.Option
 
toString() - Method in class console.ErrorMatcher
 
toString() - Method in class console.Shell
Returns the name of the shell.
toString() - Method in class jcfunc.Description
Returns string representation of this object.
toString() - Method in class jcfunc.Sequences.Record
Returns string represetation of current instance.
toString() - Method in enum jcfunc.Sequences.Sym
 
touch(AnsiEscapeParser.Behaviour, String) - Method in class console.AnsiEscapeParser
Check two things:
trim_cache() - Method in class console.ParsingOutputStreamTask
Remove a noncached data (placed AFTER the cache) from the cache.

U

unCustomizeButton() - Method in class console.commando.CommandoButton
 
unload() - Method in class console.Console
 
update(JMenu) - Method in class console.ConsoleMenuProvider
 
update(String) - Method in class console.options.CompileRunOptionPane
 
updateAnimation() - Method in class console.Console
 
updateEveryTime() - Method in class console.ConsoleMenuProvider
 
user - Variable in class console.ErrorMatcher
 

V

value - Variable in class console.commando.CommandoHandler.Option
 
valueOf(String) - Static method in enum console.AnsiEscapeParser.Behaviour
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum console.SimpleOutputStreamTask.WLTypes
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jcfunc.CF
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jcfunc.parameters.paramCTC
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jcfunc.parameters.paramDAQ
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jcfunc.parameters.paramEA
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jcfunc.parameters.paramED
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jcfunc.parameters.paramEF
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jcfunc.parameters.paramEL
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jcfunc.parameters.paramFNT
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jcfunc.parameters.paramGCC
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jcfunc.parameters.paramIDCS
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jcfunc.parameters.paramJFY
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jcfunc.parameters.paramMC
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jcfunc.parameters.paramPEC
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jcfunc.parameters.paramPFS
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jcfunc.parameters.paramPTX
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jcfunc.parameters.paramQUAD
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jcfunc.parameters.paramRM
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jcfunc.parameters.paramSAPV
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jcfunc.parameters.paramSCO
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jcfunc.parameters.paramSCP
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jcfunc.parameters.paramSDS
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jcfunc.parameters.paramSEE
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jcfunc.parameters.paramSGR
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jcfunc.parameters.paramSHS
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jcfunc.parameters.paramSIMD
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jcfunc.parameters.paramSM
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jcfunc.parameters.paramSPD
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jcfunc.parameters.paramSPQR
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jcfunc.parameters.paramSRS
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jcfunc.parameters.paramSSU
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jcfunc.parameters.paramSVS
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jcfunc.parameters.paramTBC
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jcfunc.Sequences.C0
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jcfunc.Sequences.C1
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jcfunc.Sequences.Sym
Returns the enum constant of this type with the specified name.
values() - Static method in enum console.AnsiEscapeParser.Behaviour
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum console.SimpleOutputStreamTask.WLTypes
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jcfunc.CF
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jcfunc.parameters.paramCTC
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jcfunc.parameters.paramDAQ
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jcfunc.parameters.paramEA
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jcfunc.parameters.paramED
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jcfunc.parameters.paramEF
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jcfunc.parameters.paramEL
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jcfunc.parameters.paramFNT
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jcfunc.parameters.paramGCC
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jcfunc.parameters.paramIDCS
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jcfunc.parameters.paramJFY
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jcfunc.parameters.paramMC
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jcfunc.parameters.paramPEC
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jcfunc.parameters.paramPFS
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jcfunc.parameters.paramPTX
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jcfunc.parameters.paramQUAD
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jcfunc.parameters.paramRM
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jcfunc.parameters.paramSAPV
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jcfunc.parameters.paramSCO
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jcfunc.parameters.paramSCP
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jcfunc.parameters.paramSDS
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jcfunc.parameters.paramSEE
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jcfunc.parameters.paramSGR
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jcfunc.parameters.paramSHS
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jcfunc.parameters.paramSIMD
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jcfunc.parameters.paramSM
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jcfunc.parameters.paramSPD
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jcfunc.parameters.paramSPQR
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jcfunc.parameters.paramSRS
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jcfunc.parameters.paramSSU
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jcfunc.parameters.paramSVS
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jcfunc.parameters.paramTBC
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jcfunc.Sequences.C0
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jcfunc.Sequences.C1
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jcfunc.Sequences.Sym
Returns an array containing the constants of this enum type, in the order they are declared.
valueUpdated(Task) - Method in class console.SystemShell
 

W

waitFor(Console) - Method in class console.ConsoleBeanShell
 
waitFor(Console) - Method in class console.Shell
Waits until any currently executing commands finish.
waitFor(Console) - Method in class console.SystemShell
Waits for currently running Console processes to finish execution.
waiting(Task) - Method in class console.SystemShell
 
warning - Variable in class console.ErrorMatcher
 
warningRE - Variable in class console.ErrorMatcher
 
writeAttrs(AttributeSet, String) - Method in class console.BufferOutput
 
writeAttrs(AttributeSet, String) - Method in class console.Console.ShellState
 
writeAttrs(AttributeSet, String) - Method in class console.Console
Deprecated.
Do not use the console as an Output instance, use the Output given to you in Shell.execute() instead. see @ref Output for information about how to create additional console Output instances.
writeAttrs(AttributeSet, String) - Method in class console.ErrorOutput
 
writeAttrs(AttributeSet, String) - Method in interface console.Output
Prints a string of text with the specified color, without the terminating newline.

_

_init() - Method in class console.options.CompileRunOptionPane
 
_init() - Method in class console.options.ErrorsOptionPane
 
_init() - Method in class console.options.GeneralOptionPane
 
_init() - Method in class console.options.SystemOptionPane
 
_init() - Method in class console.options.ToolBarOptionPane
 
_init() - Method in class console.ProjectCommandOptionPane
 
_load() - Method in class console.options.ErrorsOptionPane
 
_save() - Method in class console.options.CompileRunOptionPane
 
_save() - Method in class console.options.ErrorsOptionPane
 
_save() - Method in class console.options.GeneralOptionPane
 
_save() - Method in class console.options.SystemOptionPane
 
_save() - Method in class console.options.ToolBarOptionPane
 
_save() - Method in class console.ProjectCommandOptionPane
 
A B C D E F G H I J L M N O P R S T U V W _