public class WebCommandModuleItem<T> extends CommandModuleItem<T>
Modifier and Type | Field and Description |
---|---|
boolean |
isResolved |
T |
startingValue |
Constructor and Description |
---|
WebCommandModuleItem(CommandInfo commandInfo,
Field field) |
get, getCallback, getChoices, getColumnCount, getDefaultValue, getDescription, getField, getGenericType, getInitializer, getIOType, getLabel, getMaximumValue, getMinimumValue, getName, getParameter, getPersistKey, getStepSize, getType, getValidater, getVisibility, getWidgetStyle, is, isAutoFill, isPersisted, isRequired
callback, getDelegateClass, getInfo, getSoftMaximum, getSoftMinimum, getValue, initialize, isInput, isOutput, loadValue, saveValue, setValue, toString, validate
set, setDescription, setLabel, setName
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
set, setDescription, setLabel
public boolean isResolved
public T startingValue
public WebCommandModuleItem(CommandInfo commandInfo, Field field)
Copyright © 2014–2022 ImageJ. All rights reserved.