Uses of Class
ch.sahits.game.openpatrician.javafx.model.EDialogType
-
Packages that use EDialogType Package Description ch.sahits.game.openpatrician.javafx.event ch.sahits.game.openpatrician.javafx.model ch.sahits.game.openpatrician.javafx.service -
-
Uses of EDialogType in ch.sahits.game.openpatrician.javafx.event
Constructors in ch.sahits.game.openpatrician.javafx.event with parameters of type EDialogType Constructor Description WrappedDialogType(EDialogType dialogType, java.lang.Object... params) -
Uses of EDialogType in ch.sahits.game.openpatrician.javafx.model
Methods in ch.sahits.game.openpatrician.javafx.model that return EDialogType Modifier and Type Method Description static EDialogTypeEDialogType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static EDialogType[]EDialogType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in ch.sahits.game.openpatrician.javafx.model with parameters of type EDialogType Constructor Description NoticeBoardMenuEntry(EDialogType dialogType) -
Uses of EDialogType in ch.sahits.game.openpatrician.javafx.service
Methods in ch.sahits.game.openpatrician.javafx.service with parameters of type EDialogType Modifier and Type Method Description protected NoticeBoardMenuEntryAbstractNoticeBoardMenuProvider. createNoticeBoardEntry(java.lang.String s, EDialogType type)
-