{
GUIUtils.processOnSwingEventThread(new Runnable()
{
public void run()
{
final ActionCollection coll = getApplication().getActionCollection();
PasteTableAction pasteAction = (PasteTableAction) coll.get(PasteTableAction.class);
pasteAction.setEnabled(enabled);
}
});
}