|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectimagej.patcher.LegacyHooks
imagej.patcher.EssentialLegacyHooks
public class EssentialLegacyHooks
The base LegacyHooks to be used in the patched ImageJ 1.x.
This is the minimal implementation of LegacyHooks and will be
installed by default after patching in the extension points into ImageJ 1.x.
On its own, it does not allow to override the extension points (such as the
editor) with different implementations; one needs to install different hooks using
the CodeHacker method.
LegacyHooks interface, e.g. to offer "real" extension mechanisms such
as the SciJava-common plugin framework.
| Constructor Summary | |
|---|---|
EssentialLegacyHooks()
|
|
| Method Summary | |
|---|---|
void |
error(Throwable t)
Shows an exception. |
boolean |
handleNoSuchMethodError(NoSuchMethodError error)
Extension point to enhance ImageJ 1.x' error reporting upon NoSuchMethodError. |
void |
initialized()
First extension point to run just after ImageJ 1.x spun up. |
| Methods inherited from class imagej.patcher.LegacyHooks |
|---|
createInEditor, debug, dispose, getAppName, getContext, getIconURL, handleExtraPluginJars, installed, interceptRunPlugIn, isLegacyMode, log, newPluginClassLoader, openInEditor, quit, registerImage, runAfterRefreshMenus, showProgress, showProgress, showStatus, unregisterImage |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EssentialLegacyHooks()
| Method Detail |
|---|
public void error(Throwable t)
LegacyHooks
error in class LegacyHookst - the exceptionpublic boolean handleNoSuchMethodError(NoSuchMethodError error)
LegacyHooksNoSuchMethodError.
handleNoSuchMethodError in class LegacyHookserror - the exception to handle
public void initialized()
LegacyHooks
initialized in class LegacyHooks
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||