throw new NotImplementedException("Need to create the corrext axis to for the nodes to access");
}
ViewAxis axis = new TreeBrowserFrame(null, null);
Content content = new RootObject(object);
view = new TreeNodeBorder(new TestObjectView(content, specification, axis, 200, 90, "Tree node"), null);
view.setLocation(new Location(60, 60));
view.setSize(view.getRequiredSize(new Size()));
workspace.addView(view);
}