Compile.Compiler |
An interface that provides basic access to a Java source compiler.
|
DeckPacker.Card |
This class represents one or more card faces in a form suitable for
planning layouts.
|
Member |
A member of a project.
|
MetadataSource |
An object that can determine metadata for one or more file types.
|
MetadataSource.PropertyConsumer |
This interface is implemented by objects that want to access textual
metadata.
|
New.NewAction |
A useful class for adding actions to New .
|
NewTaskType |
A kind of task that can be added to a project.
|
Open.InternalOpener |
If you wish to add special handling for opening a file type, you may
register an InternalOpener for it.
|
Open.OpenRule |
Rules that describe how a file should be opened by the open action.
|
PluginWizardDialog.WizardKit |
A wizard kit allows you to define new kinds of plug-in wizard projects.
|
Project |
Projects simplify the management of multi-file projects.
|
ProjectFolderDialog.Mode |
The type of folder selection supported by the dialog.
|
ProjectView |
A view that displays the open project.
|
ProjectView.ProjectViewEvent |
The event object supplied to listeners of project view events when an
event is fired.
|
ProjectView.SelectionListener |
A listener that is notified of changes to the project selection.
|
Rename.RenameListener |
A listener for file rename events.
|
RootEditor |
An basic interactive editor for eons-plugin files.
|
Searcher |
Performs a multi-threaded search of a file tree and informs a listener of the
results.
|
Searcher.ResultReceiver |
An interface that is sent search results and progress updates as the
search proceeds.
|
Task |
A task is kind of subproject within a project; the type of a task determines
the kinds of actions that may be performed within it.
|
TaskAction |
An action that can be performed on a member of project.
|
TaskActionTree |
An abstract TaskAction for actions that contain one or more child
actions.
|
TaskGroup |
A TaskGoup is a task folder that is allowed to contain other
Task s.
|
ViewTab |
An interface implemented by classes that can add a tab to the project
information area displayed at the bottom of ProjectView s.
|