Uses of Enum Class
com.guinetik.hexafun.examples.sysmon.SysmonFormat
Packages that use SysmonFormat
-
Uses of SysmonFormat in com.guinetik.hexafun.examples.sysmon
Methods in com.guinetik.hexafun.examples.sysmon that return SysmonFormatModifier and TypeMethodDescriptionSysmonState.format()Returns the value of theformatrecord component.static SysmonFormatReturns the enum constant of this class with the specified name.static SysmonFormat[]SysmonFormat.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.guinetik.hexafun.examples.sysmon with parameters of type SysmonFormatModifier and TypeMethodDescriptionSysmonState.withFormat(SysmonFormat f) Transition to a new output format.Constructors in com.guinetik.hexafun.examples.sysmon with parameters of type SysmonFormatModifierConstructorDescriptionSysmonState(HexaApp app, SysmonFormat format, int width, String status, String statusColor, boolean running) Creates an instance of aSysmonStaterecord class.