private void showAnnotationType(Type type, boolean isVisible) {
AnnotationStyle style = getDocumentProvider().getAnnotationStyle(getEditorInput(), type);
if (isVisible) {
IDrawingStrategy strategy = DrawingStyle.createStrategy(style);
// It might not be possible to create the drawing strategy trough
// configuration errors, in this case the drawing strategy will be ignored
if (strategy != null) {