A B C E F G J K M P R S T W

A

actionPerformed(ActionEvent) - Method in class com.metamatrix.script.shell.JConsole
 
addTest(String) - Method in class com.metamatrix.script.junit.BshTestSuite
Loads the specified script from the classpath.
addTest(String, String) - Method in class com.metamatrix.script.junit.BshTestSuite
A way add a single test while debugging.

B

BshTestCase - Class in com.metamatrix.script.junit
BshTestCase class along with BshTestSuite ties the JUnit and BeanShell toghether.
BshTestCase(String, BshMethod, Interpreter) - Constructor for class com.metamatrix.script.junit.BshTestCase
 
BshTestSuite - Class in com.metamatrix.script.junit
TestSuite class to be used with the BeanShell unit tests.
BshTestSuite() - Constructor for class com.metamatrix.script.junit.BshTestSuite
 
BshTestSuite(String) - Constructor for class com.metamatrix.script.junit.BshTestSuite
 

C

close() - Method in class com.metamatrix.script.shell.FilePrintStream
 
close() - Method in class com.metamatrix.script.shell.JConsole.BlockingPipedInputStream
 
close() - Method in class com.metamatrix.script.shell.ReaderInterceptor
 
com.metamatrix.script.junit - package com.metamatrix.script.junit
 
com.metamatrix.script.shell - package com.metamatrix.script.shell
 
convert(String) - Method in interface com.metamatrix.script.shell.CustomParser
Convert the command entered on the command line to bean shell specific command.
convert(String) - Method in class com.metamatrix.script.shell.SimpleParser
 
CustomParser - Interface in com.metamatrix.script.shell
An interface used for replacing/or Hijacking the Beanshell parser

E

error(Object) - Method in class com.metamatrix.script.shell.JConsole
 

F

FilePrintStream - Class in com.metamatrix.script.shell
File based decorator for PrintStream
FilePrintStream(PrintStream, String) - Constructor for class com.metamatrix.script.shell.FilePrintStream
 
flush() - Method in class com.metamatrix.script.shell.FilePrintStream
 

G

getErr() - Method in class com.metamatrix.script.shell.JConsole
 
getIn() - Method in class com.metamatrix.script.shell.JConsole
 
getInputStream() - Method in class com.metamatrix.script.shell.JConsole
 
getOut() - Method in class com.metamatrix.script.shell.JConsole
 

J

JConsole - Class in com.metamatrix.script.shell
A JFC/Swing based console for the BeanShell desktop.
JConsole() - Constructor for class com.metamatrix.script.shell.JConsole
 
JConsole(InputStream, OutputStream) - Constructor for class com.metamatrix.script.shell.JConsole
 
JConsole.BlockingPipedInputStream - Class in com.metamatrix.script.shell
The overridden read method in this class will not throw "Broken pipe" IOExceptions; It will simply wait for new writers and data.
JConsole.BlockingPipedInputStream(PipedOutputStream) - Constructor for class com.metamatrix.script.shell.JConsole.BlockingPipedInputStream
 

K

keyPressed(KeyEvent) - Method in class com.metamatrix.script.shell.JConsole
 
keyReleased(KeyEvent) - Method in class com.metamatrix.script.shell.JConsole
 
keyTyped(KeyEvent) - Method in class com.metamatrix.script.shell.JConsole
 

M

main(String[]) - Static method in class com.metamatrix.script.shell.MMAdmin
 
main(String[]) - Static method in class com.metamatrix.script.shell.ReaderInterceptor
 
MMAdmin - Class in com.metamatrix.script.shell
Invokes the BeanShell window, specifically designed for the metamatrix purposes.
MMAdmin() - Constructor for class com.metamatrix.script.shell.MMAdmin
 
mouseClicked(MouseEvent) - Method in class com.metamatrix.script.shell.JConsole
 
mouseEntered(MouseEvent) - Method in class com.metamatrix.script.shell.JConsole
 
mouseExited(MouseEvent) - Method in class com.metamatrix.script.shell.JConsole
 
mousePressed(MouseEvent) - Method in class com.metamatrix.script.shell.JConsole
 
mouseReleased(MouseEvent) - Method in class com.metamatrix.script.shell.JConsole
 

P

print(boolean) - Method in class com.metamatrix.script.shell.FilePrintStream
 
print(char) - Method in class com.metamatrix.script.shell.FilePrintStream
 
print(char[]) - Method in class com.metamatrix.script.shell.FilePrintStream
 
