Uses of Class
ai.timefold.solver.examples.common.swingui.timetable.TimeTablePanel.HeaderColumnKey
-
Packages that use TimeTablePanel.HeaderColumnKey Package Description ai.timefold.solver.examples.common.swingui.timetable -
-
Uses of TimeTablePanel.HeaderColumnKey in ai.timefold.solver.examples.common.swingui.timetable
Methods in ai.timefold.solver.examples.common.swingui.timetable that return TimeTablePanel.HeaderColumnKey Modifier and Type Method Description static TimeTablePanel.HeaderColumnKeyTimeTablePanel.HeaderColumnKey. valueOf(String name)Returns the enum constant of this type with the specified name.static TimeTablePanel.HeaderColumnKey[]TimeTablePanel.HeaderColumnKey. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in ai.timefold.solver.examples.common.swingui.timetable with parameters of type TimeTablePanel.HeaderColumnKey Modifier and Type Method Description voidTimeTablePanel. addCornerHeader(TimeTablePanel.HeaderColumnKey xObject, TimeTablePanel.HeaderRowKey yObject, JComponent component)voidTimeTablePanel. addRowHeader(TimeTablePanel.HeaderColumnKey xObject1, YObject yObject1, TimeTablePanel.HeaderColumnKey xObject2, YObject yObject2, JComponent component)voidTimeTablePanel. addRowHeader(TimeTablePanel.HeaderColumnKey xObject, YObject yObject, JComponent component)voidTimeTablePanel. defineColumnHeaderByKey(TimeTablePanel.HeaderColumnKey xObject)
-