package

net.pierrox.lightning_launcher.script.api

Classes

Android This class is deprecated. use the android.widget.Toast class instead  
Array This class is deprecated. This collection isn't needed anymore and is kept for compatibility. Use plain JavaScript arrays instead.  
Binding A binding links a "target" (a property) with a "formula" (a value). 
Box The Box object allows access to the corresponding item and folder window box properties. 
Configuration Access to some of the general launcher configuration data. 
Container The container can be either a desktop, a folder or a panel. 
CustomView  
Desktop The desktop is a kind of container, and is typically displayed as the home screen. 
Event The event gather useful data dealing with the context of the event, such as which item caused the script to be executed, or what was the container at time of the event. 
EventHandler Describe an event handler made of an action, some optional data and possibly a handler to execute after this one. 
Folder The folder item extends the shortcut (because it have a label and an icon) and add folder specific services such as open/close. 
Image Utility class to manipulate images (icons, backgrounds, etc.). 
ImageAnimation A kind of image which can play an animation (often loaded from GIF files). 
ImageBitmap Wraps a static bitmap. 
ImageNinePatch Wraps a Nine Patch image. 
ImageScript ImageScript is a way to draw images or animations without the need for intermediate bitmaps. 
ImageScript.DrawingContext The DrawingContext is the link between the drawing script and the drawing target. 
Item The item is the base class for other objects that can be found in a container (shortcuts, folders, etc.). 
Lightning Entry point for most Lightning Launcher scripted features. 
LL This class is deprecated. use Lightning instead.  
Menu Provides an access to the popup menu, so that it can be customized. 
PageIndicator  
Panel The panel is a special kind of item, providing access to items contained in this panel. 
Property  
PropertyEditor Utility to modify one or more configuration settings at once. 
PropertySet Access to container and item properties (aka settings). 
RectL A rectangle class. 
Script This object is used to access script properties such as text, tag and menu attributes. 
Shortcut A shortcut is a label and an icon, tapping on it will usually launch an app. 
StopPoint The StopPoint object allows getting and setting stop points values. 
VariableEditor A VariableEditor is a tool to change the value of one or more variable. 
VariableSet A VariableSet object enumerates known variables with their type and value.