- Pluglet - Class in com.ibm.xtools.pluglets
-
Provides pluglet properties and basic services used by pluglets.
- Pluglet() - Constructor for class com.ibm.xtools.pluglets.Pluglet
-
- PlugletCompiler - Class in com.ibm.xtools.pluglets.host
-
- PlugletCompiler(PrintWriter, String, boolean) - Constructor for class com.ibm.xtools.pluglets.host.PlugletCompiler
-
Constructs a pluglet compiler.
- PlugletCompiler() - Constructor for class com.ibm.xtools.pluglets.host.PlugletCompiler
-
Constructs a pluglet compiler.
- PlugletException - Exception in com.ibm.xtools.pluglets.engine
-
- PlugletException(String) - Constructor for exception com.ibm.xtools.pluglets.engine.PlugletException
-
Constructs a pluglet exception with the specified detailed
message.
- PlugletExecutor - Class in com.ibm.xtools.pluglets.engine
-
Provides an engine for executing a Java source file or class file
as a pluglet.
- PlugletExecutor(IPlugletHost) - Constructor for class com.ibm.xtools.pluglets.engine.PlugletExecutor
-
Constructs a PlugletExecutor
instance.
- PlugletHost - Class in com.ibm.xtools.pluglets.host
-
- PlugletHost(URLClassLoader[], IPlugletCompiler, PrintWriter, IPlugletMessageDialog, boolean, String[]) - Constructor for class com.ibm.xtools.pluglets.host.PlugletHost
-
- PlugletHost(URLClassLoader[], IPlugletCompiler, PrintWriter, IPlugletMessageDialog, boolean) - Constructor for class com.ibm.xtools.pluglets.host.PlugletHost
-
- PLUGLETMAIN - Static variable in class com.ibm.xtools.pluglets.engine.PlugletExecutor
-
The name of a pluglet main entry point.
- PLUGLETMAIN_ARGS - Static variable in class com.ibm.xtools.pluglets.engine.PlugletExecutor
-
The argument types of a pluglet main entry point.
- printStackTrace(Throwable, PrintWriter) - Method in class com.ibm.xtools.pluglets.Pluglet
-
Prints the throwable and its backtrace to the specified print writer.
- printStackTrace(Throwable) - Method in class com.ibm.xtools.pluglets.Pluglet
-
Prints the throwable and its backtrace to the pluglet output writer.
- prompt(String, String, String) - Method in interface com.ibm.xtools.pluglets.host.IPlugletMessageDialog
-
Displays an input dialog with a prompt message, a text input field, and
OK and Cancel buttons.
- prompt(String, String, String) - Method in class com.ibm.xtools.pluglets.Pluglet
-
Displays an input dialog with a prompt message, the text input
field initial text, the title, and OK button and
Cancel buttons.
- prompt(String, String) - Method in class com.ibm.xtools.pluglets.Pluglet
-
Displays an input dialog with a prompt message, the text input
field initial text, and OK and
Cancel buttons.
- prompt(String) - Method in class com.ibm.xtools.pluglets.Pluglet
-
Displays an input dialog with a prompt message, a text input field, and
OK and Cancel buttons.