A B C D E F G H I J L M N O P R S T U V W

S

SaveAsDialogAdapter - Class in org.mockcentral.editor.dialogs
An adapter class for a SaveAsDialog that implements the IMockCentralDialog interface.
SaveAsDialogAdapter() - Constructor for class org.mockcentral.editor.dialogs.SaveAsDialogAdapter
Creates a new instance.
SearchManager - Class in org.mockcentral.editor.search
A class used to manage searching for java elements, providing an embedded TypeNameRequestor to accept matching results which are then used to construct MatchingType instances.
SearchManager() - Constructor for class org.mockcentral.editor.search.SearchManager
 
selectionChanged(SelectionChangedEvent) - Method in class org.mockcentral.editor.outline.MockCentralPluginOutlinePage
 
selector - Variable in class org.mockcentral.editor.nodes.expectation.part.wizard.ReferrableFieldEditor
the ElementListSelector used to select matching Mock Object or variable names.
SelectSignaturePartTypePage - Class in org.mockcentral.editor.nodes.expectation.part.wizard
The WizardPage for an EditSignaturePartWizard used to display the controls for editing a SignaturePartBean instance.
SelectSignaturePartTypePage(EditSignaturePartWizard, SignaturePartBean) - Constructor for class org.mockcentral.editor.nodes.expectation.part.wizard.SelectSignaturePartTypePage
Creates a new instance.
SelectTypeDialog - Class in org.mockcentral.editor.search
A FilteredItemsSelectionDialog used to select java elements based on the type match rule supplied to the constructor.
SelectTypeDialog(Object...) - Constructor for class org.mockcentral.editor.search.SelectTypeDialog
Creates a new dialog used to select java elements.
setAnyParameters() - Method in class org.mockcentral.editor.nodes.expectation.EditExpectationPartActions
 
setAnyParameters() - Method in class org.mockcentral.editor.nodes.expectation.EditExpectationPartManager
 
setAnyParameters() - Method in interface org.mockcentral.editor.nodes.expectation.IEditExpectationPartActions
Sets the "anyParams" flag.
setAnyParameters() - Method in interface org.mockcentral.editor.nodes.expectation.IEditExpectationPartManager
Sets the "any parameters" status.
SetAnyParametersOperation - Class in org.mockcentral.editor.nodes.expectation.operations
An Operation invoked on an ExpectationController instance to set the parameters list to "any", which will result in an AnyConstraintMatcher being created for the Mock Object method.
SetAnyParametersOperation(String, IUndoContext, ExpectationController, ArrayList<SignaturePartBean>) - Constructor for class org.mockcentral.editor.nodes.expectation.operations.SetAnyParametersOperation
Creates a new instance.
setBean(SignaturePartBean) - Method in class org.mockcentral.editor.nodes.expectation.part.wizard.AbstractFieldEditor
Sets the SignaturePartBean being edited.
setBlockOnOpen(boolean) - Static method in class org.mockcentral.editor.dialogs.MockCentralPluginDialogFactory
Sets the value for whether IDialog instances should block on opening.
setBlockOnOpen(boolean) - Static method in class org.mockcentral.editor.dialogs.SaveAsDialogAdapter
Sets the value for whether IDialog instances should block on opening.
setCanFinish(boolean) - Method in class org.mockcentral.editor.new_wizard.NewMockCentralFileWizard
Sets the flag for whether the wizard can finish.
setCanFinish(boolean) - Method in class org.mockcentral.editor.nodes.expectation.part.wizard.EditSignaturePartWizard
Sets the value for whether the wizard can finish, updates the button bar.
setCanFinish(boolean) - Method in class org.mockcentral.editor.nodes.expectation.wizard.EditExpectationWizard
Sets the flag for whether this wizard can finish.
setChildren(List<SignaturePartBean>) - Method in class org.mockcentral.editor.nodes.expectation.part.wizard.ChildrenListEditor
Sets the list of child SignaturePartBean instances.
setContents(Object[], IMockCentralNodeTransfer[]) - Method in class org.mockcentral.editor.nodes.ClipboardAdapter
 
setDefaultValue(Object) - Method in class org.mockcentral.editor.dialogs.SaveAsDialogAdapter
 
setDefaultValue() - Method in class org.mockcentral.editor.nodes.expectation.part.wizard.AbstractFieldEditor
Sets the value field for the SignaturePartBean to the appropriate default.
setDefaultValue(Object) - Method in class org.mockcentral.editor.nodes.expectation.part.wizard.EditSignaturePartWizardDialog
 
