|
| ANIMATION =("Drawing and Animation") |
|
| CONNECTIVITY =("Connectivity") |
|
| EXPERIMENTAL =("Experimental") |
|
| EXTENSION =("Extension") |
|
| INTERNAL =("For internal use only") |
|
| LAYOUT =("Layout") |
|
| LEGOMINDSTORMS =("LEGO\u00AE MINDSTORMS\u00AE") |
|
| MAPS =("Maps") |
|
| MEDIA =("Media") |
|
| SENSORS =("Sensors") |
|
| SOCIAL =("Social") |
|
| STORAGE =("Storage") |
|
| UNINITIALIZED =("Uninitialized") |
|
| USERINTERFACE =("User Interface") |
|
Categories for grouping components in the palette within the Designer.
◆ 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
◆ 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
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