Uses of Enum Class
com.jackmeng.core.util.const_GeneralStatus
Packages that use const_GeneralStatus
-
Uses of const_GeneralStatus in com.jackmeng.core.abst
Methods in com.jackmeng.core.abst with parameters of type const_GeneralStatusModifier and TypeMethodDescriptionvoid
impl_HalcyonRefreshable.refresh
(const_GeneralStatus classification, T refreshed) -
Uses of const_GeneralStatus in com.jackmeng.core.gui
Methods in com.jackmeng.core.gui with parameters of type const_GeneralStatusModifier and TypeMethodDescriptionvoid
dgui_HalcyonApps.refresh
(const_GeneralStatus type, use_Struct.struct_Pair<Optional<String>, Optional<impl_App>> refreshed) void
dgui_HalcyonBottom.dgui_HalcyonFileList.refresh
(const_GeneralStatus type, use_Struct.struct_Pair<Optional<String>, Optional<use_TailwindPlaylist>> refreshed) void
gui_HalcyonMoreApps.refresh
(const_GeneralStatus type, use_Struct.struct_Pair<Optional<String>, Optional<impl_App>> refreshed) -
Uses of const_GeneralStatus in com.jackmeng.core.util
Methods in com.jackmeng.core.util that return const_GeneralStatusModifier and TypeMethodDescriptionstatic const_GeneralStatus
Returns the enum constant of this class with the specified name.static const_GeneralStatus[]
const_GeneralStatus.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.jackmeng.core.util with parameters of type const_GeneralStatusModifier and TypeMethodDescriptionprivate void
use_Pool.notifyRefreshers
(const_GeneralStatus type, use_Struct.struct_Pair<Optional<String>, Optional<T>> removed)