public class BooleanParameterView<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> extends java.lang.Object implements PluginParameterView
PluginParameterView for an BooleanParameter.| Constructor and Description |
|---|
BooleanParameterView(@NotNull java.awt.Component parent,
@NotNull BooleanParameter<G,A,R> parameter)
Creates a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
@NotNull javax.swing.JComponent |
getConfigComponent()
Returns a
JComponent for editing the parameter configuration. |
@NotNull javax.swing.JComponent |
getValueComponent()
Returns a
JComponent for editing the parameter value. |
public BooleanParameterView(@NotNull
@NotNull java.awt.Component parent,
@NotNull
@NotNull BooleanParameter<G,A,R> parameter)
parent - the parent component for config dialogsparameter - the boolean parameter that is shown@NotNull public @NotNull javax.swing.JComponent getConfigComponent()
PluginParameterViewJComponent for editing the parameter configuration. It
is used only in the "edit plugin" dialog.getConfigComponent in interface PluginParameterView@NotNull public @NotNull javax.swing.JComponent getValueComponent()
PluginParameterViewJComponent for editing the parameter value. In the "run
plugin" dialog this is the parameter's value, in the "edit plugin" dialog
it is the default value.getValueComponent in interface PluginParameterView