Uses of Class
com.thecoderscorner.menu.mgr.DialogManager
Packages that use DialogManager
-
Uses of DialogManager in com.thecoderscorner.menu.auth
Methods in com.thecoderscorner.menu.auth with parameters of type DialogManagerModifier and TypeMethodDescriptionvoidPropertiesAuthenticator.setDialogManager(DialogManager dialogManager) Constructors in com.thecoderscorner.menu.auth with parameters of type DialogManagerModifierConstructorDescriptionPropertiesAuthenticator(String location, DialogManager dialogManager) -
Uses of DialogManager in com.thecoderscorner.menu.mgr
Subclasses of DialogManager in com.thecoderscorner.menu.mgrModifier and TypeClassDescriptionclassA no-operation implementation of menu item that meets the interface but does nothing.Methods in com.thecoderscorner.menu.mgr that return DialogManagerModifier and TypeMethodDescriptionMenuManagerServer.getDialogManager()DialogManager.withDelegate(DialogShowMode mode, Function<MenuButtonType, Boolean> delegate) Using builder syntax you can show dialog using the with commands this sets the delegate and modeDialogManager.withMessage(String message, boolean silent) Using builder syntax you can show dialog using the with commands this sets the messageUsing builder syntax you can show dialog using the with commands, this sets the titleMethods in com.thecoderscorner.menu.mgr with parameters of type DialogManagerModifier and TypeMethodDescriptionvoidMenuManagerServer.setDialogManager(DialogManager manager) replace the dialog manager with another implementation.