private boolean displayImages = true;
private boolean displayImagesAsHex = false;
BinaryEntityManager(SourceViewer viewer, SashForm sash, Composite root) {
this.viewer = viewer;
this.annotationPainter = new AnnotationPainter(viewer);
this.sashForm = sash;
this.root = root;
this.hexEditor = new HexEditControl(sashForm);
sashForm.setMaximizedControl(root);
}