Class Controller
- java.lang.Object
-
- io.github.oliviercailloux.j_voting.profile_gui.Controller
-
public class Controller extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description EditionController
buildEditionController(EditionView view)
MutableLinearPreference
getModel()
static Controller
inst(MutableLinearPreference startModel)
static Controller
withDefaultModel()
Creation of the LinearMutablePreference by default when launching the application
-
-
-
Method Detail
-
getModel
public MutableLinearPreference getModel()
-
inst
public static Controller inst(MutableLinearPreference startModel)
-
withDefaultModel
public static Controller withDefaultModel()
Creation of the LinearMutablePreference by default when launching the application
-
buildEditionController
public EditionController buildEditionController(EditionView view)
-
-