setDefaultValue(Object) - Method in class org.mockcentral.editor.nodes.expectation.wizard.EditExpectationWizardDialog
 
setDefaultValue(Object) - Method in class org.mockcentral.editor.nodes.fixture.wizard.EditFixtureWizardDialog
 
setDefaultValue(Object) - Method in class org.mockcentral.editor.nodes.mockobject.wizard.EditMockObjectWizardDialog
 
setDefaultValue(Object) - Method in class org.mockcentral.editor.search.SelectTypeDialog
 
setDialog(EditSignaturePartWizardDialog) - Method in class org.mockcentral.editor.nodes.expectation.part.wizard.EditSignaturePartWizard
Sets the EditSignaturePartWizardDialog.
setDialog(EditExpectationWizardDialog) - Method in class org.mockcentral.editor.nodes.expectation.wizard.EditExpectationWizard
Sets the EditExpectationWizardDialog.
setDirty(boolean) - Method in class org.mockcentral.editor.MockCentralPluginEditor
 
setDoNotify(boolean) - Static method in class org.mockcentral.editor.preferences.PreferenceChangeListener
Sets the value for whether notification should occur.
setEditActions(IEditExpectationPartActions) - Method in class org.mockcentral.editor.nodes.expectation.EditExpectationPage
Sets the IEditExpectationPartActions.
setEditActions(IEditExpectationGroupActions) - Method in class org.mockcentral.editor.nodes.expectation_group.EditExpectationGroupPage
Sets the EditExpectationGroupActions.
setEditActions(IEditFixtureActions) - Method in class org.mockcentral.editor.nodes.fixture.EditFixturePage
Sets the editActions.
setEditActions(IEditFixtureGroupActions) - Method in class org.mockcentral.editor.nodes.fixture_group.EditFixtureGroupPage
Sets the IEditFixtureGroupActions.
setEditActions(IEditMockObjectGroupActions) - Method in class org.mockcentral.editor.nodes.mockobject_group.EditMockObjectGroupPage
Sets the IEditMockObjectGroupActions.
setEditorTitleImage(Image) - Method in interface org.mockcentral.editor.IMockCentralPluginEditor
Sets the editor's title Image.
setEditorTitleImage(Image) - Method in class org.mockcentral.editor.MockCentralPluginEditor
 
setElements(Object[]) - Method in class org.mockcentral.editor.nodes.expectation.part.wizard.ElementListSelector
Sets the Array of elements for the FilteredList.
setErrorMessage(String) - Method in class org.mockcentral.editor.nodes.expectation.part.wizard.SelectSignaturePartTypePage
 
setErrorMessage(String) - Method in class org.mockcentral.editor.nodes.mockobject.wizard.SetMethodDetailsPage
 
setExecutions(IEditExpectationOperationExecutions) - Method in class org.mockcentral.editor.nodes.expectation.EditExpectationPartManager
Sets the IEditExpectationOperationExecutions.
SetExpectationDataOperation - Class in org.mockcentral.editor.nodes.expectation.operations
An Operation invoked on an ExpectationController instance to update the Mock Object method name and/or type.
SetExpectationDataOperation(String, IUndoContext, ExpectationModel, ExpectationController, String, String) - Constructor for class org.mockcentral.editor.nodes.expectation.operations.SetExpectationDataOperation
Creates a new instance.
setExpectationGroupModel(ExpectationGroupModel) - Method in class org.mockcentral.editor.nodes.expectation_group.EditExpectationGroupActions
 
setExpectationGroupModel(ExpectationGroupModel) - Method in interface org.mockcentral.editor.nodes.expectation_group.IEditExpectationGroupActions
Sets the expectationGroupModel.
setFilter(String) - Method in class org.mockcentral.editor.nodes.expectation.part.wizard.ElementListSelector
Sets the value for the filter used to look for matches.
setFirePropertyChanges(boolean) - Method in class org.mockcentral.editor.MockCentralPluginEditor
Sets the value for whether property changes should be fired.
SetFixtureDataOperation - Class in org.mockcentral.editor.nodes.fixture
An Operation invoked on a FixtureController instance to process edited values for the Fixture name and description
SetFixtureDataOperation(String, IUndoContext, FixtureController, FixtureDataBean, FixtureDataBean) - Constructor for class org.mockcentral.editor.nodes.fixture.SetFixtureDataOperation
Creates a new instance, assigining the supplied field data.
setFixtureGroupModel(FixtureGroupModel) - Method in class org.mockcentral.editor.nodes.fixture_group.EditFixtureGroupActions
 
