public class ImageJExportParameters extends Object implements JIPipeParameterCollection
JIPipeParameterCollection.ParameterChangedEvent, JIPipeParameterCollection.ParameterStructureChangedEvent, JIPipeParameterCollection.ParameterUIChangedEvent
Constructor and Description |
---|
ImageJExportParameters() |
ImageJExportParameters(boolean activate,
boolean noWindows,
boolean append,
String name) |
ImageJExportParameters(ImageJExportParameters other) |
Modifier and Type | Method and Description |
---|---|
void |
copyTo(ImageJExportParameters other) |
EventBus |
getEventBus()
Gets the event bus that posts events about the parameters
|
String |
getName() |
boolean |
isActivate() |
boolean |
isAppend() |
boolean |
isDuplicate() |
boolean |
isNoWindows() |
void |
setActivate(boolean activate) |
void |
setAppend(boolean append) |
void |
setDuplicate(boolean duplicate) |
void |
setName(String name) |
void |
setNoWindows(boolean noWindows) |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
addParameterChangeListener, addParameterChangeListener, getContextActions, getParameter, getParameterAccess, isParameterUIVisible, isParameterUIVisible, setParameter, triggerParameterChange, triggerParameterStructureChange, triggerParameterUIChange
public ImageJExportParameters()
public ImageJExportParameters(boolean activate, boolean noWindows, boolean append, String name)
public ImageJExportParameters(ImageJExportParameters other)
public EventBus getEventBus()
JIPipeParameterCollection
getEventBus
in interface JIPipeParameterCollection
JIPipeParameterCollection.ParameterChangedEvent
and JIPipeParameterCollection.ParameterStructureChangedEvent
public boolean isActivate()
public void setActivate(boolean activate)
public boolean isNoWindows()
public void setNoWindows(boolean noWindows)
public String getName()
public void setName(String name)
public boolean isAppend()
public void setAppend(boolean append)
public boolean isDuplicate()
public void setDuplicate(boolean duplicate)
public void copyTo(ImageJExportParameters other)
Copyright © 2020–2022 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.