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 |
---|---|
TextEditor.DecoratorType |
TextEditor.getDecorator() |
static TextEditor.DecoratorType |
TextEditor.DecoratorType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TextEditor.DecoratorType[] |
TextEditor.DecoratorType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
ImageTextEditor(org.eclipse.swt.widgets.Composite parent,
IQueryContext context,
ArgumentDescriptor descriptor,
org.eclipse.swt.widgets.TableItem item,
TextEditor.DecoratorType decorator) |
TextEditor(org.eclipse.swt.widgets.Composite parent,
IQueryContext context,
ArgumentDescriptor descriptor,
org.eclipse.swt.widgets.TableItem item,
TextEditor.DecoratorType decorator) |