Class BarSizeDescriptor
java.lang.Object
com.motivewave.platform.sdk.common.desc.SettingDescriptor<BarSize>
com.motivewave.platform.sdk.common.desc.BarSizeDescriptor
Describes a bar size that is part of the study/strategy.
- 
Constructor SummaryConstructorsConstructorDescriptionBarSizeDescriptor(String name, String label, BarSize defaultValue) Constructor.
- 
Method SummaryModifier and TypeMethodDescriptionjavafx.scene.NodecreateControl(SettingsBase settings, boolean readOnly) Creates the component that will accept the user input.Gets the default value for this setting.Methods inherited from class com.motivewave.platform.sdk.common.desc.SettingDescriptorcreateInput, createInputFX, createTBInput, createTBInput, getDescription, getGridWidth, getHelpLink, getIconFactory, getId, getLabel, getName, getPostLabel, isAllowUserDefaults, isDisplaySetting, isEnabled, isReadOnly, isShowLabel, isSupportsDisable, setAllowUserDefaults, setDefaultValue, setDescription, setEnabled, setGridWidth, setHelpLink, setIconFactory, setPostLabel, setReadOnly, setShowLabel, setSupportsDisable
- 
Constructor Details- 
BarSizeDescriptor
 
- 
- 
Method Details- 
createControlDescription copied from class:SettingDescriptorCreates the component that will accept the user input. This is called by the study framework.- Overrides:
- createControlin class- SettingDescriptor<BarSize>
- Parameters:
- settings- settings for the study
- readOnly- true if the component should not accept user input
- Returns:
- component that will accept user input.
 
- 
getDefaultValueGets the default value for this setting.- Overrides:
- getDefaultValuein class- SettingDescriptor<BarSize>
- Returns:
- default value for the setting
 
- 
fromJson- Overrides:
- fromJsonin class- SettingDescriptor<BarSize>
 
 
-