protected abstract static class Mixins.ModuleItemMixIn<T> extends Object implements ModuleItem<T>
Modifier | Constructor and Description |
---|---|
protected |
ModuleItemMixIn() |
Modifier and Type | Method and Description |
---|---|
abstract List<T> |
getChoices() |
abstract int |
getColumnCount() |
abstract T |
getDefaultValue() |
abstract Type |
getGenericType() |
abstract String |
getLabel() |
abstract T |
getMaximumValue() |
abstract T |
getMinimumValue() |
abstract String |
getName() |
abstract T |
getSoftMaximum() |
abstract T |
getSoftMinimum() |
abstract Number |
getStepSize() |
abstract String |
getWidgetStyle() |
abstract boolean |
isRequired() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
callback, getCallback, getInfo, getInitializer, getIOType, getPersistKey, getType, getValidater, getValue, getVisibility, initialize, isAutoFill, isInput, isOutput, isPersisted, loadValue, saveValue, setValue, validate
get, getDescription, is, set, setDescription, setLabel
public abstract String getLabel()
getLabel
in interface BasicDetails
public abstract boolean isRequired()
isRequired
in interface ModuleItem<T>
public abstract Type getGenericType()
getGenericType
in interface ModuleItem<T>
public abstract String getWidgetStyle()
getWidgetStyle
in interface ModuleItem<T>
public abstract T getDefaultValue()
getDefaultValue
in interface ModuleItem<T>
public abstract T getMinimumValue()
getMinimumValue
in interface ModuleItem<T>
public abstract T getMaximumValue()
getMaximumValue
in interface ModuleItem<T>
public abstract T getSoftMinimum()
getSoftMinimum
in interface ModuleItem<T>
public abstract T getSoftMaximum()
getSoftMaximum
in interface ModuleItem<T>
public abstract Number getStepSize()
getStepSize
in interface ModuleItem<T>
public abstract int getColumnCount()
getColumnCount
in interface ModuleItem<T>
public abstract List<T> getChoices()
getChoices
in interface ModuleItem<T>
Copyright © 2014–2022 ImageJ. All rights reserved.