Uses of Enum
uk.co.caprica.vlcj.factory.DialogQuestionType
Packages that use DialogQuestionType
-
Uses of DialogQuestionType in uk.co.caprica.vlcj.factory
Methods in uk.co.caprica.vlcj.factory that return DialogQuestionTypeModifier and TypeMethodDescriptionstatic DialogQuestionTypeDialogQuestionType.questionType(int intValue) static DialogQuestionTypeReturns the enum constant of this type with the specified name.static DialogQuestionType[]DialogQuestionType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in uk.co.caprica.vlcj.factory with parameters of type DialogQuestionTypeModifier and TypeMethodDescriptionvoidDialogHandler.displayQuestion(Long userData, DialogId id, String title, String text, DialogQuestionType type, String cancel, String action1, String action2) Present a question dialog.voidDialogHandlerAdapter.displayQuestion(Long userData, DialogId id, String title, String text, DialogQuestionType type, String cancel, String action1, String action2)