public class SwingDimSelectionWidget extends SwingInputWidget<TypedAxis[]> implements DimSelectionWidget<JPanel>
Modifier and Type | Field and Description |
---|---|
protected TypedAxis[] |
m_typedAxis |
Constructor and Description |
---|
SwingDimSelectionWidget() |
Modifier and Type | Method and Description |
---|---|
void |
doRefresh() |
TypedAxis[] |
getValue() |
void |
set(WidgetModel model) |
protected void |
setAxis()
Sets the axis which will be used by this dimension selection dialog.
|
boolean |
supports(WidgetModel model) |
getComponent, getComponentType, setToolTip, ui
refreshWidget, ui
get, updateModel
getInfo, getPriority, setInfo, setPriority, toString
context, getContext
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
get, getType, isLabeled, isMessage, refreshWidget, updateModel
getIdentifier, log
context, getContext, setContext
compareTo, getPriority, setPriority
getInfo, setInfo
getLocation
getVersion
getComponent, getComponentType
protected TypedAxis[] m_typedAxis
public TypedAxis[] getValue()
getValue
in interface InputWidget<TypedAxis[],JPanel>
public void set(WidgetModel model)
set
in interface WrapperPlugin<WidgetModel>
set
in interface InputWidget<TypedAxis[],JPanel>
set
in class SwingInputWidget<TypedAxis[]>
protected void setAxis()
public boolean supports(WidgetModel model)
supports
in interface Typed<WidgetModel>
supports
in interface InputWidget<TypedAxis[],JPanel>
supports
in class AbstractInputWidget<TypedAxis[],JPanel>
public void doRefresh()
doRefresh
in class AbstractUIInputWidget<TypedAxis[],JPanel>
Copyright © 2014–2022 ImageJ. All rights reserved.