Package | Description |
---|---|
org.eclipse.mat.ui.internal.query.arguments |
Allows a user to specify arguments for a query - user interface (not API).
|
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
CheckBoxEditor(Composite parent,
IQueryContext context,
ArgumentDescriptor descriptor,
TableItem item,
CheckBoxEditor.Type type) |