Uses of Enum Class
com.xxrjun.enums.EditFunctionTypes
Packages that use EditFunctionTypes
-
Uses of EditFunctionTypes in com.xxrjun.components
Methods in com.xxrjun.components with parameters of type EditFunctionTypesModifier and TypeMethodDescriptionstatic void
MenuBar.setEditFunctionEnable
(EditFunctionTypes functionType, boolean enable) Sets edit function enable. -
Uses of EditFunctionTypes in com.xxrjun.enums
Methods in com.xxrjun.enums that return EditFunctionTypesModifier and TypeMethodDescriptionstatic EditFunctionTypes
Returns the enum constant of this class with the specified name.static EditFunctionTypes[]
EditFunctionTypes.values()
Returns an array containing the constants of this enum class, in the order they are declared.