5960616263646566
* @see org.eclipse.jface.action.Action#run() */ public void run() { SchemasViewSortDialog svsd = new SchemasViewSortDialog( PlatformUI.getWorkbench().getDisplay().getActiveShell() ); svsd.open(); } }