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,
"Exception Handlers", process),
};
} else {
descriptors = new IPropertyDescriptor[] {
new TextPropertyDescriptor(NAME, "Name"),