public static enum InsertImageDialog.Panel extends Enum<InsertImageDialog.Panel>
Enum Constant and Description |
---|
ATTACHED_IMAGES |
SEARCH_IMAGES |
Modifier and Type | Method and Description |
---|---|
String |
getName() |
String |
getPanelSelector() |
static InsertImageDialog.Panel |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InsertImageDialog.Panel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InsertImageDialog.Panel ATTACHED_IMAGES
public static final InsertImageDialog.Panel SEARCH_IMAGES
public static InsertImageDialog.Panel[] values()
for (InsertImageDialog.Panel c : InsertImageDialog.Panel.values()) System.out.println(c);
public static InsertImageDialog.Panel 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 getName()
public String getPanelSelector()
Copyright © 2003–2018 Atlassian. All rights reserved.