Uses of Class
org.eclipse.mat.ui.internal.query.arguments.CheckBoxEditor.Type

Packages that use CheckBoxEditor.Type
org.eclipse.mat.ui.internal.query.arguments 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.Type
 CheckBoxEditor.Type CheckBoxEditor.getType()
           
static CheckBoxEditor.Type CheckBoxEditor.Type.valueOf(String name)
          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.Type
CheckBoxEditor(Composite parent, IQueryContext context, ArgumentDescriptor descriptor, TableItem item, CheckBoxEditor.Type type)