}
public void run() {
iterateIndexes(new IndexIterationListener() {
public void indexSpotted(final ITableInfo tableInfo, final String indexName) {
final IndexDefragAction indexDefragAction = new IndexDefragAction(app,_resources,plugin,tableInfo,indexName);
indexDefragAction.setSession(_session);
GUIUtils.processOnSwingEventThread(new Runnable() {
public void run() {
coll.add(indexDefragAction);
_resources.addToMenu(indexDefragAction,_menu);
}