public enum JIPipeDefaultApplicationSettingsSheetCategory extends Enum<JIPipeDefaultApplicationSettingsSheetCategory>
JIPipeDefaultApplicationsSettingsSheet
Enum Constant and Description |
---|
Data |
General |
ImageViewer |
Plugins |
UI |
Modifier and Type | Method and Description |
---|---|
String |
getCategory() |
Icon |
getIcon() |
static JIPipeDefaultApplicationSettingsSheetCategory |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JIPipeDefaultApplicationSettingsSheetCategory[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JIPipeDefaultApplicationSettingsSheetCategory General
public static final JIPipeDefaultApplicationSettingsSheetCategory Data
public static final JIPipeDefaultApplicationSettingsSheetCategory Plugins
public static final JIPipeDefaultApplicationSettingsSheetCategory ImageViewer
public static final JIPipeDefaultApplicationSettingsSheetCategory UI
public static JIPipeDefaultApplicationSettingsSheetCategory[] values()
for (JIPipeDefaultApplicationSettingsSheetCategory c : JIPipeDefaultApplicationSettingsSheetCategory.values()) System.out.println(c);
public static JIPipeDefaultApplicationSettingsSheetCategory 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.