585960616263646566
/* (non-Javadoc) * @see org.eclipse.jface.action.Action#run() */ public void run() { SchemaElementsViewSortDialog hvsd = new SchemaElementsViewSortDialog( PlatformUI.getWorkbench().getDisplay() .getActiveShell() ); hvsd.open(); }