setFixtureGroupModel(FixtureGroupModel) - Method in interface org.mockcentral.editor.nodes.fixture_group.IEditFixtureGroupActions
Sets the FixtureGroupModel.
setFocus() - Method in class org.mockcentral.editor.MockCentralPluginEditor
 
setFocusOn(Control) - Method in class org.mockcentral.editor.nodes.expectation.part.wizard.AbstractFieldEditor
Focuses on the supplied Control inside the UI Thread.
setInput(Object) - Method in class org.mockcentral.editor.viewers.TableViewerAdapter
Adapter method to set the input for the TableViewer.
setInputToFile(IFile) - Method in interface org.mockcentral.editor.IMockCentralPluginEditor
Creates a new FileEditorInput for this editor from the supplied file.
setInputToFile(IFile) - Method in class org.mockcentral.editor.MockCentralPluginEditor
 
SetJndiNamePage - Class in org.mockcentral.editor.nodes.fixture.wizard
A WizardPage used to set the JNDI name for a simple (non-Mock) Object, for use with the AddSimpleJndiBoundObjectWizard.
SetJndiNamePage(SimpleBoundObjectModel, IMockObjectDataManager) - Constructor for class org.mockcentral.editor.nodes.fixture.wizard.SetJndiNamePage
Creates a new instance.
setMarkerManager(MarkerManager) - Method in class org.mockcentral.editor.MockCentralPluginEditor
Sets the MarkerManager used for managing the IMarker instances belonging to the IResource.
SetMethodDetailsPage - Class in org.mockcentral.editor.nodes.mockobject.wizard
 
SetMethodDetailsPage(EditMockObjectWizard, boolean) - Constructor for class org.mockcentral.editor.nodes.mockobject.wizard.SetMethodDetailsPage
Creates a new instance.
SetMockObjectDataOperation - Class in org.mockcentral.editor.nodes.mockobject
An AbstractOperation invoked on a MockObjectController instance to update the Mock Object name and/or interface.
SetMockObjectDataOperation(String, IUndoContext, MockObjectController, String[], String[]) - Constructor for class org.mockcentral.editor.nodes.mockobject.SetMockObjectDataOperation
Creates a new instance, assigining the supplied field data.
setMockObjectGroupModel(MockObjectGroupModel) - Method in class org.mockcentral.editor.nodes.mockobject_group.EditMockObjectGroupActions
 
setMockObjectGroupModel(MockObjectGroupModel) - Method in interface org.mockcentral.editor.nodes.mockobject_group.IEditMockObjectGroupActions
Sets the MockObjectGroupModel.
setModelFieldValue(String, String, boolean, Object) - Method in class org.mockcentral.editor.nodes.expectation.part.wizard.AbstractFieldEditor
Assigns the supplied value to the appropriate field in the current SignaturePartBean.
setModelFieldValue(String, String, SignaturePartBean, Object) - Method in class org.mockcentral.editor.nodes.expectation.part.wizard.AbstractFieldEditor
Assigns the supplied value to the appropriate field in the current SignaturePartBean.
setNodeCopier(INodeCopier) - Method in class org.mockcentral.editor.nodes.actions.PasteNodeAction
Sets the INodeCopier implementation.
setNodeModel(MockCentralNodeModel) - Method in class org.mockcentral.editor.components.DeletedNodeEditorPage
 
setNodeModel(MockCentralNodeModel) - Method in class org.mockcentral.editor.components.MockCentralPluginNodeGroupView
 
setNodeModel(MockCentralNodeModel) - Method in class org.mockcentral.editor.nodes.expectation.EditExpectationPage
 
setNodeModel(MockCentralNodeModel) - Method in class org.mockcentral.editor.nodes.expectation_group.EditExpectationGroupPage
 
setNodeModel(FixtureModel) - Method in class org.mockcentral.editor.nodes.fixture.EditFixtureActions
 
setNodeModel(MockCentralNodeModel) - Method in class org.mockcentral.editor.nodes.fixture.EditFixturePage
 
setNodeModel(FixtureModel) - Method in interface org.mockcentral.editor.nodes.fixture.IEditFixtureActions
Sets the FixtureModel.
setNodeModel(MockCentralNodeModel) - Method in class org.mockcentral.editor.nodes.fixture_group.EditFixtureGroupPage
 
