if ((handCursor != null) && (handCursor.isDisposed() == false)) {
handCursor.dispose();
}
}
});
PackageExtendAction fExtendAction =
new PackageExtendAction(
"Show Qualified Type Names",
DozerPlugin.getDefault().getImageRegistry().getDescriptor(DozerPlugin.IMG_PACKAGE),
tableViewer);
toolBarManager.add(fExtendAction);