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 DialogQuestionType
DialogQuestionType.questionType
(int intValue) static DialogQuestionType
Returns 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 TypeMethodDescriptionvoid
DialogHandler.displayQuestion
(Long userData, DialogId id, String title, String text, DialogQuestionType type, String cancel, String action1, String action2) Present a question dialog.void
DialogHandlerAdapter.displayQuestion
(Long userData, DialogId id, String title, String text, DialogQuestionType type, String cancel, String action1, String action2)