Uses of Enum
org.eclipse.mat.ui.internal.query.arguments.TextEditor.DecoratorType
Packages that use TextEditor.DecoratorType
Package
Description
Allows a user to specify arguments for a query - user interface (not API).
-
Uses of TextEditor.DecoratorType in org.eclipse.mat.ui.internal.query.arguments
Methods in org.eclipse.mat.ui.internal.query.arguments that return TextEditor.DecoratorTypeModifier and TypeMethodDescriptionTextEditor.getDecorator()
static TextEditor.DecoratorType
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.Constructors in org.eclipse.mat.ui.internal.query.arguments with parameters of type TextEditor.DecoratorTypeModifierConstructorDescriptionImageTextEditor
(Composite parent, IQueryContext context, ArgumentDescriptor descriptor, TableItem item, TextEditor.DecoratorType decorator) TextEditor
(Composite parent, IQueryContext context, ArgumentDescriptor descriptor, TableItem item, TextEditor.DecoratorType decorator)