Class NoticeBoardMenu
- java.lang.Object
-
- ch.sahits.game.openpatrician.javafx.model.NoticeBoardMenu
-
public class NoticeBoardMenu extends java.lang.ObjectRepresenting the model for the menu displayed in the notice board.- Author:
- Andi Hotz, (c) Sahits GmbH, 2015 Created on Dec 19, 2015
-
-
Constructor Summary
Constructors Constructor Description NoticeBoardMenu(ENoticeBoardType type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddeselctAll()voiddisableAll()voidenableAll()booleanequals(java.lang.Object o)java.util.Set<NoticeBoardMenuEntry>getMenuEntries()inthashCode()javafx.collections.ObservableSet<NoticeBoardMenuEntry>menuEntriesProperty()voidsetMenuEntries(java.util.LinkedHashSet<NoticeBoardMenuEntry> menuEntries)java.lang.StringtoString()
-
-
-
Constructor Detail
-
NoticeBoardMenu
public NoticeBoardMenu(ENoticeBoardType type)
-
-
Method Detail
-
setMenuEntries
public void setMenuEntries(java.util.LinkedHashSet<NoticeBoardMenuEntry> menuEntries)
-
getMenuEntries
public java.util.Set<NoticeBoardMenuEntry> getMenuEntries()
-
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:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-