* @param enableParentAndSubsamples set true to enable the parent and sub-samples
* @param enableSubsamplesOnly set true to enable the sub-samples only
* @return the scope settings panel
*/
protected JPanel createScopePanel(boolean enableVariable, boolean enableParentAndSubsamples, boolean enableSubsamplesOnly) {
scopePanel = new ScopePanel(enableVariable, enableParentAndSubsamples, enableSubsamplesOnly);
return scopePanel;
}