Class NoticeBoardMenu


  • public class NoticeBoardMenu
    extends java.lang.Object
    Representing the model for the menu displayed in the notice board.
    Author:
    Andi Hotz, (c) Sahits GmbH, 2015 Created on Dec 19, 2015
    • Field Detail

      • title

        private javafx.scene.control.Label title
      • uuid

        private final java.lang.String uuid
    • Method Detail

      • setMenuEntries

        public void setMenuEntries​(java.util.LinkedHashSet<NoticeBoardMenuEntry> menuEntries)
      • menuEntriesProperty

        public javafx.collections.ObservableSet<NoticeBoardMenuEntry> menuEntriesProperty()
      • disableAll

        public void disableAll()
      • enableAll

        public void enableAll()
      • deselctAll

        public void deselctAll()
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object