org.mockcentral.editor.nodes.fixture
Class ImportableFixturesTableModelBuilder

java.lang.Object
  extended by org.mockcentral.editor.nodes.fixture.ImportableFixturesTableModelBuilder

public class ImportableFixturesTableModelBuilder
extends java.lang.Object

A class used for building a MockCentralTableModel to hold importable Fixture instances.


Constructor Summary
ImportableFixturesTableModelBuilder(FixtureGroupNode fixtureGroupNode, FixtureDataBean fixtureModel)
          Creates a new instance.
 
Method Summary
 MockCentralTableModel<MockCentralNode> getImportableFixturesListModel()
          Returns the MockCentralTableModel listing other Fixtures to be selected from for the current Fixture to import.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImportableFixturesTableModelBuilder

public ImportableFixturesTableModelBuilder(FixtureGroupNode fixtureGroupNode,
                                           FixtureDataBean fixtureModel)
Creates a new instance.

Parameters:
fixtureGroupNode - the enclosing FixtureGroupNode.
fixtureModel - the FixtureDataBean containing the Fixture data
Method Detail

getImportableFixturesListModel

public MockCentralTableModel<MockCentralNode> getImportableFixturesListModel()
Returns the MockCentralTableModel listing other Fixtures to be selected from for the current Fixture to import.

Returns:
the MockCentralTableModel listing other Fixtures to be selected from for the current Fixture to import.