setNodeModel(MockObjectModel) - Method in class org.mockcentral.editor.nodes.mockobject.EditMockObjectActions
Sets the mockObjectModel.
setNodeModel(MockCentralNodeModel) - Method in class org.mockcentral.editor.nodes.mockobject.EditMockObjectPage
 
setNodeModel(MockCentralNodeModel) - Method in class org.mockcentral.editor.nodes.mockobject_group.EditMockObjectGroupPage
 
setNodeProblemParticipant(INodeProblemParticipant) - Method in class org.mockcentral.editor.viewers.TableLabelProviderAdapter
Sets the INodeProblemParticipant.
setNoMatchingElementErrorMessage() - Method in class org.mockcentral.editor.nodes.expectation.part.wizard.AbstractFieldEditor
Notification from an ElementListSelector that there was no matching element based on the user's input.
SetParameterOperation - Class in org.mockcentral.editor.nodes.expectation.operations
An Operation invoked on an ExpectationController instance to set data for one of the Mock Object method's parameters.
SetParameterOperation(String, IUndoContext, ExpectationController, SignaturePartBean, SignaturePartBean, int) - Constructor for class org.mockcentral.editor.nodes.expectation.operations.SetParameterOperation
Creates a new instance.
setParametersTableAdapter(TableViewerAdapter) - Method in class org.mockcentral.editor.nodes.expectation.EditExpectationPartActions
 
setParametersTableAdapter(TableViewerAdapter) - Method in interface org.mockcentral.editor.nodes.expectation.IEditExpectationPartActions
Assigns the TableViewerAdapter for the parameters table.
setPreference(String, Object) - Method in class org.mockcentral.editor.MockCentralPluginEditor
 
setResource(IResource) - Method in class org.mockcentral.editor.outline.MockCentralPluginOutlinePage
Sets the IResource.
setResultAdapter(TableViewerAdapter) - Method in class org.mockcentral.editor.nodes.expectation.EditExpectationPartActions
 
setResultAdapter(TableViewerAdapter) - Method in interface org.mockcentral.editor.nodes.expectation.IEditExpectationPartActions
Assigns the TableViewerAdapter for the result table.
SetResultOperation - Class in org.mockcentral.editor.nodes.expectation.operations
An Operation invoked on an ExpectationController instance to set data for the Mock Object method's result.
SetResultOperation(String, IUndoContext, ExpectationController, SignaturePartBean, SignaturePartBean) - Constructor for class org.mockcentral.editor.nodes.expectation.operations.SetResultOperation
Creates a new instance.
setSelection(ISelection) - Method in class org.mockcentral.editor.outline.MockCentralPluginOutlinePage
 
settings - Variable in class org.mockcentral.editor.wizards.WizardDialogSettingsManager
The IDialogSettings for this instance.
setVisible(boolean) - Method in class org.mockcentral.editor.new_wizard.NewMockCentralFileWizardPage
 
setVisible(boolean) - Method in class org.mockcentral.editor.nodes.expectation.part.wizard.ChooseConstructorPage
 
setVisible(boolean) - Method in class org.mockcentral.editor.nodes.expectation.part.wizard.SelectSignaturePartTypePage
 
setVisible(boolean) - Method in class org.mockcentral.editor.nodes.expectation.wizard.EditExpectationDataPage
 
setVisible(boolean) - Method in class org.mockcentral.editor.nodes.fixture.wizard.EditFixtureDataPage
 
setVisible(boolean) - Method in class org.mockcentral.editor.nodes.fixture.wizard.EditFixtureImportsPage
 
setVisible(boolean) - Method in class org.mockcentral.editor.nodes.mockobject.wizard.AddMethodExpectationsPage
 
setVisible(boolean) - Method in class org.mockcentral.editor.nodes.mockobject.wizard.EditMockObjectDataPage
 
setVisible(boolean) - Method in class org.mockcentral.editor.nodes.mockobject.wizard.SetMethodDetailsPage
 
showAddNonInterfaceMethodWizard() - Method in class org.mockcentral.editor.nodes.mockobject.wizard.AddMethodExpectationsPage
Opens a new EditExpectationWizard used to construct a non-interface method expectation.
showAddParameterDialog(SignaturePartBean) - Method in class org.mockcentral.editor.nodes.expectation.EditExpectationPartManager
 
showAddParameterDialog(SignaturePartBean) - Method in interface org.mockcentral.editor.nodes.expectation.IEditExpectationPartManager
Shows a dialog for adding a new Mock Object method parameter.
showAddResultDialog(SignaturePartBean) - Method in class org.mockcentral.editor.nodes.expectation.EditExpectationPartManager
 
