chrriis.dj.nativeswing.swtimpl.components
Enum DefaultWebBrowserDecorator.WebBrowserDecoratorComponentType

java.lang.Object
  extended by java.lang.Enum<DefaultWebBrowserDecorator.WebBrowserDecoratorComponentType>
      extended by chrriis.dj.nativeswing.swtimpl.components.DefaultWebBrowserDecorator.WebBrowserDecoratorComponentType
All Implemented Interfaces:
Serializable, Comparable<DefaultWebBrowserDecorator.WebBrowserDecoratorComponentType>
Enclosing class:
DefaultWebBrowserDecorator

public static enum DefaultWebBrowserDecorator.WebBrowserDecoratorComponentType
extends Enum<DefaultWebBrowserDecorator.WebBrowserDecoratorComponentType>


Enum Constant Summary
BACK_BUTTON
           
FILE_CLOSE_MENU_ITEM
           
FILE_MENU
           
FILE_NEW_WINDOW_MENU_ITEM
           
FILE_OPEN_FILE_MENU_ITEM
           
FILE_OPEN_LOCATION_MENU_ITEM
           
FORWARD_BUTTON
           
GO_BUTTON
           
RELOAD_BUTTON
           
STATUS_LABEL
           
STOP_BUTTON
           
VIEW_BACK_MENU_ITEM
           
VIEW_FORWARD_MENU_ITEM
           
VIEW_MENU
           
VIEW_RELOAD_MENU_ITEM
           
VIEW_STATUS_BAR_CHECKBOX_MENU_ITEM
           
VIEW_STOP_MENU_ITEM
           
VIEW_TOOLBARS_BUTTON_BAR_CHECKBOX_MENU_ITEM
           
VIEW_TOOLBARS_LOCATION_BAR_CHECKBOX_MENU_ITEM
           
VIEW_TOOLBARS_MENU
           
 
Method Summary
static DefaultWebBrowserDecorator.WebBrowserDecoratorComponentType valueOf(String name)
          Returns the enum constant of this type with the specified name.
static DefaultWebBrowserDecorator.WebBrowserDecoratorComponentType[] 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

FILE_MENU

public static final DefaultWebBrowserDecorator.WebBrowserDecoratorComponentType FILE_MENU

FILE_NEW_WINDOW_MENU_ITEM

public static final DefaultWebBrowserDecorator.WebBrowserDecoratorComponentType FILE_NEW_WINDOW_MENU_ITEM

FILE_OPEN_LOCATION_MENU_ITEM

public static final DefaultWebBrowserDecorator.WebBrowserDecoratorComponentType FILE_OPEN_LOCATION_MENU_ITEM

FILE_OPEN_FILE_MENU_ITEM

public static final DefaultWebBrowserDecorator.WebBrowserDecoratorComponentType FILE_OPEN_FILE_MENU_ITEM

FILE_CLOSE_MENU_ITEM

public static final DefaultWebBrowserDecorator.WebBrowserDecoratorComponentType FILE_CLOSE_MENU_ITEM

VIEW_MENU

public static final DefaultWebBrowserDecorator.WebBrowserDecoratorComponentType VIEW_MENU

VIEW_TOOLBARS_MENU

public static final DefaultWebBrowserDecorator.WebBrowserDecoratorComponentType VIEW_TOOLBARS_MENU

VIEW_TOOLBARS_BUTTON_BAR_CHECKBOX_MENU_ITEM

public static final DefaultWebBrowserDecorator.WebBrowserDecoratorComponentType VIEW_TOOLBARS_BUTTON_BAR_CHECKBOX_MENU_ITEM

VIEW_TOOLBARS_LOCATION_BAR_CHECKBOX_MENU_ITEM

public static final DefaultWebBrowserDecorator.WebBrowserDecoratorComponentType VIEW_TOOLBARS_LOCATION_BAR_CHECKBOX_MENU_ITEM

VIEW_STATUS_BAR_CHECKBOX_MENU_ITEM

public static final DefaultWebBrowserDecorator.WebBrowserDecoratorComponentType VIEW_STATUS_BAR_CHECKBOX_MENU_ITEM

VIEW_BACK_MENU_ITEM

public static final DefaultWebBrowserDecorator.WebBrowserDecoratorComponentType VIEW_BACK_MENU_ITEM

VIEW_FORWARD_MENU_ITEM

public static final DefaultWebBrowserDecorator.WebBrowserDecoratorComponentType VIEW_FORWARD_MENU_ITEM

VIEW_RELOAD_MENU_ITEM

public static final DefaultWebBrowserDecorator.WebBrowserDecoratorComponentType VIEW_RELOAD_MENU_ITEM

VIEW_STOP_MENU_ITEM

public static final DefaultWebBrowserDecorator.WebBrowserDecoratorComponentType VIEW_STOP_MENU_ITEM

BACK_BUTTON

public static final DefaultWebBrowserDecorator.WebBrowserDecoratorComponentType BACK_BUTTON

FORWARD_BUTTON

public static final DefaultWebBrowserDecorator.WebBrowserDecoratorComponentType FORWARD_BUTTON

RELOAD_BUTTON

public static final DefaultWebBrowserDecorator.WebBrowserDecoratorComponentType RELOAD_BUTTON

STOP_BUTTON

public static final DefaultWebBrowserDecorator.WebBrowserDecoratorComponentType STOP_BUTTON

GO_BUTTON

public static final DefaultWebBrowserDecorator.WebBrowserDecoratorComponentType GO_BUTTON

STATUS_LABEL

public static final DefaultWebBrowserDecorator.WebBrowserDecoratorComponentType STATUS_LABEL
Method Detail

values

public static DefaultWebBrowserDecorator.WebBrowserDecoratorComponentType[] 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 (DefaultWebBrowserDecorator.WebBrowserDecoratorComponentType c : DefaultWebBrowserDecorator.WebBrowserDecoratorComponentType.values())
    System.out.println(c);

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

valueOf

public static DefaultWebBrowserDecorator.WebBrowserDecoratorComponentType valueOf(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:
IllegalArgumentException - if this enum type has no constant with the specified name
NullPointerException - if the argument is null