Uses of Enum Class
org.eclnt.ccaddons.pbc.mobilelink.util.ENUMMobileInputMode
Packages that use ENUMMobileInputMode
-
Uses of ENUMMobileInputMode in org.eclnt.ccaddons.pbc.mobilelink
Methods in org.eclnt.ccaddons.pbc.mobilelink that return ENUMMobileInputModeMethods in org.eclnt.ccaddons.pbc.mobilelink with parameters of type ENUMMobileInputModeModifier and TypeMethodDescriptionvoidCCMobileTextInput.prepare(String title, String text, ENUMMobileInputMode mode, CCMobileTextInput.IListener listener) -
Uses of ENUMMobileInputMode in org.eclnt.ccaddons.pbc.mobilelink.util
Methods in org.eclnt.ccaddons.pbc.mobilelink.util that return ENUMMobileInputModeModifier and TypeMethodDescriptionMobileInputSession.getMode()static ENUMMobileInputModeReturns the enum constant of this class with the specified name.static ENUMMobileInputMode[]ENUMMobileInputMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.eclnt.ccaddons.pbc.mobilelink.util with parameters of type ENUMMobileInputModeModifier and TypeMethodDescriptionvoidMobileInputSession.activateMobile(String title, ENUMMobileInputMode mode) Shows the corresponding input dialog on mobile side.