| AbstractInstalledPlugin |
An installed plug-in bridges the gap between a plug-in bundle and the
plug-ins that it contains.
|
| ConsoleErrorLocation |
Represents information about an error that has been printed as part of a
stack trace in the script output window.
|
| InstalledBundleObject |
Implemented by objects that encapsulate a plug-in bundle that has been
discovered by the bundle installer.
|
| InstalledExtension |
An InstalledExtension bridges the gap between an extension plug-in
bundle and the plug-ins that it contains.
|
| InstalledLibrary |
Represents an installed library.
|
| InstalledPlugin |
An InstalledPlugin bridges the gap between a plug-in bundle and the
plug-ins that it contains.
|
| InstalledTheme |
Provides the information needed to allow the user to select a theme, and for
the ThemeInstaller to install a selected theme.
|
| LibImpl.ScriptTraceElement |
Information about a single frame on the script call stack.
|
| Plugin |
An interface that allows third-party code (plug-ins) to be integrated into
Strange Eons at run time.
|
| PluginBundle |
A plug-in bundle is a file that stores the code and resources required by a
plug-in.
|
| PluginContext |
A plug-in context is passed to a plug-in when it is initialized, shown, or
hidden.
|
| PluginException |
A PluginException is thrown when a plug-in cannot be instantiated or there is
an unexpected error in the plug-in system.
|
| PluginRoot |
Represents the information stored in a plug-in bundle's root file.
|
| ScriptConsole |
A window that provides a console that can be written to.
|
| ScriptConsole.ConsolePrintWriter |
|
| ScriptedPlugin |
This interface is implemented by plug-ins that operate by executing scripts.
|
| ScriptedRunnable.Future |
The interface that will be implemented using the function passed to the
constructor.
|
| ScriptMonkey |
A ScriptMonkey manages the execution of a script from Strange Eons.
|