showAddResultDialog(SignaturePartBean) - Method in interface org.mockcentral.editor.nodes.expectation.IEditExpectationPartManager
Shows a dialog for adding a Mock Object method result.
showAddSimpleBoundObjectWizard() - Method in class org.mockcentral.editor.nodes.fixture.EditFixtureActions
 
showAddSimpleBoundObjectWizard() - Method in interface org.mockcentral.editor.nodes.fixture.IEditFixtureActions
Shows a wizard used to add a new simple (non-Mock) JNDI-bound Object.
showConfirmDialog(String, String) - Method in class org.mockcentral.editor.dialogs.MockCentralPluginDialogFactory
 
showCreateNewChildDialog() - Method in class org.mockcentral.editor.components.MockCentralPluginNodeGroupView
Displays a Dialog for creating a new entry for the group of MockCentralNode instances.
showCreateNewChildDialog() - Method in class org.mockcentral.editor.nodes.expectation_group.EditExpectationGroupPage
 
showCreateNewChildDialog() - Method in class org.mockcentral.editor.nodes.fixture_group.EditFixtureGroupPage
 
showCreateNewChildDialog() - Method in class org.mockcentral.editor.nodes.mockobject_group.EditMockObjectGroupPage
 
showCreateNewChildDialog() - Method in class org.mockcentral.editor.outline.MockCentralPluginOutlinePage
 
showCreateNewExpectationWizard() - Method in class org.mockcentral.editor.nodes.expectation_group.EditExpectationGroupActions
 
showCreateNewExpectationWizard() - Method in interface org.mockcentral.editor.nodes.expectation_group.IEditExpectationGroupActions
Displays a new wizard for creating a Mock Object method expectation.
showCreateNewFixtureWizard() - Method in class org.mockcentral.editor.nodes.fixture_group.EditFixtureGroupActions
 
showCreateNewFixtureWizard() - Method in interface org.mockcentral.editor.nodes.fixture_group.IEditFixtureGroupActions
Shows a wizard for creating a new Mock Objects Fixture
showCreateNewMockObjectWizard() - Method in class org.mockcentral.editor.nodes.mockobject_group.EditMockObjectGroupActions
 
showCreateNewMockObjectWizard() - Method in interface org.mockcentral.editor.nodes.mockobject_group.IEditMockObjectGroupActions
Shows a wizard for creating a new Mock Object.
showEditExpectationDataDialog(ExpectationModel, MethodNameValidator) - Method in class org.mockcentral.editor.nodes.expectation.EditExpectationPartManager
 
showEditExpectationDataDialog(ExpectationModel, MethodNameValidator) - Method in interface org.mockcentral.editor.nodes.expectation.IEditExpectationPartManager
Shows a dialog for editing the Mock Object method expectation method name and/or type.
showEditFixtureDataWizard() - Method in class org.mockcentral.editor.nodes.fixture.EditFixtureActions
 
showEditFixtureDataWizard() - Method in interface org.mockcentral.editor.nodes.fixture.IEditFixtureActions
Shows a wizard used to edit the fixture name, description and imports list.
showEditMockObjectDataDialog() - Method in class org.mockcentral.editor.nodes.mockobject.EditMockObjectActions
Shows a dialog for editing the Mock Object name and/or interface.
showEditor(ValueType) - Method in class org.mockcentral.editor.nodes.expectation.part.wizard.SelectSignaturePartTypePage
Shows the AbstractFieldEditor appropriate for editing the supplied ValueType.
showEditParameterDialog(int, SignaturePartBean) - Method in class org.mockcentral.editor.nodes.expectation.EditExpectationPartManager
 
showEditParameterDialog(int, SignaturePartBean) - Method in interface org.mockcentral.editor.nodes.expectation.IEditExpectationPartManager
Shows a dialog for editing the selected Mock Object method parameter.
showEditResultDialog(SignaturePartBean) - Method in class org.mockcentral.editor.nodes.expectation.EditExpectationPartManager
 
showEditResultDialog(SignaturePartBean) - Method in interface org.mockcentral.editor.nodes.expectation.IEditExpectationPartManager
Shows a dialog for editing the Mock Object method result.
showEditSimpleBoundObjectWizard(SimpleBoundObjectModel) - Method in class org.mockcentral.editor.nodes.fixture.EditFixtureActions
 
