ICompilationUnit compilationUnit = field.getCompilationUnit();
ShowAttributeInListDialog showAttributeInListDialog = new ShowAttributeInListDialog(null);
showAttributeInListDialog.pack();
showAttributeInListDialog.setLocationRelativeTo(null);
showAttributeInListDialog.setVisible(true);
String order = showAttributeInListDialog.getOrder();
if (order == null)