Uses of Class
com.uc4.communication.GeneralSettings.ToolbarLabel
-
Packages that use GeneralSettings.ToolbarLabel Package Description com.uc4.communication -
-
Uses of GeneralSettings.ToolbarLabel in com.uc4.communication
Methods in com.uc4.communication that return GeneralSettings.ToolbarLabel Modifier and Type Method Description GeneralSettings.ToolbarLabel
GeneralSettings. getToolbarLabel()
Returns the location of the toolbar label.static GeneralSettings.ToolbarLabel
GeneralSettings.ToolbarLabel. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static GeneralSettings.ToolbarLabel[]
GeneralSettings.ToolbarLabel. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.uc4.communication with parameters of type GeneralSettings.ToolbarLabel Modifier and Type Method Description void
GeneralSettings. setToolbarLabel(GeneralSettings.ToolbarLabel toolbarLabel)
Sets the location of the toolbar label.
-