Uses of Enum
org.eclipse.mat.ui.internal.query.arguments.CheckBoxEditor.Type
Packages that use CheckBoxEditor.Type
Package
Description
Allows a user to specify arguments for a query - user interface (not API).
-
Uses of CheckBoxEditor.Type in org.eclipse.mat.ui.internal.query.arguments
Methods in org.eclipse.mat.ui.internal.query.arguments that return CheckBoxEditor.TypeModifier and TypeMethodDescriptionCheckBoxEditor.getType()
static CheckBoxEditor.Type
Returns the enum constant of this type with the specified name.static CheckBoxEditor.Type[]
CheckBoxEditor.Type.values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.eclipse.mat.ui.internal.query.arguments with parameters of type CheckBoxEditor.TypeModifierConstructorDescriptionCheckBoxEditor
(Composite parent, IQueryContext context, ArgumentDescriptor descriptor, TableItem item, CheckBoxEditor.Type type)