| java.lang.Object org.eclipse.pde.internal.ui.commands.CommandComposerPart
CommandComposerPart | public class CommandComposerPart implements ISelectionChangedListener(Code) | | This class is meant to be used to integrate the Command Composer into a UI (View, Dialog)
- setFilterType(int)
- setButtonCreator(IDialogButtonCreator)
- setPresetCommand(ParameterizedCommand)
- setSnapshotContext(IEvaluationContext) - optional
should all be called before creating the actual control:
Scrolled form = CommandComposerPart#createForm(Composite)
CommandComposerPart#createPartControl(form)
|
F_CHEATSHEET_FILTER | final public static int F_CHEATSHEET_FILTER(Code) | | |
F_FILTER_NOT_SET | final public static int F_FILTER_NOT_SET(Code) | | |
F_HELP_FILTER | final public static int F_HELP_FILTER(Code) | | |
F_INTRO_FILTER | final public static int F_INTRO_FILTER(Code) | | |
createCC | protected void createCC(ScrolledForm form, FormToolkit toolkit, ISelectionChangedListener listener)(Code) | | |
createComposite | protected Composite createComposite(Composite parent)(Code) | | |
createComposite | protected Composite createComposite(Composite parent, int gdStyle, int numCol, boolean colEqual, int margin)(Code) | | |
dispose | public void dispose()(Code) | | |
getCommandService | public ICommandService getCommandService()(Code) | | |
getFilterType | public int getFilterType()(Code) | | |
getParameterizedCommand | public ParameterizedCommand getParameterizedCommand()(Code) | | |
getPresetCommand | protected ParameterizedCommand getPresetCommand()(Code) | | |
getSelectedCommandName | protected String getSelectedCommandName()(Code) | | |
getSelectedCommandsParameters | protected HashMap getSelectedCommandsParameters()(Code) | | |
getSelectedSerializedString | protected String getSelectedSerializedString()(Code) | | |
getSnapshotContext | public IEvaluationContext getSnapshotContext()(Code) | | |
getToolkit | public FormToolkit getToolkit()(Code) | | |
selectionChanged | public void selectionChanged(SelectionChangedEvent event)(Code) | | |
setFilterType | public void setFilterType(int filterType)(Code) | | |
setFocus | public void setFocus()(Code) | | |
setMessage | protected void setMessage(String message, int newType)(Code) | | |
setPresetCommand | protected void setPresetCommand(ParameterizedCommand pc)(Code) | | |
setSnapshotContext | public void setSnapshotContext(IEvaluationContext context)(Code) | | Set a snapshot context to be used by the command details section of this
part.
Parameters: context - the context to use. May be null . since: 3.3 |
|
|