public class ArgumentsPanelSettings
extends java.lang.Object
| Constructor and Description |
|---|
ArgumentsPanelSettings(boolean insertOption,
boolean executeOption)
Creates an instance with the given settings.
|
ArgumentsPanelSettings(boolean insertOption,
boolean executeOption,
boolean useOKButton)
Creates an instance with the given settings.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isExecuteOption() |
boolean |
isInsertOption() |
boolean |
isUseOKButton() |
public ArgumentsPanelSettings(boolean insertOption,
boolean executeOption,
boolean useOKButton)
public ArgumentsPanelSettings(boolean insertOption,
boolean executeOption)