public class SwingChoiceRadioWidget extends SwingInputWidget<String> implements ActionListener, ChoiceWidget<JPanel>
JRadioButton
s.LIST_BOX_STYLE, RADIO_BUTTON_HORIZONTAL_STYLE, RADIO_BUTTON_VERTICAL_STYLE
Constructor and Description |
---|
SwingChoiceRadioWidget() |
Modifier and Type | Method and Description |
---|---|
void |
actionPerformed(ActionEvent e) |
void |
doRefresh()
Performs the intended
AbstractUIInputWidget.refreshWidget() operation. |
String |
getValue()
Gets the current widget value.
|
void |
set(WidgetModel model)
Associates the given data object with this plugin.
|
boolean |
supports(WidgetModel model)
Gets whether this object is compatible with the given data object.
|
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
public void actionPerformed(ActionEvent e)
actionPerformed
in interface ActionListener
public String getValue()
InputWidget
getValue
in interface InputWidget<String,JPanel>
public void set(WidgetModel model)
WrapperPlugin
Typed.supports(T)
must return true).set
in interface WrapperPlugin<WidgetModel>
set
in interface InputWidget<String,JPanel>
set
in class SwingInputWidget<String>
model
- The data object to associate with the plugin.public boolean supports(WidgetModel model)
Typed
By default, this method will return true
iff the data is assignable
to the associated type given by Typed.getType()
. But individual
implementations may have other requirements beyond class assignability.
supports
in interface Typed<WidgetModel>
supports
in interface InputWidget<String,JPanel>
supports
in class AbstractInputWidget<String,JPanel>
public void doRefresh()
AbstractUIInputWidget
AbstractUIInputWidget.refreshWidget()
operation.doRefresh
in class AbstractUIInputWidget<String,JPanel>
Copyright © 2015–2022 SciJava. All rights reserved.