descriptors = new IPropertyDescriptor[] {
new TextPropertyDescriptor(NAME, "Name"),
new TextPropertyDescriptor(VERSION, "Version"),
new TextPropertyDescriptor(ID, "Id"),
new TextPropertyDescriptor(PACKAGE_NAME, "Package"),
new ComboBoxPropertyDescriptor(ROUTER_LAYOUT, "Connection Layout",
new String[] { "Manual", "Manhattan", "Shortest Path" }),
new ListPropertyDescriptor(VARIABLES, "Variables", VariableListCellEditor.class),
new ListPropertyDescriptor(SWIMLANES, "Swimlanes",
SwimlanesCellEditor.class),
new ExceptionHandlersPropertyDescriptor(EXCEPTION_HANDLERS,