showEditSimpleBoundObjectWizard(SimpleBoundObjectModel) - Method in interface org.mockcentral.editor.nodes.fixture.IEditFixtureActions
Shows a wizard used to edit a new simple (non-Mock) JNDI-bound Object.
showInputDialog(String, String, String, IMockCentralDialogInputValidator) - Method in class org.mockcentral.editor.dialogs.MockCentralPluginDialogFactory
 
showMessageDialog(String, String, int) - Method in class org.mockcentral.editor.dialogs.MockCentralPluginDialogFactory
 
showMessageDialog(String, String) - Method in class org.mockcentral.editor.dialogs.MockCentralPluginDialogFactory
 
showParametersMenu(IMenuManager, String, int, int) - Method in class org.mockcentral.editor.nodes.expectation.EditExpectationPartActions
 
showParametersMenu(IMenuManager, String, int, int) - Method in interface org.mockcentral.editor.nodes.expectation.IEditExpectationPartActions
Shows the pop-up menu used for editing the parameters list.
showResultMenu(IMenuManager, String) - Method in class org.mockcentral.editor.nodes.expectation.EditExpectationPartActions
 
showResultMenu(IMenuManager, String) - Method in interface org.mockcentral.editor.nodes.expectation.IEditExpectationPartActions
Shows the pop-up menu used for editing the expected method result.
SignaturePartTableLabelProvider - Class in org.mockcentral.editor.nodes.expectation
A TableLabelProviderAdapter used to provide labels for tables which display Mock Object method signature elements.
SignaturePartTableLabelProvider() - Constructor for class org.mockcentral.editor.nodes.expectation.SignaturePartTableLabelProvider
 
simpleBoundObjectsListChanged() - Method in class org.mockcentral.editor.nodes.fixture.EditFixturePage
 
SimpleBoundObjectsTableLabelProvider - Class in org.mockcentral.editor.nodes.fixture
A TableLabelProvider for tables that list SimpleBoundObject instances.
SimpleBoundObjectsTableLabelProvider() - Constructor for class org.mockcentral.editor.nodes.fixture.SimpleBoundObjectsTableLabelProvider
 
simpleBoundObjectsTableViewerAdapter - Variable in class org.mockcentral.editor.nodes.fixture.EditFixturePage
 
SimpleValueFieldEditor - Class in org.mockcentral.editor.nodes.expectation.part.wizard
Factory class for editors used to set values for SignaturepartBean instances modeling primitive and wrapped primitive object types.
size() - Method in class org.mockcentral.editor.viewers.TableViewerAdapter
Returns the number of items in the Table.
sortButtonTipTextKey - Variable in class org.mockcentral.editor.components.MockCentralPluginNodeGroupView
A key for looking up the String to be used for the tooltip text for the 'sort' Button.
SortNodesAction - Class in org.mockcentral.editor.nodes.actions
An Action class for sorting the MockCentralNode instances within a group.
SortNodesAction(IMockCentralNodeGroupViewer) - Constructor for class org.mockcentral.editor.nodes.actions.SortNodesAction
Creates a new instance.
SortNodesOperation - Class in org.mockcentral.editor.nodes.operations
An Operation invoked on a MockCentralGroupNodeController instance to sort the list of child nodes.
SortNodesOperation(String, IUndoContext, MockCentralGroupNodeController, List<MockCentralNode>) - Constructor for class org.mockcentral.editor.nodes.operations.SortNodesOperation
Creates a new instance, assigining the supplied field data.
start(BundleContext) - Method in class org.mockcentral.editor.MockCentralActivator
 
stop(BundleContext) - Method in class org.mockcentral.editor.MockCentralActivator
 
storeSettings(String) - Method in class org.mockcentral.editor.nodes.expectation.wizard.EditExpectationWizardDialogSettingsManager
Stores the IDialogSettings for the wizard.
storeSettings(FixtureDataBean) - Method in class org.mockcentral.editor.nodes.fixture.wizard.EditFixtureWizardDialogSettingsManager
Stores the IDialogSettings for the wizard.
storeSettings(MockObjectDataBean) - Method in class org.mockcentral.editor.nodes.mockobject.wizard.EditMockObjectWizardDialogSettingsManager
Stores the IDialogSettings for the wizard.
storeSizeAndLocationSettings() - Method in class org.mockcentral.editor.nodes.expectation.part.wizard.EditSignaturepartWizardDialogSettingsManager
Stores dialog size and location as well as settings from the current SignaturepartBean.
storeSizeAndLocationSettings() - Method in class org.mockcentral.editor.wizards.WizardDialogSettingsManager
Stores all settings preserving the dialog's size and location.

A B C D E F G H I J L M N O P R S T U V W