16171819202122
public ImageFileAnalyzer(File f, boolean modifyAllowed) { super(f, modifyAllowed); } protected ActionRegistry getActionRegistry() { return new ImageActionRegistry(this, modifyAllowed); }