in src/main/java/org/apache/cayenne/modeler/layout/MainWindowLayout.java [381:400]
public void loadChildLayouts()
{
try
{
// databaseEntityDetail = new DatabaseEntityLayout(this);
// dataDomainDetail = new DataDomainLayout(this);
// dataMapDetail = new DataMapLayout(this);
// dataNodeDetail = new DataNodeLayout(this);
// objectEntityDetail = new ObjectEntityLayout(this);
mainToolBarLayout = new MainToolBarLayout(this);
displayView(mainToolBarAnchorPane, mainToolBarLayout);
}
catch (final Exception exception)
{
// TODO Auto-generated catch block
LOGGER.error("Could not load subviews", exception);
}
}