public enum JIPipeDefaultProjectSettingsSheetCategory extends Enum<JIPipeDefaultProjectSettingsSheetCategory>
JIPipeDefaultProjectSettingsSheet
Enum Constant and Description |
---|
Data |
General |
ImageViewer |
Plugins |
UI |
Modifier and Type | Method and Description |
---|---|
String |
getCategory() |
Icon |
getIcon() |
static JIPipeDefaultProjectSettingsSheetCategory |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JIPipeDefaultProjectSettingsSheetCategory[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JIPipeDefaultProjectSettingsSheetCategory General
public static final JIPipeDefaultProjectSettingsSheetCategory Data
public static final JIPipeDefaultProjectSettingsSheetCategory Plugins
public static final JIPipeDefaultProjectSettingsSheetCategory ImageViewer
public static final JIPipeDefaultProjectSettingsSheetCategory UI
public static JIPipeDefaultProjectSettingsSheetCategory[] values()
for (JIPipeDefaultProjectSettingsSheetCategory c : JIPipeDefaultProjectSettingsSheetCategory.values()) System.out.println(c);
public static JIPipeDefaultProjectSettingsSheetCategory valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String getCategory()
public Icon getIcon()
Copyright © 2020–2024 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.