App Inventor
com.google.appinventor.components.common.ComponentCategory Enum Reference

Public Member Functions

String getDocName ()
 
String getName ()
 

Static Public Member Functions

 [static initializer]
 

Public Attributes

 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")
 

Detailed Description

Categories for grouping components in the palette within the Designer.

Member Function Documentation

◆ 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: