| 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 | |
| margin — Property in class com.soma.view.video.controls.SomaVideoControls | |
| Specifies the margin around the skin (default is 5). | |
| Mask — Class in package com.soundstep.ui.layouts.core | |
|
Author: Romuald Quantin - www.soundstep.com Class version: 3.0.2 Actionscript version: 3.0 Copyright: Creative Commons Attribution-ShareAlike 3.0 Unported License http://creativecommons.org/licenses/by-sa/3.0/ You can use BaseUI in any flash site, except to include/distribute it in another framework, application, template, component or structure that is meant to build, scaffold or generate source files. Date: 08-2008 |
|
| Mask() — Constructor in class com.soundstep.ui.layouts.core.Mask | |
| memorized — Property in class com.soundstep.ui.ElementUI | |
| return an Object containing the value memorized | |
| menu — Property in class com.soma.Soma | |
| Get the menu manager (containing the global menu if used). | |
| Menu — Class in package com.soma.view | |
|
Author: Romuald Quantin - www.soundstep.com Information: Copyright: The contents of this file are subject to the Mozilla Public License |
|
| Menu() — Constructor in class com.soma.view.Menu | |
| Creates a Menu instance, the Menu class should be extended to create your own menu. | |
| menuClassName — Property in interface com.soma.interfaces.IConfig | |
| Returns the main menu class name. | |
| MenuCommand — Class in package com.soma.commands | |
|
Author: Romuald Quantin - www.soundstep.com Information: Copyright: The contents of this file are subject to the Mozilla Public License |
|
| MenuCommand() — Constructor in class com.soma.commands.MenuCommand | |
| Creates a MenuCommand instance | |
| MenuContext — Class in package com.soma.model | |
|
Author: Romuald Quantin - www.soundstep.com Information: Copyright: The contents of this file are subject to the Mozilla Public License |
|
| MenuContext() — Constructor in class com.soma.model.MenuContext | |
| MenuContext is not meant to be accessed or instantiated. | |
| MenuEvent — Class in package com.soma.events | |
|
Author: Romuald Quantin - www.soundstep.com Information: Copyright: The contents of this file are subject to the Mozilla Public License |
|
| MenuEvent(type, id, bubbles, cancelable) — Constructor in class com.soma.events.MenuEvent | |
| Creates a MenuEvent instance, the event can dispatch itself using the method dispatch (command). | |
| MenuManager — Class in package com.soma.model | |
|
Author: Romuald Quantin - www.soundstep.com Information: Copyright: The contents of this file are subject to the Mozilla Public License |
|
| MenuManager() — Constructor in class com.soma.model.MenuManager | |
| Creates a MenuManager instance, the global MenuManager instance is accessible using Soma.getInstance().menu. | |
| metadatacreator — Property in class com.soma.view.video.SomaVideo | |
| Get the metadata creator, only available after that an event SomaVideoEvent.METADATA_UPDATE (or SomaVideoEvent.ORIGINAL_SIZE_UPDATED) has been dispatched. | |
| metaDataObject — Property in class com.soma.view.video.SomaVideo | |
| Get the metadata object received, only available after that an event SomaVideoEvent.METADATA_UPDATE (or SomaVideoEvent.ORIGINAL_SIZE_UPDATED) has been dispatched. | |
| METADATA_UPDATE — Constant static property in class com.soma.view.video.events.SomaVideoEvent | |
| Indicates a metaData object has been received, the information can be retrieved via different properties of the SomaVideo instance, or via the metaDataObject property. | |
| MODEL_BACKGROUND — Constant static property in class com.soma.Soma | |
| Constant value used to get a specific model class (manager) with the method getModel, example: Soma.getInstance().getModel(Soma.MODEL_BACKGROUND) equivalent to Soma.getInstance().background | |
| MODEL_BASE — Constant static property in class com.soma.Soma | |
| Constant value used to get a specific model class (manager) with the method getModel, example: Soma.getInstance().getModel(Soma.MODEL_BASE) equivalent to Soma.getInstance().base | |
| MODEL_BASEUI — Constant static property in class com.soma.Soma | |
| Constant value used to get a specific model class (manager) with the method getModel, example: Soma.getInstance().getModel(Soma.MODEL_BASEUI) equivalent to Soma.getInstance().baseUI | |
| MODEL_CONFIG — Constant static property in class com.soma.Soma | |
| Constant value used to get a specific model class (manager) with the method getModel, example: Soma.getInstance().getModel(Soma.MODEL_CONFIG) equivalent to Soma.getInstance().config | |
| MODEL_CONTENT — Constant static property in class com.soma.Soma | |
| Constant value used to get a specific model class (manager) with the method getModel, example: Soma.getInstance().getModel(Soma.MODEL_CONTENT) equivalent to Soma.getInstance().content | |
| MODEL_LIBRARY — Constant static property in class com.soma.Soma | |
| Constant value used to get a specific model class (manager) with the method getModel, example: Soma.getInstance().getModel(Soma.MODEL_LIBRARY) equivalent to Soma.getInstance().library | |
| MODEL_LOADER — Constant static property in class com.soma.Soma | |
| Constant value used to get a specific model class (manager) with the method getModel example: Soma.getInstance().getModel(Soma.MODEL_LOADER) equivalent to Soma.getInstance().loader | |
| MODEL_MENU — Constant static property in class com.soma.Soma | |
| Constant value used to get a specific model class (manager) with the method getModel, example: Soma.getInstance().getModel(Soma.MODEL_MENU) equivalent to Soma.getInstance().menu | |
| MODEL_PAGE — Constant static property in class com.soma.Soma | |
| Constant value used to get a specific model class (manager) with the method getModel, example: Soma.getInstance().getModel(Soma.MODEL_PAGE) equivalent to Soma.getInstance().page | |
| MODEL_STYLE — Constant static property in class com.soma.Soma | |
| Constant value used to get a specific model class (manager) with the method getModel, example: Soma.getInstance().getModel(Soma.MODEL_STYLE) equivalent to Soma.getInstance().styles | |
| mouseChildren — Property in class com.soundstep.ui.layouts.CanvasUI | |
| Determines whether or not the children of the object are mouse enabled | |
| MovieClipAsset — Class in package com.soma.assets | |
|
Author: Romuald Quantin - www.soundstep.com Information: Copyright: The contents of this file are subject to the Mozilla Public License |
|
| MovieClipAsset() — Constructor in class com.soma.assets.MovieClipAsset | |
| Creates an MovieClipAsset instance, it should not be used as it should be instantiated by a NodeParser class. | |
| multiline — Property in class com.soma.view.SomaText | |
| Indicates whether the text field is a multiline text field. | |
| muteCallBack(value) — Method in interface com.soma.view.video.skin.ISomaVideoMuteSkin | |
| Method that receives information from the MuteController. | |
| muteCallBack(value) — Method in class com.soma.view.video.skin.SomaVideoMuteSkin | |
| Method that receives information from the MuteController. | |
| MuteController — Class in package com.soma.view.video.controls | |
|
Author: Romuald Quantin - www.soundstep.com Information: Copyright: The contents of this file are subject to the Mozilla Public License |
|
| MuteController(videoPlayer:com.soma.view.video:SomaVideoPlayer, skin:com.soma.view.video.skin:ISomaVideoMuteSkin) — Constructor in class com.soma.view.video.controls.MuteController | |
| Creates a MuteController instance | |
| 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 | |