protected static enum LocationTableLabelProvider.Column extends java.lang.Enum<LocationTableLabelProvider.Column>
Enum Constant and Description |
---|
ICON
The icon column.
|
INFO
The call info column.
|
LINE
The line number column.
|
Modifier and Type | Method and Description |
---|---|
static LocationTableLabelProvider.Column |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LocationTableLabelProvider.Column[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LocationTableLabelProvider.Column ICON
public static final LocationTableLabelProvider.Column LINE
public static final LocationTableLabelProvider.Column INFO
public static LocationTableLabelProvider.Column[] values()
for (LocationTableLabelProvider.Column c : LocationTableLabelProvider.Column.values()) System.out.println(c);
public static LocationTableLabelProvider.Column valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullCopyright (c) 2014, 2020 1C-Soft LLC and others. Made available under the Eclipse Public License 2.0