Class NoticeBoardMenuTitleProvider


  • public class NoticeBoardMenuTitleProvider
    extends java.lang.Object
    Factory class providing the titles for the notice board menus.
    Author:
    Andi Hotz, (c) Sahits GmbH, 2015 Created on Dec 19, 2015
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      javafx.scene.control.Label createTitle​(ENoticeBoardType type, ch.sahits.game.openpatrician.model.city.ICity city)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • NoticeBoardMenuTitleProvider

        public NoticeBoardMenuTitleProvider()
    • Method Detail

      • createTitle

        public javafx.scene.control.Label createTitle​(ENoticeBoardType type,
                                                      ch.sahits.game.openpatrician.model.city.ICity city)