org.xwiki.gwt.wysiwyg.client.plugin.image.ui
Enum ImageWizard.ImageWizardStep

java.lang.Object
  extended by java.lang.Enum<ImageWizard.ImageWizardStep>
      extended by org.xwiki.gwt.wysiwyg.client.plugin.image.ui.ImageWizard.ImageWizardStep
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<ImageWizard.ImageWizardStep>
Enclosing class:
ImageWizard

public static enum ImageWizard.ImageWizardStep
extends java.lang.Enum<ImageWizard.ImageWizardStep>

Enumeration steps handled by this image wizard.


Enum Constant Summary
IMAGE_CONFIG
           
IMAGE_SELECTOR
          Steps managed by this wizard: the image selector, the image parameters step and the new image upload step.
IMAGE_UPLOAD
           
 
Method Summary
static ImageWizard.ImageWizardStep valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ImageWizard.ImageWizardStep[] values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

IMAGE_SELECTOR

public static final ImageWizard.ImageWizardStep IMAGE_SELECTOR
Steps managed by this wizard: the image selector, the image parameters step and the new image upload step.


IMAGE_CONFIG

public static final ImageWizard.ImageWizardStep IMAGE_CONFIG

IMAGE_UPLOAD

public static final ImageWizard.ImageWizardStep IMAGE_UPLOAD
Method Detail

values

public static final ImageWizard.ImageWizardStep[] values()
Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants as follows:
for(ImageWizard.ImageWizardStep c : ImageWizard.ImageWizardStep.values())
        System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they're declared

valueOf

public static ImageWizard.ImageWizardStep valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name


Copyright © 2004-2011 XWiki. All Rights Reserved.