class |
AddLocale |
Task action to add a new locale based on an existing .properties
file.
|
class |
AddTask |
Task action that adds a new subtask to a project or task group.
|
class |
Browse |
Task action that shows the selected HTML document(s) in the system web
browser.
|
class |
ChangeIcon |
Task action that allows the user to choose a custom icon to represent a task
folder.
|
class |
Clean |
Task action that deletes build products.
|
class |
CompareFiles |
Task action that displays the difference (diff) between two text files.
|
class |
Compile |
A task action that compiles selected Java source files.
|
class |
CompileAll |
A task action that compiles all Java source files in a plug-in task.
|
class |
ConvertImage |
A task action tree that can convert and/or recompress a source image to one
of the standard Strange Eons image formats for plug-ins (png, jpg, jp2).
|
class |
ConvertSpellingDictionary |
A task action for converting between spelling dictionary formats (plain text,
common prefix length compression, and ternary tree).
|
static class |
ConvertSpellingDictionary.Converter |
|
class |
Copy |
Task action that copies the project selection to the clipboard.
|
class |
Cut |
Task action that cuts the project selection to the clipboard.
|
static class |
DocumentTask.DocumentType |
A task action that creates a new, blank document for the
DocumentTask by copying a template file from a resource.
|
class |
DrawRegion |
Task action that allows the user to define regions interactively by drawing
them on the selected image.
|
class |
Export |
Task action that exports a project to an archive.
|
class |
MakeBundle |
Task action that creates a plug-in bundle from the contents of a plug-in task
folder.
|
class |
MakeDeck |
Task action that automatically lays out a deck of cards.
|
class |
MergeSettings |
A task action that loads settings from a settings file into the shared
settings or a game's settings.
|
class |
MergeStrings |
A task action that loads strings from a string table into the game or UI
language.
|
class |
New |
|
static class |
New.NewAction |
A useful class for adding actions to New .
|
static class |
New.NewGameComponent |
A New child action that creates a specific game component from a
compiled GameComponent class.
|
class |
Open |
A task action that opens project files.
|
class |
Packaging |
Task action that allows a project's packaging to be converted, switching
between folder- and package-based projects.
|
class |
Paste |
Paste files on clipboard into the selected folder of a project.
|
class |
PluginImportAction |
Task action that converts a plug-in bundle in a project into a task folder.
|
class |
PublishBundle |
Task action that prepares a bundle for publication in a catalogue by creating
an equivalent published bundle.
|
class |
RasterizeImage |
Project action that rasterizes vector images (creating bitmapped versions of
the image).
|
class |
Rename |
Task action for renaming project files.
|
class |
Run |
Task action that runs or debugs a selected script.
|
class |
ScriptedFactoryBuild |
Task action that runs the make script associated with a scripted factory.
|
class |
ShowFolder |
Task action that shows the contents of a folder using the desktop shell.
|
class |
SpecializedAction |
A superclass for actions that specialize one of the built-in actions by
modifying their behaviour.
|
class |
TaskActionTree |
An abstract TaskAction for actions that contain one or more child
actions.
|
class |
TestBundle |
A task action that starts a separate copy of the application in order to test
a plug-in bundle.
|
class |
Translate |
This task action applies to .properties files that are not in the
default language (that is, they have at least one underscore _ in the
file name, e.g., X_en.properties ).
|
class |
View |
A task action that displays files in a preview window.
|
class |
VirtualDeck |
A task action that displays a window in order to simulate a printed deck of
cards.
|