com.atlassian.confluence.selenium.client
Enum TinyMce.SimpleToolbarButton

java.lang.Object
  extended by java.lang.Enum<TinyMce.SimpleToolbarButton>
      extended by com.atlassian.confluence.selenium.client.TinyMce.SimpleToolbarButton
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<TinyMce.SimpleToolbarButton>
Enclosing class:
TinyMce

public static enum TinyMce.SimpleToolbarButton
extends java.lang.Enum<TinyMce.SimpleToolbarButton>


Enum Constant Summary
BOLD
           
BULLETLIST
           
FULLSCREEN
           
IMAGE
           
INDENT
           
INSERT_TABLE
           
ITALIC
           
LINK
           
NUMBEREDLIST
           
OUTDENT
           
REDO
           
STRIKETHROUGH
           
TOGGLE_CONTEXT_MENU
           
UNDERLINE
           
UNDO
           
 
Method Summary
 java.lang.String getId()
           
 TinyMce.ShortCut getShortCut()
           
static TinyMce.SimpleToolbarButton valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static TinyMce.SimpleToolbarButton[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

BOLD

public static final TinyMce.SimpleToolbarButton BOLD

ITALIC

public static final TinyMce.SimpleToolbarButton ITALIC

UNDERLINE

public static final TinyMce.SimpleToolbarButton UNDERLINE

STRIKETHROUGH

public static final TinyMce.SimpleToolbarButton STRIKETHROUGH

BULLETLIST

public static final TinyMce.SimpleToolbarButton BULLETLIST

NUMBEREDLIST

public static final TinyMce.SimpleToolbarButton NUMBEREDLIST

INDENT

public static final TinyMce.SimpleToolbarButton INDENT

OUTDENT

public static final TinyMce.SimpleToolbarButton OUTDENT

UNDO

public static final TinyMce.SimpleToolbarButton UNDO

REDO

public static final TinyMce.SimpleToolbarButton REDO

LINK

public static final TinyMce.SimpleToolbarButton LINK

IMAGE

public static final TinyMce.SimpleToolbarButton IMAGE

INSERT_TABLE

public static final TinyMce.SimpleToolbarButton INSERT_TABLE

FULLSCREEN

public static final TinyMce.SimpleToolbarButton FULLSCREEN

TOGGLE_CONTEXT_MENU

public static final TinyMce.SimpleToolbarButton TOGGLE_CONTEXT_MENU
Method Detail

values

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

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

valueOf

public static TinyMce.SimpleToolbarButton 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
java.lang.NullPointerException - if the argument is null

getId

public java.lang.String getId()

getShortCut

public TinyMce.ShortCut getShortCut()


Copyright © 2003-2010 Atlassian. All Rights Reserved.