com.opera.core.systems.scope.protos
Enum DesktopWmProtos.QuickWidgetInfo.QuickWidgetType
java.lang.Object
java.lang.Enum<DesktopWmProtos.QuickWidgetInfo.QuickWidgetType>
com.opera.core.systems.scope.protos.DesktopWmProtos.QuickWidgetInfo.QuickWidgetType
- All Implemented Interfaces:
- com.google.protobuf.Internal.EnumLite, com.google.protobuf.ProtocolMessageEnum, java.io.Serializable, java.lang.Comparable<DesktopWmProtos.QuickWidgetInfo.QuickWidgetType>
- Enclosing class:
- DesktopWmProtos.QuickWidgetInfo
public static enum DesktopWmProtos.QuickWidgetInfo.QuickWidgetType
- extends java.lang.Enum<DesktopWmProtos.QuickWidgetInfo.QuickWidgetType>
- implements com.google.protobuf.ProtocolMessageEnum
| 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 |
UNKNOWN
public static final DesktopWmProtos.QuickWidgetInfo.QuickWidgetType UNKNOWN
BUTTON
public static final DesktopWmProtos.QuickWidgetInfo.QuickWidgetType BUTTON
CHECKBOX
public static final DesktopWmProtos.QuickWidgetInfo.QuickWidgetType CHECKBOX
DIALOGTAB
public static final DesktopWmProtos.QuickWidgetInfo.QuickWidgetType DIALOGTAB
DROPDOWN
public static final DesktopWmProtos.QuickWidgetInfo.QuickWidgetType DROPDOWN
DROPDOWNITEM
public static final DesktopWmProtos.QuickWidgetInfo.QuickWidgetType DROPDOWNITEM
EDITFIELD
public static final DesktopWmProtos.QuickWidgetInfo.QuickWidgetType EDITFIELD
LABEL
public static final DesktopWmProtos.QuickWidgetInfo.QuickWidgetType LABEL
RADIOBUTTON
public static final DesktopWmProtos.QuickWidgetInfo.QuickWidgetType RADIOBUTTON
ADDRESSFIELD
public static final DesktopWmProtos.QuickWidgetInfo.QuickWidgetType ADDRESSFIELD
SEARCH
public static final DesktopWmProtos.QuickWidgetInfo.QuickWidgetType SEARCH
TOOLBAR
public static final DesktopWmProtos.QuickWidgetInfo.QuickWidgetType TOOLBAR
TREEVIEW
public static final DesktopWmProtos.QuickWidgetInfo.QuickWidgetType TREEVIEW
TREEITEM
public static final DesktopWmProtos.QuickWidgetInfo.QuickWidgetType TREEITEM
TABBUTTON
public static final DesktopWmProtos.QuickWidgetInfo.QuickWidgetType TABBUTTON
THUMBNAIL
public static final DesktopWmProtos.QuickWidgetInfo.QuickWidgetType THUMBNAIL
GRIDLAYOUT
public static final DesktopWmProtos.QuickWidgetInfo.QuickWidgetType GRIDLAYOUT
GRIDITEM
public static final DesktopWmProtos.QuickWidgetInfo.QuickWidgetType GRIDITEM
QUICKFIND
public static final DesktopWmProtos.QuickWidgetInfo.QuickWidgetType QUICKFIND
UNKNOWN_VALUE
public static final int UNKNOWN_VALUE
- See Also:
- Constant Field Values
BUTTON_VALUE
public static final int BUTTON_VALUE
- See Also:
- Constant Field Values
CHECKBOX_VALUE
public static final int CHECKBOX_VALUE
- See Also:
- Constant Field Values
DIALOGTAB_VALUE
public static final int DIALOGTAB_VALUE
- See Also:
- Constant Field Values
DROPDOWN_VALUE
public static final int DROPDOWN_VALUE
- See Also:
- Constant Field Values
DROPDOWNITEM_VALUE
public static final int DROPDOWNITEM_VALUE
- See Also:
- Constant Field Values
EDITFIELD_VALUE
public static final int EDITFIELD_VALUE
- See Also:
- Constant Field Values
LABEL_VALUE
public static final int LABEL_VALUE
- See Also:
- Constant Field Values
RADIOBUTTON_VALUE
public static final int RADIOBUTTON_VALUE
- See Also:
- Constant Field Values
ADDRESSFIELD_VALUE
public static final int ADDRESSFIELD_VALUE
- See Also:
- Constant Field Values
SEARCH_VALUE
public static final int SEARCH_VALUE
- See Also:
- Constant Field Values
TOOLBAR_VALUE
public static final int TOOLBAR_VALUE
- See Also:
- Constant Field Values
TREEVIEW_VALUE
public static final int TREEVIEW_VALUE
- See Also:
- Constant Field Values
TREEITEM_VALUE
public static final int TREEITEM_VALUE
- See Also:
- Constant Field Values
TABBUTTON_VALUE
public static final int TABBUTTON_VALUE
- See Also:
- Constant Field Values
THUMBNAIL_VALUE
public static final int THUMBNAIL_VALUE
- See Also:
- Constant Field Values
GRIDLAYOUT_VALUE
public static final int GRIDLAYOUT_VALUE
- See Also:
- Constant Field Values
GRIDITEM_VALUE
public static final int GRIDITEM_VALUE
- See Also:
- Constant Field Values
QUICKFIND_VALUE
public static final int QUICKFIND_VALUE
- See Also:
- Constant Field Values
values
public static DesktopWmProtos.QuickWidgetInfo.QuickWidgetType[] 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 (DesktopWmProtos.QuickWidgetInfo.QuickWidgetType c : DesktopWmProtos.QuickWidgetInfo.QuickWidgetType.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static DesktopWmProtos.QuickWidgetInfo.QuickWidgetType 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
getNumber
public final int getNumber()
- Specified by:
getNumber in interface com.google.protobuf.Internal.EnumLite- Specified by:
getNumber in interface com.google.protobuf.ProtocolMessageEnum
valueOf
public static DesktopWmProtos.QuickWidgetInfo.QuickWidgetType valueOf(int value)
internalGetValueMap
public static com.google.protobuf.Internal.EnumLiteMap<DesktopWmProtos.QuickWidgetInfo.QuickWidgetType> internalGetValueMap()
getValueDescriptor
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
- Specified by:
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnum
getDescriptorForType
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
- Specified by:
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnum
getDescriptor
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
valueOf
public static DesktopWmProtos.QuickWidgetInfo.QuickWidgetType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2011. All Rights Reserved.