public static final enum

ActionBarItem.Type

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ greendroid.widget.ActionBarItem.Type

Class Overview

The Type specifies a large set of pre-defined ActionBarItems that may be added to an ActionBar.

Summary

Enum Values
ActionBarItem.Type  Add  A plus sign 
ActionBarItem.Type  AllFriends  A group of 3 people. 
ActionBarItem.Type  Compass  A compass 
ActionBarItem.Type  Compose  A sheet of paper with a pen 
ActionBarItem.Type  Edit  A pencil 
ActionBarItem.Type  Export  A dot with an arrow 
ActionBarItem.Type  Eye  An eye. 
ActionBarItem.Type  Gallery  A polaroid-like picture. 
ActionBarItem.Type  GoHome  A house. 
ActionBarItem.Type  Group  A group of 2 people. 
ActionBarItem.Type  Help  A plain circle with a question mark engraved in the center 
ActionBarItem.Type  Info  A plain circle with a 'I' engraved in the center 
ActionBarItem.Type  List  Some horizontal bars. 
ActionBarItem.Type  Locate  The traditional GMaps pin 
ActionBarItem.Type  LocateMyself  A surrounded dot 
ActionBarItem.Type  Mail  An envelope. 
ActionBarItem.Type  Refresh  Two curved arrows 
ActionBarItem.Type  Search  A magnifying glass 
ActionBarItem.Type  Settings  The Android-like 'Settings' icon 
ActionBarItem.Type  Share  A dot with two arrows 
ActionBarItem.Type  Slideshow  A stack of polaroid-like pictures. 
ActionBarItem.Type  SortAlphabetically  A-Z 
ActionBarItem.Type  SortBySize  Some variable-size horizontal bars 
ActionBarItem.Type  Star  A star 
ActionBarItem.Type  TakePhoto  A camera 
ActionBarItem.Type  Talk  A speech bubble 
ActionBarItem.Type  Trashcan  A trashcan. 
Public Methods
static ActionBarItem.Type valueOf(String name)
final static Type[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final ActionBarItem.Type Add

A plus sign

public static final ActionBarItem.Type AllFriends

A group of 3 people.

public static final ActionBarItem.Type Compass

A compass

public static final ActionBarItem.Type Compose

A sheet of paper with a pen

public static final ActionBarItem.Type Edit

A pencil

public static final ActionBarItem.Type Export

A dot with an arrow

public static final ActionBarItem.Type Eye

An eye. May be used for a "preview" action.

public static final ActionBarItem.Type Gallery

A polaroid-like picture.

public static final ActionBarItem.Type GoHome

A house. This type should only be used for actions going back to the main screen/menu of an application.

public static final ActionBarItem.Type Group

A group of 2 people.

public static final ActionBarItem.Type Help

A plain circle with a question mark engraved in the center

public static final ActionBarItem.Type Info

A plain circle with a 'I' engraved in the center

public static final ActionBarItem.Type List

Some horizontal bars.

public static final ActionBarItem.Type Locate

The traditional GMaps pin

public static final ActionBarItem.Type LocateMyself

A surrounded dot

public static final ActionBarItem.Type Mail

An envelope.

public static final ActionBarItem.Type Refresh

Two curved arrows

public static final ActionBarItem.Type Search

A magnifying glass

public static final ActionBarItem.Type Settings

The Android-like 'Settings' icon

public static final ActionBarItem.Type Share

A dot with two arrows

public static final ActionBarItem.Type Slideshow

A stack of polaroid-like pictures.

public static final ActionBarItem.Type SortAlphabetically

public static final ActionBarItem.Type SortBySize

Some variable-size horizontal bars

public static final ActionBarItem.Type Star

A star

public static final ActionBarItem.Type TakePhoto

A camera

public static final ActionBarItem.Type Talk

A speech bubble

public static final ActionBarItem.Type Trashcan

A trashcan. May be used for a "delete" action.

Public Methods

public static ActionBarItem.Type valueOf (String name)

public static final Type[] values ()