Categories for grouping components in the palette within the Designer.
Definition at line 48 of file ComponentCategory.java.
◆ [static initializer]()
com.google.appinventor.components.common.ComponentCategory.[static initializer] |
( |
| ) |
|
|
static |
◆ getDocName()
String com.google.appinventor.components.common.ComponentCategory.getDocName |
( |
| ) |
|
Returns a version of the name of this category consisting of only lower-case letters, meant for use in a URL. For example, for the category with the enum name "EXPERIMENTAL" and display name "Not ready for prime time", this returns "experimental".
- Returns
- a name for this category consisting of only lower-case letters
Definition at line 111 of file ComponentCategory.java.
◆ getName()
String com.google.appinventor.components.common.ComponentCategory.getName |
( |
| ) |
|
Returns the display name of this category, as used on the Designer palette, such as "Not ready for prime time". To get the enum name (such as "EXPERIMENTAL"), use toString.
- Returns
- the display name of this category
Definition at line 99 of file ComponentCategory.java.
◆ ANIMATION
com.google.appinventor.components.common.ComponentCategory.ANIMATION =("Drawing and Animation") |
◆ CONNECTIVITY
com.google.appinventor.components.common.ComponentCategory.CONNECTIVITY =("Connectivity") |
◆ EXPERIMENTAL
com.google.appinventor.components.common.ComponentCategory.EXPERIMENTAL =("Experimental") |
◆ EXTENSION
com.google.appinventor.components.common.ComponentCategory.EXTENSION =("Extension") |
◆ INTERNAL
com.google.appinventor.components.common.ComponentCategory.INTERNAL =("For internal use only") |
◆ LAYOUT
com.google.appinventor.components.common.ComponentCategory.LAYOUT =("Layout") |
◆ LEGOMINDSTORMS
com.google.appinventor.components.common.ComponentCategory.LEGOMINDSTORMS =("LEGO\u00AE MINDSTORMS\u00AE") |
◆ MAPS
com.google.appinventor.components.common.ComponentCategory.MAPS =("Maps") |
◆ MEDIA
com.google.appinventor.components.common.ComponentCategory.MEDIA =("Media") |
◆ SENSORS
com.google.appinventor.components.common.ComponentCategory.SENSORS =("Sensors") |
◆ SOCIAL
com.google.appinventor.components.common.ComponentCategory.SOCIAL =("Social") |
◆ STORAGE
com.google.appinventor.components.common.ComponentCategory.STORAGE =("Storage") |
◆ UNINITIALIZED
com.google.appinventor.components.common.ComponentCategory.UNINITIALIZED =("Uninitialized") |
◆ USERINTERFACE
com.google.appinventor.components.common.ComponentCategory.USERINTERFACE =("User Interface") |
The documentation for this enum was generated from the following file:
- C:/Users/Ulli/appinventor-sources/appinventor/components/src/com/google/appinventor/components/common/ComponentCategory.java