public class DefaultLegacyEditor extends Object implements LegacyEditor
LegacyEditor
plugin.
When the DefaultLegacyHooks
are installed, the
LegacyEditor
plugin (if any) is given a chance to handle editor
requests from ImageJ 1.x. Let's have a sensible default implementation.
Constructor and Description |
---|
DefaultLegacyEditor() |
Modifier and Type | Method and Description |
---|---|
boolean |
create(String title,
String content) |
boolean |
open(File file) |
public boolean open(File file)
open
in interface LegacyEditor
public boolean create(String title, String content)
create
in interface LegacyEditor
Copyright © 2014–2022 ImageJ. All rights reserved.