Uses of Enum
org.eclipse.mat.query.BytesDisplay
Packages that use BytesDisplay
Package
Description
Package for examining and controlling results of running queries.
-
Uses of BytesDisplay in org.eclipse.mat.query
Fields in org.eclipse.mat.query declared as BytesDisplayModifier and TypeFieldDescriptionstatic final BytesDisplayBytesDisplay.DEFAULTDefault bytes display format.Methods in org.eclipse.mat.query that return BytesDisplayModifier and TypeMethodDescriptionBytesFormat.getBytesDisplay()Gets the current BytesDisplay if anystatic BytesDisplayBytesDisplay.getCurrentValue()Return the currently selected preference from the system properties.static BytesDisplayGiven a stored preference value, return the enumeration value, or otherwise the default.static BytesDisplayReturns the enum constant of this type with the specified name.static BytesDisplay[]BytesDisplay.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.eclipse.mat.query with parameters of type BytesDisplayModifier and TypeMethodDescriptionvoidBytesFormat.setBytesDisplay(BytesDisplay bytesDisplay) Sets the current BytesDisplaystatic voidBytesDisplay.setCurrentValue(BytesDisplay val) Uses system properties to set the current value.Constructors in org.eclipse.mat.query with parameters of type BytesDisplayModifierConstructorDescriptionBytesFormat(Format encapsulatedNumberFormat, Format encapsulatedDecimalFormat, BytesDisplay bytesDisplay) Create an instance with the behavior that if the display preference isBytes, always useencapsulatedNumberFormat; otherwise, useencapsulatedDecimalFormatif the value is more than 1KB.BytesFormat(BytesDisplay bytesDisplay) Create an instance with default behavior.