Class SolverAndPersistenceFrame<Solution_>

java.lang.Object
java.awt.Component
java.awt.Container
java.awt.Window
java.awt.Frame
javax.swing.JFrame
ai.timefold.solver.examples.common.swingui.SolverAndPersistenceFrame<Solution_>
Type Parameters:
Solution_ - the solution type, the class with the PlanningSolution annotation
All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, RootPaneContainer, WindowConstants

public final class SolverAndPersistenceFrame<Solution_> extends JFrame
See Also:
  • Field Details

    • TIMEFOLD_ICON

      public static final ImageIcon TIMEFOLD_ICON
  • Constructor Details

  • Method Details

    • init

      public void init(Component centerForComponent)
    • setSolutionLoaded

      public void setSolutionLoaded(Object eventSource)
    • resetScreen

      public void resetScreen()
    • refreshScoreField

      public void refreshScoreField(ai.timefold.solver.core.api.score.Score score)