protected abstract static class Mixins.ModuleInfoMixIn extends Object implements ModuleInfo
APPLICATION_MENU_ROOT
Modifier | Constructor and Description |
---|---|
protected |
ModuleInfoMixIn() |
Modifier and Type | Method and Description |
---|---|
abstract String |
getIdentifier() |
abstract List<ModuleItem<?>> |
inputs() |
abstract List<ModuleItem<?>> |
outputs() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
canCancel, canPreview, canRunHeadless, createModule, getDelegateClassName, getInitializer, getInput, getInput, getLocation, getOutput, getOutput, getProblems, getTitle, getVersion, isInteractive, isValid, loadDelegateClass, update
compareTo, getIconPath, getMenuPath, getMenuRoot, getSelectionGroup, isEnabled, isSelectable, isSelected, isVisible, setEnabled, setIconPath, setMenuPath, setMenuRoot, setSelectable, setSelected, setSelectionGroup, setVisible
get, getDescription, getLabel, is, set, setDescription, setLabel
getPriority, setPriority
public abstract String getIdentifier()
getIdentifier
in interface Identifiable
getIdentifier
in interface ModuleInfo
public abstract List<ModuleItem<?>> inputs()
inputs
in interface ModuleInfo
public abstract List<ModuleItem<?>> outputs()
outputs
in interface ModuleInfo
Copyright © 2014–2022 ImageJ. All rights reserved.