public void startPropertyFrame () {
if (parent.getProperties() != null) {
if (prop_frame != null)
prop_frame.show();
else {
prop_frame = new HierarchyEditor(parent,
this,
parent.getProperties(),
parent.getTemplateProperties());
prop_frame.addHierarchyEditorListener(this);
}