Class Summary |
SystemCascadingCompileAction |
Cascading Compile-> menu for remote compilable resources. |
SystemCompilableSource |
When a user selects a remote compilable source member, and then one of the compile commands
from the cascading compile popup menu action, an instance of this class is created to manage
the actual running of the compile command against the selected source. |
SystemCompileAction |
This is the action for an individual compile command, either prompted or not prompted.
|
SystemCompileCascadeByProfileAction |
A cascading submenu action for "Compile->".
|
SystemCompileCommand |
A compile command is represents a command that can be run on a remote system for the
explicit purpose of compiling selected source members.
|
SystemCompileCommandActionCopy |
The action is used within the Work With Compile Commands dialog, in the context menu of the selected compile command.
|
SystemCompileCommandActionDelete |
The action is used within the Work With Compile Commands dialog, in the context menu of the selected compile command.
|
SystemCompileCommandActionMoveDown |
The action is used within the Work With Compile Commands dialog, in the context menu of the selected compile command.
|
SystemCompileCommandActionMoveUp |
The action is used within the Work With Compile Commands dialog, in the context menu of the selected compile command.
|
SystemCompileCommandActionPaste |
The action is used within the Work With Compile Commands dialog, in the context menu of the selected compile command.
|
SystemCompileCommandActionRestoreDefaults |
The action is used within the Work With Compile Commands dialog, in the context menu
of the selected compile command.
|
SystemCompileCommandContentProvider |
Content provider for the list viewer in the Work With Compile Commands dialog. |
SystemCompileCommandEditPane |
This class prompts the user to create or edit the contents of a single
compile command. |
SystemCompileCommandLabelProvider |
Label provider for compile commands in the work with compile commands
dialog. |
SystemCompileContributor |
|
SystemCompileContributorManager |
This singleton class manages all compile contributions added through extension points. |
SystemCompileContributorReader |
This class reads configuration elements from the workbench's registry, creates contributors
and registers them with the manager. |
SystemCompileManager |
This class manages the compile framework for a particular instantiation.
|
SystemCompileMultipleSelectAction |
|
SystemCompileProfile |
A SystemCompileProfile has a one-to-one correspondence with a SystemProfile. |
SystemCompileRemoteObjectMatcher |
|
SystemCompileType |
A SystemCompileType is effectively an index that maps a compilable source type (like ".cpp") to a
list of SystemCompileCommand objects that represent the commands that are registered against that source
type. |
SystemDefaultCompileCommand |
This class encapsulates, for a particular compile command, the
important information for that command including:
The label of the command... which is what the user sees in the compile menu
The name of the command... without parameters.
|
SystemDefaultCompileCommands |
This class manages a list of compile commands. |
SystemNewCompileSrcTypeDialog |
Dialog used when in the Work With Compile Commands dialog when the user presses
* the "Add..." button to add a new source type |
SystemPromptCompileCommandDialog |
Dialog used when running a user action, which has the prompt option specified |
SystemWorkWithCompileCommandsAction |
The action that displays the Work With -> Compile Commands menu item |
SystemWorkWithCompileCommandsDialog |
A dialog that allows the user to work with the compile commands for the compile actions in this subsystem. |