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

I

IExpectationModelObserver - Interface in org.mockcentral.editor.nodes.expectation
Interface for classes interested in observing changes to the data modeled in an ExpectationModel instance.
IFixtureModelObserver - Interface in org.mockcentral.editor.nodes.fixture
Interface for classes that need to observe changes to the data modeled in a FixtureModel instance.
IFixtureNameEditor - Interface in org.mockcentral.editor.nodes.fixture_group
Interface for classes that handle edits to a Fixture name.
IMethodsListEditor - Interface in org.mockcentral.editor.nodes.expectation_group
Interface for classes that handle edits to a Mock Object definition's list of method expectations.
IMockCentralClipboard - Interface in org.mockcentral.editor.nodes
Interface for classes used for copying and pasting MockCentralNode instances within IMockCentralNodeGroupViewer controls.
IMockCentralDialog - Interface in org.mockcentral.editor.dialogs
Interface for the various dialogs provided by the application.
IMockCentralDialogFactory - Interface in org.mockcentral.editor.dialogs
Interface for classes used to display various dialogs for the application.
IMockCentralDialogInputValidator - Interface in org.mockcentral.editor.dialogs
Interface for classes used to validate user input entered in dialogs.
IMockCentralEditor - Interface in org.mockcentral.editor
Interface for the top level editor class used for editing MockCentral configuration files.
IMockCentralEditorOutline - Interface in org.mockcentral.editor.outline
Interface for the tree display used to select MockObjectNode instances for editing.
IMockCentralGroupNodeModelObserver - Interface in org.mockcentral.editor.nodes
Interface for classes interested in changes to the list of child MockCentralNode instances modeled in a MockCentralGroupNodeModel.
IMockCentralLogger - Interface in org.mockcentral.editor.logging
Interface for classes used to log info or error messages generated within a MockCentral editor application.
IMockCentralNodeGroupViewer - Interface in org.mockcentral.editor.viewers
Interface for classes that provide viewer controls for "group" MockCentralNode instances (FixtureGroupNode, MockObjectGroupNode and ExpectationGroupNode).
IMockCentralNodeTransfer - Interface in org.mockcentral.editor.nodes
Marker Interface for classes used to transfer MockCentralNode instance data to and from the IMockCentralClipboard implementation.
IMockCentralNodeView - Interface in org.mockcentral.editor.nodes
Interface for view classes used to display and edit the data modeled in MockCentralNodeModel instances.
IMockObjectDataManager - Interface in org.mockcentral.editor.nodes.mockobject
Interface for classes that manage Mock Object name, interface and JNDI name data.
IMockObjectModelObserver - Interface in org.mockcentral.editor.nodes.mockobject
Interface for classes that need to observe changes to the data modeled in a MockObjectModel instance.
IMPORT_FIXTURE_ELEMENT_NAME - Static variable in class org.mockcentral.editor.nodes.ElementNames
A String constant identifying the name of a JDOM Element containing data for the model.
ImportableFixturesTableModelBuilder - Class in org.mockcentral.editor.nodes.fixture
A class used for building a MockCentralTableModel to hold importable Fixture instances.
ImportableFixturesTableModelBuilder(FixtureGroupNode, FixtureDataBean) - Constructor for class org.mockcentral.editor.nodes.fixture.ImportableFixturesTableModelBuilder
Creates a new instance.
indexOf(T) - Method in class org.mockcentral.editor.viewers.MockCentralTableModel
Returns the index of the supplied element.
INFO_IMAGE - Static variable in interface org.mockcentral.editor.dialogs.IMockCentralDialogFactory
Constant identifying an information dialog image to be shown.
initializeComponents() - Method in class org.mockcentral.editor.nodes.MockCentralNode
Initializes the MVC components associated with this node.
INodeProblemListener - Interface in org.mockcentral.editor.nodes.problem
Interface for classes that need to be updated after changes to NodeProblem lists.
INodeProblemParticipant - Interface in org.mockcentral.editor.nodes.problem
Interface for classes that participate in NodeProblem definition and display.
INT_PRIMITIVE_NAME - Static variable in class org.mockcentral.editor.MockCentralEditorMessages
 
INTEGER_CLASS_NAME - Static variable in class org.mockcentral.editor.MockCentralEditorMessages
 
INTEGER_MAX - Static variable in class org.mockcentral.editor.MockCentralEditorMessages
 
isAnyParameters() - Method in class org.mockcentral.editor.nodes.expectation.ExpectationModel
Returns whether the Mock Object method expectation will accept all/any parameters.
isDefaultMethodVersionInUse(Method, boolean) - Method in class org.mockcentral.editor.nodes.expectation_group.ExpectationGroupModel
 
isDefaultMethodVersionInUse(Method, boolean) - Method in interface org.mockcentral.editor.nodes.expectation_group.IMethodsListEditor
Returns whether the default version of a mocked method is already in use for the current Mock Object.
isDeleted() - Method in class org.mockcentral.editor.nodes.MockCentralNode
Returns the flag for whether this instance has been deleted.
isDuplicateExpectation(Element, int) - Method in class org.mockcentral.editor.nodes.expectation_group.ExpectationGroupModel
Returns whether a new or edited Mock Object method expectation duplicates another in the list for the current Mock Object.
isDuplicateFixtureName(String, int) - Method in class org.mockcentral.editor.nodes.fixture_group.FixtureGroupModel
Returns whether the supplied Fixture name is in use for a Fixture not identified by the supplied hashcode.
isDuplicateJndiName(String, Object) - Method in class org.mockcentral.editor.nodes.mockobject_group.MockObjectGroupModel
Returns whether an new or edited Mock Object JNDI name is already in use.
isDuplicateMockObjectName(String, int) - Method in class org.mockcentral.editor.nodes.mockobject_group.MockObjectGroupModel
Returns whether the supplied Mock Object name is in use for a Mock Object not identified by the supplied hashcode.
isEmpty() - Method in class org.mockcentral.editor.viewers.MockCentralTableModel
Returns whether the list of elements is empty.
isEnableBinding() - Method in class org.mockcentral.editor.nodes.mockobject.MockObjectDataBean
Returns the value for whether JNDI binding should be enabled.
isFixtureNameInUse(String) - Method in class org.mockcentral.editor.nodes.fixture.FixtureModel
 
isFixtureNameInUse(String) - Method in class org.mockcentral.editor.nodes.fixture_group.FixtureGroupModel
 
isFixtureNameInUse(String) - Method in interface org.mockcentral.editor.nodes.fixture_group.IFixtureNameEditor
Returns whether the supplied Fixture name is already in use within the document.
isGenerateDefaultToStringMethod() - Method in class org.mockcentral.editor.nodes.expectation_group.ExpectationGroupDataBean
Returns the value for whether to generate a default toString() method.
isIncludeObjectMethods() - Method in class org.mockcentral.editor.nodes.expectation_group.ExpectationGroupDataBean
Returns the value for whether to include java.lang.Object methods in the selectable list.
isInterfaceMethod(String, Element) - Method in class org.mockcentral.editor.nodes.expectation_group.ExpectationGroupModel
Returns whether the method defined by the parameters corresponds to one defined by the Mock Object interface.
isJndiNameInUse(String, Object) - Method in class org.mockcentral.editor.nodes.fixture.FixtureModel
 
isJndiNameInUse(String, Object) - Method in interface org.mockcentral.editor.nodes.mockobject.IMockObjectDataManager
Returns whether the supplied JNDI name is currently in use within the Fixture.
isMethodNameInUse(String, Object) - Method in class org.mockcentral.editor.nodes.expectation_group.ExpectationGroupModel
 
isMethodNameInUse(String, Object) - Method in interface org.mockcentral.editor.nodes.expectation_group.IMethodsListEditor
Returns whether the supplied method name is currently in use within the list of Mock Object method expectations.
isModified() - Method in class org.mockcentral.editor.nodes.problem.NodeProblemManager
Returns the value for whether processing the updated list of problems modified the stored list.
isOpenExpectationGroupPage() - Method in class org.mockcentral.editor.nodes.mockobject.MockObjectDataBean
Returns whether the editor should open the expectation group page after an edit.
isOpenMockObjectGroupPage() - Method in class org.mockcentral.editor.nodes.fixture.FixtureDataBean
Returns whether the editor should open the mock object group page after an edit.
isOpenMockObjectGroupPageAfterPaste() - Method in class org.mockcentral.editor.nodes.fixture.FixtureDataBean
Returns whether the editor should open the mock object group page after a paste operation.
isValid(Object...) - Method in interface org.mockcentral.editor.dialogs.IMockCentralDialogInputValidator
Returns a list of NodeProblem objects generated during validation of the supplied input.
isValid(Object...) - Method in class org.mockcentral.editor.nodes.expectation.part.ThrowableDefinitionValidator
 
isValid(String) - Method in class org.mockcentral.editor.nodes.fixture_group.FixtureNameValidator
Validates the proposed Fixture name, testing for a non-empty value and whether it would duplicate that of an existing Fixture.
isValidInterface(String) - Method in class org.mockcentral.editor.nodes.fixture.FixtureModel
 
isValidInterface(String) - Method in interface org.mockcentral.editor.nodes.mockobject.IMockObjectDataManager
Returns an error message indicating an invalid Mock Object interface, or null if the supplied interface name is valid.
isValidInterface(String) - Method in class org.mockcentral.editor.nodes.mockobject_group.MockObjectDataValidator
Vaidates the supplied interface, testing for a non-empty value and that the value is the name of a valid interface.
isValidJndiName(String, Object) - Method in class org.mockcentral.editor.nodes.fixture.FixtureModel
 
isValidJndiName(String, Object) - Method in interface org.mockcentral.editor.nodes.mockobject.IMockObjectDataManager
Returns an error message indicating an invalid JNDI name, or null if the supplied JNDI name is valid.
isValidJndiName(String, Object) - Method in class org.mockcentral.editor.nodes.mockobject_group.MockObjectDataValidator
Returns whether the supplied JNDI name is valid.
isValidMethodName(String, Object) - Method in class org.mockcentral.editor.nodes.expectation.MethodNameValidator
Returns whether the supplied method name is valid.
isValidMockObjectName(String, Object) - Method in class org.mockcentral.editor.nodes.fixture.FixtureModel
 
isValidMockObjectName(String, Object) - Method in interface org.mockcentral.editor.nodes.mockobject.IMockObjectDataManager
Returns an error message indicating an invalid Mock Object name, or null if the supplied name is valid.
isValidMockObjectName(String, Object) - Method in class org.mockcentral.editor.nodes.mockobject_group.MockObjectDataValidator
Verifies that the supplied Mock Object name is not empty and does not duplicate that of another Mock Object defined in the Fixture.

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