public class LegacyCommandFinder extends Object
To accomplish this, we must crawl the (invisible) ImageJ 1.x AWT menu, because legacy ImageJ does not store the list of commands in any other data structure.
Constructor and Description |
---|
LegacyCommandFinder(LegacyService legacyService) |
Modifier and Type | Method and Description |
---|---|
List<CommandInfo> |
findCommands() |
public LegacyCommandFinder(LegacyService legacyService)
public List<CommandInfo> findCommands()
Copyright © 2014–2022 ImageJ. All rights reserved.