2020-01-09 16:03:58 +00:00
<!DOCTYPE HTML>
<!-- NewPage -->
< html lang = "it" >
< head >
2020-01-09 18:23:51 +00:00
<!-- Generated by javadoc (13.0.1) on Thu Jan 09 19:22:25 CET 2020 -->
2020-01-09 16:03:58 +00:00
< title > ISplitConfig< / title >
< meta http-equiv = "Content-Type" content = "text/html; charset=utf-8" >
< meta name = "dc.created" content = "2020-01-09" >
< meta name = "description" content = "declaration: module: eu.steffo.cleaver, package: eu.steffo.cleaver.logic.config, interface: ISplitConfig" >
< meta name = "generator" content = "javadoc/ClassWriterImpl" >
< link rel = "stylesheet" type = "text/css" href = "../../../../../../stylesheet.css" title = "Style" >
< link rel = "stylesheet" type = "text/css" href = "../../../../../../style.css" title = "Style" >
< link rel = "stylesheet" type = "text/css" href = "../../../../../../script-dir/jquery-ui.css" title = "Style" >
< script type = "text/javascript" src = "../../../../../../script.js" > < / script >
< script type = "text/javascript" src = "../../../../../../script-dir/jszip/dist/jszip.min.js" > < / script >
< script type = "text/javascript" src = "../../../../../../script-dir/jszip-utils/dist/jszip-utils.min.js" > < / script >
<!-- [if IE]>
< script type = "text/javascript" src = "../../../../../../script-dir/jszip-utils/dist/jszip-utils-ie.min.js" > < / script >
<![endif]-->
< script type = "text/javascript" src = "../../../../../../script-dir/jquery-3.4.1.js" > < / script >
< script type = "text/javascript" src = "../../../../../../script-dir/jquery-ui.js" > < / script >
< / head >
< body class = "class-declaration" >
< script type = "text/javascript" > v a r p a t h t o r o o t = " . . / . . / . . / . . / . . / . . / " ;
loadScripts(document, 'script');< / script >
< noscript >
< div > JavaScript is disabled on your browser.< / div >
< / noscript >
< header role = "banner" >
< nav role = "navigation" >
< div class = "fixedNav" >
<!-- ========= START OF TOP NAVBAR ======= -->
< div class = "topNav" > < a id = "navbar.top" >
<!-- -->
< / a >
< div class = "skipNav" > < a href = "#skip.navbar.top" title = "Skip navigation links" > Skip navigation links< / a > < / div >
< a id = "navbar.top.firstrow" >
<!-- -->
< / a >
< ul class = "navList" title = "Navigation" >
< li > < a href = "../../../../../module-summary.html" > Module< / a > < / li >
< li > < a href = "package-summary.html" > Package< / a > < / li >
< li class = "navBarCell1Rev" > Class< / li >
< li > < a href = "package-tree.html" > Tree< / a > < / li >
< li > < a href = "../../../../../../index-files/index-1.html" > Index< / a > < / li >
< li > < a href = "../../../../../../help-doc.html" > Help< / a > < / li >
< / ul >
< / div >
< div class = "subNav" >
< div >
< ul class = "subNavList" >
< li > Summary: < / li >
< li > Nested | < / li >
< li > Field | < / li >
< li > Constr | < / li >
< li > < a href = "#method.summary" > Method< / a > < / li >
< / ul >
< ul class = "subNavList" >
< li > Detail: < / li >
< li > Field | < / li >
< li > Constr | < / li >
< li > Method< / li >
< / ul >
< / div >
< div class = "navListSearch" > < label for = "search" > SEARCH:< / label >
< input type = "text" id = "search" value = "search" disabled = "disabled" >
< input type = "reset" id = "reset" value = "reset" disabled = "disabled" >
< / div >
< / div >
< a id = "skip.navbar.top" >
<!-- -->
< / a >
<!-- ========= END OF TOP NAVBAR ========= -->
< / div >
< div class = "navPadding" > < / div >
< script type = "text/javascript" > < ! - -
$('.navPadding').css('padding-top', $('.fixedNav').css("height"));
//-->
< / script >
< / nav >
< / header >
<!-- ======== START OF CLASS DATA ======== -->
< main role = "main" >
< div class = "header" >
< div class = "subTitle" > < span class = "moduleLabelInType" > Module< / span > < a href = "../../../../../module-summary.html" > eu.steffo.cleaver< / a > < / div >
< div class = "subTitle" > < span class = "packageLabelInType" > Package< / span > < a href = "package-summary.html" > eu.steffo.cleaver.logic.config< / a > < / div >
< h1 title = "Interface ISplitConfig" class = "title" > Interface ISplitConfig< / h1 >
< / div >
< div class = "contentContainer" >
< section class = "description" >
< dl >
< dt > All Superinterfaces:< / dt >
< dd > < code > < a href = "IConfig.html" title = "interface in eu.steffo.cleaver.logic.config" > IConfig< / a > < / code > < / dd >
< / dl >
< dl >
< dt > All Known Implementing Classes:< / dt >
< dd > < code > < a href = "PartsConfig.html" title = "class in eu.steffo.cleaver.logic.config" > PartsConfig< / a > < / code > , < code > < a href = "SizeConfig.html" title = "class in eu.steffo.cleaver.logic.config" > SizeConfig< / a > < / code > < / dd >
< / dl >
< hr >
< pre > public interface < span class = "typeNameLabel" > ISplitConfig< / span >
extends < a href = "IConfig.html" title = "interface in eu.steffo.cleaver.logic.config" > IConfig< / a > < / pre >
< div class = "block" > A < a href = "IConfig.html" title = "interface in eu.steffo.cleaver.logic.config" > < code > IConfig< / code > < / a > generated by a < a href = "../../gui/panels/rows/option/SplitRow.html" title = "class in eu.steffo.cleaver.gui.panels.rows.option" > < code > SplitRow< / code > < / a > .< / div >
< / section >
< section class = "summary" >
< ul class = "blockList" >
<!-- ========== METHOD SUMMARY =========== -->
< li class = "blockList" >
< section class = "methodSummary" > < a id = "method.summary" >
<!-- -->
< / a >
< h2 > Method Summary< / h2 >
< div class = "inheritedList" >
< h3 > Methods inherited from interface eu.steffo.cleaver.logic.config.< a href = "IConfig.html" title = "interface in eu.steffo.cleaver.logic.config" > IConfig< / a > < / h3 >
< a id = "methods.inherited.from.class.eu.steffo.cleaver.logic.config.IConfig" >
<!-- -->
< / a > < code > < a href = "IConfig.html#toString()" > toString< / a > < / code > < / div >
< / section >
< / li >
< / ul >
< / section >
< / div >
< / main >
<!-- ========= END OF CLASS DATA ========= -->
< footer role = "contentinfo" >
< nav role = "navigation" >
<!-- ======= START OF BOTTOM NAVBAR ====== -->
< div class = "bottomNav" > < a id = "navbar.bottom" >
<!-- -->
< / a >
< div class = "skipNav" > < a href = "#skip.navbar.bottom" title = "Skip navigation links" > Skip navigation links< / a > < / div >
< a id = "navbar.bottom.firstrow" >
<!-- -->
< / a >
< ul class = "navList" title = "Navigation" >
< li > < a href = "../../../../../module-summary.html" > Module< / a > < / li >
< li > < a href = "package-summary.html" > Package< / a > < / li >
< li class = "navBarCell1Rev" > Class< / li >
< li > < a href = "package-tree.html" > Tree< / a > < / li >
< li > < a href = "../../../../../../index-files/index-1.html" > Index< / a > < / li >
< li > < a href = "../../../../../../help-doc.html" > Help< / a > < / li >
< / ul >
< / div >
< div class = "subNav" >
< div >
< ul class = "subNavList" >
< li > Summary: < / li >
< li > Nested | < / li >
< li > Field | < / li >
< li > Constr | < / li >
< li > < a href = "#method.summary" > Method< / a > < / li >
< / ul >
< ul class = "subNavList" >
< li > Detail: < / li >
< li > Field | < / li >
< li > Constr | < / li >
< li > Method< / li >
< / ul >
< / div >
< / div >
< a id = "skip.navbar.bottom" >
<!-- -->
< / a >
<!-- ======== END OF BOTTOM NAVBAR ======= -->
< / nav >
< / footer >
< / body >
< / html >