public class SwingButtonWidget extends SwingInputWidget<Button> implements ButtonWidget<JPanel>
Constructor and Description |
---|
SwingButtonWidget() |
Modifier and Type | Method and Description |
---|---|
void |
doRefresh()
Performs the intended
AbstractUIInputWidget.refreshWidget() operation. |
Button |
getValue()
Gets the current widget value.
|
boolean |
isLabeled()
Returns true iff the widget should be labeled with the parameter label.
|
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, isMessage, refreshWidget, updateModel
getIdentifier, log
context, getContext, setContext
compareTo, getPriority, setPriority
getInfo, setInfo
getLocation
getVersion
getComponent, getComponentType
public Button getValue()
InputWidget
getValue
in interface InputWidget<Button,JPanel>
public boolean isLabeled()
InputWidget
MessageWidget
s.isLabeled
in interface InputWidget<Button,JPanel>
WidgetModel.getWidgetLabel()
public void set(WidgetModel model)
WrapperPlugin
Typed.supports(T)
must return true).set
in interface WrapperPlugin<WidgetModel>
set
in interface InputWidget<Button,JPanel>
set
in class SwingInputWidget<Button>
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<Button,JPanel>
supports
in class AbstractInputWidget<Button,JPanel>
public void doRefresh()
AbstractUIInputWidget
AbstractUIInputWidget.refreshWidget()
operation.doRefresh
in class AbstractUIInputWidget<Button,JPanel>
Copyright © 2015–2022 SciJava. All rights reserved.