public class NoticeBoardMenu extends Object
| Type | Property and Description |
|---|---|
javafx.collections.ObservableSet<NoticeBoardMenuEntry> |
menuEntries |
| Modifier and Type | Field and Description |
|---|---|
private javafx.collections.ObservableSet<NoticeBoardMenuEntry> |
menuEntries |
private javafx.scene.control.Label |
title |
private ENoticeBoardType |
type |
| Constructor and Description |
|---|
NoticeBoardMenu(ENoticeBoardType type) |
| Modifier and Type | Method and Description |
|---|---|
void |
deselctAll() |
void |
disableAll() |
void |
enableAll() |
boolean |
equals(Object o) |
Set<NoticeBoardMenuEntry> |
getMenuEntries()
Gets the value of the property menuEntries.
|
int |
hashCode() |
javafx.collections.ObservableSet<NoticeBoardMenuEntry> |
menuEntriesProperty() |
void |
setMenuEntries(LinkedHashSet<NoticeBoardMenuEntry> menuEntries)
Sets the value of the property menuEntries.
|
String |
toString() |
public javafx.collections.ObservableSet<NoticeBoardMenuEntry> menuEntriesProperty
getMenuEntries(),
setMenuEntries(LinkedHashSet)private javafx.scene.control.Label title
private final ENoticeBoardType type
private javafx.collections.ObservableSet<NoticeBoardMenuEntry> menuEntries
public NoticeBoardMenu(ENoticeBoardType type)
public void setMenuEntries(LinkedHashSet<NoticeBoardMenuEntry> menuEntries)
public Set<NoticeBoardMenuEntry> getMenuEntries()
public javafx.collections.ObservableSet<NoticeBoardMenuEntry> menuEntriesProperty()
getMenuEntries(),
setMenuEntries(LinkedHashSet)public void disableAll()
public void enableAll()
public void deselctAll()
Copyright © 2011-2018 Sahits GmbH. All Rights Reserved.