Class SolverAndPersistenceFrame<Solution_>

java.lang.Object
java.awt.Component
java.awt.Container
java.awt.Window
java.awt.Frame
javax.swing.JFrame
org.optaplanner.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

    • OPTAPLANNER_ICON

      public static final ImageIcon OPTAPLANNER_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(org.optaplanner.core.api.score.Score score)