print(double) - Method in class com.metamatrix.script.shell.FilePrintStream
 
print(float) - Method in class com.metamatrix.script.shell.FilePrintStream
 
print(int) - Method in class com.metamatrix.script.shell.FilePrintStream
 
print(long) - Method in class com.metamatrix.script.shell.FilePrintStream
 
print(Object) - Method in class com.metamatrix.script.shell.FilePrintStream
 
print(String) - Method in class com.metamatrix.script.shell.FilePrintStream
 
print(Object) - Method in class com.metamatrix.script.shell.JConsole
 
print(Icon) - Method in class com.metamatrix.script.shell.JConsole
 
print(Object, Font) - Method in class com.metamatrix.script.shell.JConsole
 
print(Object, Color) - Method in class com.metamatrix.script.shell.JConsole
 
print(Object, Font, Color) - Method in class com.metamatrix.script.shell.JConsole
 
print(Object, String, int, Color) - Method in class com.metamatrix.script.shell.JConsole
 
print(Object, String, int, Color, boolean, boolean, boolean) - Method in class com.metamatrix.script.shell.JConsole
 
println() - Method in class com.metamatrix.script.shell.FilePrintStream
 
println(boolean) - Method in class com.metamatrix.script.shell.FilePrintStream
 
println(char) - Method in class com.metamatrix.script.shell.FilePrintStream
 
println(char[]) - Method in class com.metamatrix.script.shell.FilePrintStream
 
println(double) - Method in class com.metamatrix.script.shell.FilePrintStream
 
println(float) - Method in class com.metamatrix.script.shell.FilePrintStream
 
println(int) - Method in class com.metamatrix.script.shell.FilePrintStream
 
println(long) - Method in class com.metamatrix.script.shell.FilePrintStream
 
println(Object) - Method in class com.metamatrix.script.shell.FilePrintStream
 
println(String) - Method in class com.metamatrix.script.shell.FilePrintStream
 
println(Object) - Method in class com.metamatrix.script.shell.JConsole
 
println() - Method in class com.metamatrix.script.shell.JConsole
Prints "\\n" (i.e.
println(Icon) - Method in class com.metamatrix.script.shell.JConsole
 
propertyChange(PropertyChangeEvent) - Method in class com.metamatrix.script.shell.JConsole
 

R

read() - Method in class com.metamatrix.script.shell.JConsole.BlockingPipedInputStream
 
read(char[], int, int) - Method in class com.metamatrix.script.shell.ReaderInterceptor
 
ReaderInterceptor - Class in com.metamatrix.script.shell
This class used in conjunction with BeanShell, to hijack the System.in and write a wrapper on top it,so that any commands entered in its console be passed through this code before any thing else happens.
ReaderInterceptor(CustomParser, Writer) - Constructor for class com.metamatrix.script.shell.ReaderInterceptor
 
ReaderInterceptor(Reader, CustomParser, Writer) - Constructor for class com.metamatrix.script.shell.ReaderInterceptor
 
requestFocus() - Method in class com.metamatrix.script.shell.JConsole
 
run() - Method in class com.metamatrix.script.shell.JConsole
 
runTest() - Method in class com.metamatrix.script.junit.BshTestCase
 

S

setFont(Font) - Method in class com.metamatrix.script.shell.JConsole
 
setInterpreter(Interpreter) - Method in interface com.metamatrix.script.shell.CustomParser
 
setInterpreter(Interpreter) - Method in class com.metamatrix.script.shell.SimpleParser
 
setNameCompletion(NameCompletion) - Method in class com.metamatrix.script.shell.JConsole
 
setParser(SimpleParser) - Method in class com.metamatrix.script.shell.JConsole
 
setWaitFeedback(boolean) - Method in class com.metamatrix.script.shell.JConsole
 
SimpleParser - Class in com.metamatrix.script.shell
A parser class used in conjunction with Bean Shell
SimpleParser() - Constructor for class com.metamatrix.script.shell.SimpleParser
 
suite() - Static method in class com.metamatrix.script.junit.BshTestCase
 

T

toString() - Method in class com.metamatrix.script.shell.JConsole
 

W

write(int) - Method in class com.metamatrix.script.shell.FilePrintStream
 
write(byte[], int, int) - Method in class com.metamatrix.script.shell.FilePrintStream
 

A B C E F G J K M P R S T W

Copyright © 2009. All Rights Reserved.