| A B C D E F G H I J K L M N O P Q R S T U V W X Y Z | |
| AbstractOverlay — Class in package de.mightypirates.megazine.plugins.overlays.realizations | |
| Base class to element overlays, as well as home to the factory functions createOverlay and createOverlays (for creating multiple overlays at once). | |
| AbstractOverlay(target, args, fadeTime) — Constructor in class de.mightypirates.megazine.plugins.overlays.realizations.AbstractOverlay | |
| This class must not be instantiated directly. | |
| AbstractPlugin — Class in package de.mightypirates.megazine.plugins | |
| "Abstract" superclass for all plugins, providing common functionality. | |
| AbstractPlugin(data:de.mightypirates.megazine.plugins:PluginData) — Constructor in class de.mightypirates.megazine.plugins.AbstractPlugin | |
| Should never be used directly, always called by subclasses. | |
| activeTooltip — Static property in class de.mightypirates.asul.TooltipFactory | |
| Internal setting of active tooltip, to make sure only one is visible at a time. | |
| addAdapter(adapter:de.mightypirates.asul.style:IStyleAdapter) — Static method in class de.mightypirates.asul.style.StyleSheet | |
| Add a new object adapter, which will allow applying styles to objects the adapter supports. | |
| addAlias(from, to) — Method in class de.mightypirates.utils.loading.AliasBundle | |
Add a new alias, mapping a request for from to the URL
given in to. |
|
| addAsListenerTo(dispatcher) — Method in class de.mightypirates.utils.loading.ResourceLoader | |
|
Adds this instance as a listener for the following events to the given
dispatcher: Event.COMPLETE, IOErrorEvent.IO_ERROR, SecurityErrorEvent.SECURITY_ERROR and ProgressEvent.PROGRESS The events are handled by these overridable functions: handleComplete, handleError, handleSecurityError and handleProgress By default, they just forward the event by redispatching it via this instance. |
|
| addBookmark(title, page, color, userCreated, description) — Method in class de.mightypirates.megazine.plugins.bookmarks.Bookmarks | |
| Adds a bookmark for the given page, with the given title. | |
| addBookmark(title, page, color, userCreated, description) — Method in interface de.mightypirates.megazine.plugins.bookmarks.IBookmarks | |
| Adds a bookmark for the given page, with the given title. | |
| addBundle(bundle:de.mightypirates.utils.interfaces:IResourceBundle, priority) — Method in interface de.mightypirates.utils.interfaces.IResourceProvider | |
| Adds a new bundle with the given priority. | |
| addBundle(bundle:de.mightypirates.utils.interfaces:IResourceBundle, priority) — Method in class de.mightypirates.utils.loading.ResourceProvider | |
| Adds a new bundle with the given priority. | |
| addButton(child, position) — Method in interface de.mightypirates.megazine.plugins.navigationbar.INavigationBar | |
| Tries to add the given object to the end of the plugin button list. | |
| addButton(child, position) — Method in class de.mightypirates.megazine.plugins.navigationbar.NavigationBar | |
| Tries to add the given object to the end of the plugin button list. | |
| addChapter(xml) — Method in class de.mightypirates.megazine.MegaZine | |
| Creates a new chapter, returning a reference to the chapter. | |
| addChapter(xml) — Method in interface de.mightypirates.megazine.interfaces.IMegaZine | |
| Creates a new chapter, returning a reference to the chapter. | |
| addChapterAt(xml, index) — Method in class de.mightypirates.megazine.MegaZine | |
| Creates a new chapter, returning a reference to the chapter. | |
| addChapterAt(xml, index) — Method in interface de.mightypirates.megazine.interfaces.IMegaZine | |
| Creates a new chapter, returning a reference to the chapter. | |
| addCursor(id, e) — Static method in class de.mightypirates.asul.Cursor | |
| Adds a new cursor to be displayed. | |
| ADDED — Constant static property in class de.mightypirates.megazine.events.ChapterEvent | |
| Used when a chapter was added to the book. | |
| ADDED — Constant static property in class de.mightypirates.megazine.events.PageEvent | |
| Used when a page was added to the book. | |
| addEventListener(type, listener, useCapture, priority, useWeakReference) — Method in class de.mightypirates.asul.components.Text | |
| addEventListener(type, listener, useCapture, priority, useWeakReference) — Static method in class de.mightypirates.utils.Logger | |
| Registers an event listener object so that the listener receives notification of an event. | |
| addPage(xml) — Method in class de.mightypirates.megazine.MegaZine | |
| Creates a new page and adds it to the end of the book. | |
| addPage(xml) — Method in interface de.mightypirates.megazine.interfaces.IMegaZine | |
| Creates a new page and adds it to the end of the book. | |
| addPageAt(xml, index, prevChapter) — Method in class de.mightypirates.megazine.MegaZine | |
| Create a new page. | |
| addPageAt(xml, index, prevChapter) — Method in interface de.mightypirates.megazine.interfaces.IMegaZine | |
| Create a new page. | |
| addPageIn(xml, chapter:de.mightypirates.megazine.interfaces:IChapter, queued) — Method in class de.mightypirates.megazine.MegaZine | |
| Creates a new page in the given chapter. | |
| addPageIn(xml, chapter:de.mightypirates.megazine.interfaces:IChapter, queued) — Method in interface de.mightypirates.megazine.interfaces.IMegaZine | |
| Creates a new page in the given chapter. | |
| addResource(path, resource) — Method in class de.mightypirates.utils.loading.EmbeddedBundle | |
| Register a resource with this bundle. | |
| addStyle(reference, asulObject:de.mightypirates.asul.interfaces:IAsulObject, textfieldName, delay, fadeDuration) — Static method in class de.mightypirates.asul.TooltipFactory | |
| Initializes settings for a given owner. | |
| addStyles(styles) — Method in interface de.mightypirates.asul.style.IStyleSheet | |
| Adds a list of styles. | |
| addStyles(styles) — Method in class de.mightypirates.asul.style.StyleSheet | |
| Adds a list of styles. | |
| addVirtualChild(child:de.mightypirates.asul.interfaces:IAsulObject) — Method in interface de.mightypirates.asul.interfaces.IAsulObject | |
| Adds another ASUL object as a virtual child to this one. | |
| AliasBundle — Class in package de.mightypirates.utils.loading | |
| The AliasBundle is a resource bundle that performs no loading of its own, but instead can be used to reroute requests to different URLs. | |
| AliasBundle() — Constructor in class de.mightypirates.utils.loading.AliasBundle | |
| Creates a new AliasBundle. | |
| AlphaTween — Class in package de.mightypirates.tween | |
Class for alpha value tweening of DisplayObjects. |
|
| AlphaTween(duration, target, targetAlpha, hideOnZero, removeOnZero, tweenFunction) — Constructor in class de.mightypirates.tween.AlphaTween | |
| Creates a new alpha tween. | |
| Anchors — Class in package de.mightypirates.megazine.plugins.anchors | |
| This plugin provides the functionality to define anchors for chapters and pages. | |
| Anchors(data:de.mightypirates.megazine.plugins:PluginData) — Constructor in class de.mightypirates.megazine.plugins.anchors.Anchors | |
| Constructor, creates the anchors dictionary. | |
| Area — Class in package de.mightypirates.megazine.elements | |
Area (area) elements can be used to genereate tooltips and links
anywhere on a page. |
|
| Area(proxy:de.mightypirates.megazine.interfaces:IElementProxy, xml, number) — Constructor in class de.mightypirates.megazine.elements.Area | |
| Creates a new area element. | |
| args — Property in class de.mightypirates.megazine.plugins.overlays.realizations.AbstractOverlay | |
| Arguments. | |
| args — Property in class de.mightypirates.utils.Definition | |
| Arguments for the definition. | |
| asulFactory — Property in class de.mightypirates.megazine.MegaZine | |
| The ASUL factory used for common gui elements in the gui, such as the loading bar. | |
| asulFactory — Property in interface de.mightypirates.megazine.interfaces.IMegaZine | |
| The ASUL factory used for common gui elements in the gui, such as the loading bar. | |
| asulFactory_ — Property in class de.mightypirates.megazine.plugins.AbstractPlugin | |
| ASUL factory used by this plugin. | |
| AsulFactory — Class in package de.mightypirates.asul | |
| This class serves as a utility class for generating ASUL objects defined in an external definition file. | |
| AsulFactory(absPathFunc, localizer:de.mightypirates.utils.interfaces:ILocalizer, styleSheet:de.mightypirates.asul.style:IStyleSheet, variables, tooltipReference, scriptContext) — Constructor in class de.mightypirates.asul.AsulFactory | |
| TODO write doc | |
| AsulObject — Class in package de.mightypirates.megazine.elements | |
| Element allowing the use of ASUL objects as page elements. | |
| AsulObject(proxy:de.mightypirates.megazine.interfaces:IElementProxy, xml, number) — Constructor in class de.mightypirates.megazine.elements.AsulObject | |
| AsulStyleAdapter — Class in package de.mightypirates.asul | |
| Style adapter implementation for ASUL objects. | |
| AUTO — Constant static property in class de.mightypirates.utils.loading.ResourceType | |
| Try to automatically determine type by file extension. | |
| autoMove — Property in class de.mightypirates.megazine.MegaZine | |
| Whether the book moves automatically on mouse moves if it is too big for the display area (true) or the user has to drag it manually (false). | |
| AUTO_REMOVE — Constant static property in class de.mightypirates.utils.events.LECUtil | |
| This event controller cluster is automatically cleared when an object's destroy() method is invoked. | |
| availableLanguages — Property in class de.mightypirates.utils.Localizer | |
| Returns an array with ids of the available languages, e.g. | |
| availableLanguages — Property in interface de.mightypirates.utils.interfaces.ILocalizer | |
| Returns an array with ids of the available languages, e.g. | |
| A B C D E F G H I J K L M N O P Q R S T U V W X Y Z | |