public enum ComponentImages extends Enum<ComponentImages> implements ImageEnum
ImageItemReal.Absolute, ImageItemReal.Relative, ImageItemReal.Web| Enum Constant and Description |
|---|
DefaultDockableIcon
.
|
| Modifier and Type | Method and Description |
|---|---|
static ComponentImages |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ComponentImages[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfweb, webrel, rel, relabs, abs, absbuilderpublic static final ComponentImages DefaultDockableIcon
public static ComponentImages[] values()
for (ComponentImages c : ComponentImages.values()) System.out.println(c);
public static ComponentImages 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 nullCopyright © 2011–2015 JRebirth OSS. All rights reserved.