| http://www.w3.org/ns/prov#value | - e) actionValue);- // we can refresh the table buttons immediately since the wizard is a dialog, the- // user can not access enabled buttons anyway.- ResourceCompositeSearchView.this.refreshTableInfo();- }- });+ AbstractTableAction importAction = new AbstractTableAction(TableActionEnablement.ALWAYS) {+ public void executeAction(ListGridRecord[] selection, Object actionValue) {+ ResourceFactoryImportW
|