org.mockcentral.editor.nodes.fixture_group
Class EditFixtureGroupActions

java.lang.Object
  extended by org.mockcentral.editor.nodes.fixture_group.EditFixtureGroupActions
All Implemented Interfaces:
IEditFixtureGroupActions

public class EditFixtureGroupActions
extends java.lang.Object
implements IEditFixtureGroupActions

A class used to display a wizard for creating a new Mock Objects Fixture.

Author:
David Hutchinson

Constructor Summary
EditFixtureGroupActions(org.mockcentral.editor.viewers.IMockCentralNodeGroupViewer page)
          Creates a new instance.
 
Method Summary
 void setFixtureGroupModel(org.mockcentral.editor.nodes.fixture_group.FixtureGroupModel nodeModel)
          Sets the FixtureGroupModel.
 void showCreateNewFixtureWizard()
          Shows a wizard for creating a new Mock Objects Fixture
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EditFixtureGroupActions

public EditFixtureGroupActions(org.mockcentral.editor.viewers.IMockCentralNodeGroupViewer page)
Creates a new instance.

Parameters:
page - the IMockCentralNodeGroupViewer.
Method Detail

setFixtureGroupModel

public void setFixtureGroupModel(org.mockcentral.editor.nodes.fixture_group.FixtureGroupModel nodeModel)
Description copied from interface: IEditFixtureGroupActions
Sets the FixtureGroupModel.

Specified by:
setFixtureGroupModel in interface IEditFixtureGroupActions
Parameters:
nodeModel - the FixtureGroupModel to set.

showCreateNewFixtureWizard

public void showCreateNewFixtureWizard()
Description copied from interface: IEditFixtureGroupActions
Shows a wizard for creating a new Mock Objects Fixture

Specified by:
showCreateNewFixtureWizard in interface IEditFixtureGroupActions