AI2 Component  (Version nb184)
com.google.appinventor.components.common.ComponentCategory Enum Reference

Public Member Functions

String getName ()
 
String getDocName ()
 

Static Public Member Functions

 [static initializer]
 

Public Attributes

 USERINTERFACE =("User Interface")
 
 LAYOUT =("Layout")
 
 MEDIA =("Media")
 
 ANIMATION =("Drawing and Animation")
 
 MAPS =("Maps")
 
 SENSORS =("Sensors")
 
 SOCIAL =("Social")
 
 STORAGE =("Storage")
 
 CONNECTIVITY =("Connectivity")
 
 LEGOMINDSTORMS =("LEGO\u00AE MINDSTORMS\u00AE")
 
 EXPERIMENTAL =("Experimental")
 
 EXTENSION =("Extension")
 
 INTERNAL =("For internal use only")
 
 UNINITIALIZED =("Uninitialized")
 

Detailed Description

Categories for grouping components in the palette within the Designer.

Definition at line 48 of file ComponentCategory.java.

Member Function Documentation

◆ [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.

Member Data Documentation

◆ ANIMATION

com.google.appinventor.components.common.ComponentCategory.ANIMATION =("Drawing and Animation")

Definition at line 53 of file ComponentCategory.java.

◆ CONNECTIVITY

com.google.appinventor.components.common.ComponentCategory.CONNECTIVITY =("Connectivity")

Definition at line 58 of file ComponentCategory.java.

◆ EXPERIMENTAL

com.google.appinventor.components.common.ComponentCategory.EXPERIMENTAL =("Experimental")

Definition at line 60 of file ComponentCategory.java.

◆ EXTENSION

com.google.appinventor.components.common.ComponentCategory.EXTENSION =("Extension")

Definition at line 61 of file ComponentCategory.java.

◆ INTERNAL

com.google.appinventor.components.common.ComponentCategory.INTERNAL =("For internal use only")

Definition at line 62 of file ComponentCategory.java.

◆ LAYOUT

com.google.appinventor.components.common.ComponentCategory.LAYOUT =("Layout")

Definition at line 51 of file ComponentCategory.java.

◆ LEGOMINDSTORMS

com.google.appinventor.components.common.ComponentCategory.LEGOMINDSTORMS =("LEGO\u00AE MINDSTORMS\u00AE")

Definition at line 59 of file ComponentCategory.java.

◆ MAPS

com.google.appinventor.components.common.ComponentCategory.MAPS =("Maps")

Definition at line 54 of file ComponentCategory.java.

◆ MEDIA

com.google.appinventor.components.common.ComponentCategory.MEDIA =("Media")

Definition at line 52 of file ComponentCategory.java.

◆ SENSORS

com.google.appinventor.components.common.ComponentCategory.SENSORS =("Sensors")

Definition at line 55 of file ComponentCategory.java.

◆ SOCIAL

com.google.appinventor.components.common.ComponentCategory.SOCIAL =("Social")

Definition at line 56 of file ComponentCategory.java.

◆ STORAGE

com.google.appinventor.components.common.ComponentCategory.STORAGE =("Storage")

Definition at line 57 of file ComponentCategory.java.

◆ UNINITIALIZED

com.google.appinventor.components.common.ComponentCategory.UNINITIALIZED =("Uninitialized")

Definition at line 64 of file ComponentCategory.java.

◆ USERINTERFACE

com.google.appinventor.components.common.ComponentCategory.USERINTERFACE =("User Interface")

Definition at line 50 of file ComponentCategory.java.


The documentation for this enum was generated from the following file: