org.mockcentral.editor.nodes.fixture_group
Interface IFixtureNameEditor
- All Known Implementing Classes:
- FixtureGroupModel, FixtureModel
public interface IFixtureNameEditor
Interface for classes that handle edits to a Fixture name.
- Author:
- David Hutchinson
|
Method Summary |
boolean |
isFixtureNameInUse(java.lang.String fixtureName)
Returns whether the supplied Fixture name is already in use within the
document. |
isFixtureNameInUse
boolean isFixtureNameInUse(java.lang.String fixtureName)
- Returns whether the supplied Fixture name is already in use within the
document.
- Parameters:
fixtureName - the proposed name for the Fixture.
- Returns:
- whether the supplied Fixture name is already in use within the
document.