| 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 |
| secondaryKeyCode — Property in class com.jeffdePascale.fosfr.debug.Debug |
|
an optional second keyboard keycode to toggle visibility of the Debug panel. |
| sectionID — Property in class com.jeffdePascale.fosfr.FosfrSubSWF |
|
The unit ID value the SWF file in relation to the fosfr.navigation.navArray instance, which tracks subSWF files. |
| setActive(id) — Method in class com.jeffdePascale.fosfr.navigation.graphicalNav.GraphicalNavController |
| |
| setAddress(addressArray, forceSubSWFName) — Method in class com.jeffdePascale.fosfr.navigation.swfAddress.SWFAddressHandler |
|
Specifies a subPage value to add to the address bar. |
| setCookie(cName, cValue, cExpires) — Static method in class com.jeffdePascale.fosfr.utils.Cookies |
|
Creates or sets the value of a cookie. |
| setNav() — Method in class com.jeffdePascale.fosfr.navigation.graphicalNav.GraphicalNavController |
| |
| setProjectNameAndVersion(_projectName, _version) — Method in class com.jeffdePascale.fosfr.debug.Debug |
|
Specifies the optional string values for the SWF project name and version number that is placed both in the header of the Debug panel and in the subject line of emails dispatched. |
| setPropertiesFromAttributeArray(instance, node) — Method in class com.jeffdePascale.fosfr.core.XMLListTools |
| |
| setPropertyFromNode(node, initialValue, type, defaultValue, attributeName) — Static method in class com.jeffdePascale.fosfr.core.XMLListTools |
| |
| setSubHeadText(text) — Method in class com.jeffdePascale.fosfr.debug.Debug |
|
Optionally allows for a second line of copy to appear below the project and version information in the Debug panel. |
| setSubLink(address) — Method in class com.jeffdePascale.fosfr.FosfrSubSWF |
| |
| setURL(url) — Method in class com.jeffdePascale.fosfr.core.URLInfo |
| |
| shellClipName — Property in class com.jeffdePascale.fosfr.navigation.Navigation |
|
String value specifying the instance name of the displayObject in the fosfrMainSWF file that the FosfrShellSWF file should be loaded into. |
| shellLoaded — Event in class com.jeffdePascale.fosfr.navigation.Navigation |
|
Dispatched when the FosfrShellSWF has completed loading. |
| SHELL_LOADED — Constant static property in class com.jeffdePascale.fosfr.navigation.NavigationEvent |
|
The NavigationEvent.SHELL_LOADED constant defines the value of the type property of the event object for a shellLoaded event. |
| shellLoader — Property in class com.jeffdePascale.fosfr.navigation.Navigation |
|
An instance of the ShellLoader class. |
| ShellLoader — Class in package com.jeffdePascale.fosfr.navigation.loaders |
|
Handles loading of the FosfrShellSWF file. |
| ShellLoader(_fosfr:com.jeffdePascale.fosfr.core:Fosfr) — Constructor in class com.jeffdePascale.fosfr.navigation.loaders.ShellLoader |
|
Creates an instance of the ShellLoader class. |
| shellString — Property in class com.jeffdePascale.fosfr.navigation.Navigation |
|
String value, specifies the file name of the FosfrShellSWF file to load in, minus the ".swf" file extension. |
| shellSWF — Property in class com.jeffdePascale.fosfr.core.Fosfr |
|
An instance of the FosfrShellSWF class that correlates to the active FosfrShellSWF file loaded in to the FosfrMainSWF file. |
| shellSWFPrequel — Property in class com.jeffdePascale.fosfr.FosfrMainSWF |
|
/ An instance of the Prequel class instantiated in the ShellLoader class of the fosfr.navigation package. |
| showProjectInTitle — Property in class com.jeffdePascale.fosfr.navigation.swfAddress.SWFAddressHandler |
|
Specifies whether to show the project title, specified in the configuration xml file, in the title bar. |
| showSectionNameInTitle — Property in class com.jeffdePascale.fosfr.navigation.swfAddress.SWFAddressHandler |
|
Specifies whether to show the SubSWF stringName specified in the configuration xml file (or through the forcedFullPageName paramter of loadSubSWF) in the title bar. |
| siteParameters — Property in class com.jeffdePascale.fosfr.core.FosfrBaseClass |
|
An object pulled from the configuration xml file's siteParameters node, if applicable. |
| skipShellPreload — Property in class com.jeffdePascale.fosfr.navigation.Navigation |
|
Boolean value, specifies whether the FosfrShellSWF file should be preloaded or just loaded directly. |
| STRING — Static property in class com.jeffdePascale.fosfr.core.XMLListTools |
| |
| subLink — Event in class com.jeffdePascale.fosfr.navigation.swfAddress.SWFAddressHandler |
|
Dispatched when SWFAddess reports a change to the url with more than one "/" present in the string. |
| SUB_LINK — Constant static property in class com.jeffdePascale.fosfr.navigation.swfAddress.SWFAddressHandlerEvent |
|
The SWFAddressHandlerEvent.SUB_LINK constant defines the value of the type property of the event object for a subLink event. |
| subLoader — Property in class com.jeffdePascale.fosfr.navigation.Navigation |
|
An instance of the SubLoader class. |
| SubLoader — Class in package com.jeffdePascale.fosfr.navigation.loaders |
|
Handles loading of the FosfrSubSWF files. |
| SubLoader(_fosfr:com.jeffdePascale.fosfr.core:Fosfr) — Constructor in class com.jeffdePascale.fosfr.navigation.loaders.SubLoader |
|
Creates an instance of the SubLoader class. |
| subSWF — Property in class com.jeffdePascale.fosfr.core.Fosfr |
|
An instance of the FosfrSubSWF class that correlates to the active FosfrSubSWF file loaded in to the FosfrShellSWF file. |
| subSWFClipName — Property in class com.jeffdePascale.fosfr.navigation.Navigation |
|
String value specifying the instance name of the displayObject in the fosfrShellSWF file that the FosfrSubSWF files should be loaded into. |
| subSWFLoaded — Event in class com.jeffdePascale.fosfr.navigation.Navigation |
|
Dispatched when FosfrShellSWF has completed loading. |
| SUB_SWF_LOADED — Constant static property in class com.jeffdePascale.fosfr.navigation.NavigationEvent |
|
The NavigationEvent.SUB_SWF_LOADED constant defines the value of the type property of the event object for a subSWFLoaded event. |
| subSWFName(id, fullName) — Method in class com.jeffdePascale.fosfr.navigation.NavArray |
|
Returns the string value of the SubSWF name in the position in the NavArray specified in the id parameter. |
| subSWFPrequel — Property in class com.jeffdePascale.fosfr.FosfrShellSWF |
|
An instance of the Prequel class instantiated in the ShellLoader class of the fosfr.navigation package. |
| swfAddressHandler — Property in class com.jeffdePascale.fosfr.navigation.Navigation |
|
An instance of the SWFAddressHandler class. |
| SWFAddressHandler — Class in package com.jeffdePascale.fosfr.navigation.swfAddress |
|
Ties SWFAddress functionality to the Navigation class of the Fosfr framework. |
| SWFAddressHandler(_fosfr:com.jeffdePascale.fosfr.core:Fosfr, _enabled) — Constructor in class com.jeffdePascale.fosfr.navigation.swfAddress.SWFAddressHandler |
|
Creates an instance of the SWFAddressHandler class. |
| SWFAddressHandlerEvent — Class in package com.jeffdePascale.fosfr.navigation.swfAddress |
|
Fosfr dispatches SWFAddressHandlerEvent objects when changes occur in the SWFAddressHandler class. |
|
| 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 |