|
_.Library.String | BuildCSSString (pParse) |
| Take an array of parsed CSS declarations and combine them into a single string.
|
|
| ConstructClassGraph (_.Library.String pTopClass, pGraph, _.Library.String pFilter, pParentNode) |
| Create a graph of a class pTopClass and its subclasses. More...
|
|
_.Library.Status | CreateZENPageClass (_.Library.String pPage, _.Library.String pAppClass) |
| Called by wizards. More...
|
|
| DrawClassDefinition (_.Library.String pClass) |
| Wrapper to invoke DrawClassDefinition method for a class. More...
|
|
_.Library.Status | GenerateSchema () |
| Generate the ZEN XML schema file.
|
|
_.Library.Status | GetCSSInfo (pInfo, _.Library.String pType) |
| Get CSS info from generated CSS files. More...
|
|
_.Library.Boolean | GetComponentAttrs (_.Library.String comp, attrs, cats) |
| Get list of attributes used by ZEN component comp. More...
|
|
_.Library.String | GetDefault (_.Library.String pSetting, _.Library.String pDefault) |
| Return default value of named property (used by Wizards).
|
|
_.Library.String | GetDefaultApplication () |
| Return default application name (used by Wizards).
|
|
_.Library.String | GetDefaultDomain () |
| Return default domain name (used by Wizards).
|
|
_.Library.String | GetDefaultPackage () |
| Return default package name (used by Wizards).
|
|
_.Library.String | GetSchemaFile () |
| Return file path for the ZEN XML Schema.
|
|
_.Library.Boolean | IsComponentEmpty (_.Library.String pClass) |
| Determine if component class uses an empty XML element. More...
|
|
_.Library.Boolean | IsPage (_.Library.String pClass) |
| Determine if this component class is a page.
|
|
| ParseCSS (_.Library.String pText, pParse) |
| Utility method to parse a string, pText, containing one or more. More...
|
|
_.Library.Status | ParseCSSFile (_.Library.String pFileName, pInfo) |
| Utility method. More...
|
|
| SetDefault (_.Library.String pSetting, _.Library.String pName) |
| Set default value of named property (used by Wizards).
|
|
_.Library.String | SetDefaultApplication (_.Library.String pName) |
| Set default application name (used by Wizards).
|
|
_.Library.String | SetDefaultDomain (_.Library.String pName) |
| Set default domain name (used by Wizards).
|
|
_.Library.String | SetDefaultPackage (_.Library.String pName) |
| Set default package name (used by Wizards).
|
|
_.Library.Status | WriteCSSForComponent (_.Library.String pClassName, _.Library.String pStyleBlock) |
| Write out the contents of the default CSS Style sheet for. More...
|
|
_.Library.Status | WriteIncludeFilesForModule (_.Library.String pDirectory, _.Library.String pModule, pWorkList, _.Library.String pFlags) |
| Utility method to write out JS and CSS Style Sheet files. More...
|
|
_.Library.Status | WriteXMLSchema (_.Library.String pFile) |
| Write out the XML schema for a ZEN page definition.
|
|
|
_.Library.Boolean | BrowserSupportsHTML5 (_.Library.String pUserAgent) |
| Helper method to determine whether the UserAgent in pUserAgent More...
|
|
| DisplayErrorHTML (_.Library.RegisteredObject pObject, _.Library.Status tSC) |
| Display a status code within an HTML element.
|
|
| DisplayErrorJS (_.Library.RegisteredObject pObject, _.Library.Status tSC) |
| Display a status code within JavaScript alert box.
|
|
| DisplayErrorSVG (_.Library.RegisteredObject pObject, _.Library.Status tSC) |
| Display a status code within an SVG element.
|
|
| DrawClassDescription (_.Library.String pClass) |
| Write out description of the given class as HTML.
|
|
| DrawPropertyDescription (_.Library.String pClass, _.Library.String pProperty) |
| Write out description of the given property as HTML.
|
|
_.Library.String | FindComponentClassByName (_.Library.String pNamespace, _.Library.String pName) |
| Given an xml namespace and a component name, return the class name. More...
|
|
_.Library.Status | GenerateIncludeFiles (_.Library.String pPackage, _.Library.String pType) |
| Generate include files for a given Zen package. More...
|
|
_.Library.Status | GenerateIncludeFilesForModules (_.Library.String pPackage, pModules, _.Library.Boolean pAll, _.Library.Boolean pDisplay) |
| Generate include files for a given Zen package and. More...
|
|
_.Library.Status | GenerateSchema () |
| Generate XML schema information needed for StudioAssist.
|
|
_.Library.String | GetIncludeDirectory (_.Library.String pUrl) |
| Return the physical directory in which common include files are written.
|
|
| GetLinksInPage (_.Library.String pPage, _.Library.String pList) |
| Utility method. More...
|
|
| GetPagesInApplication (_.Library.String pApplication, _.Library.String pList) |
| Return array of pages within the given application class.
|
|
_.Library.String | GetPhysicalIncludeDirectory (_.Library.String pPackage, _.Library.Status pStatus, _.Library.String pUrl) |
| Given a package name, return the physical directory into. More...
|
|
_.Library.Status | GetPropertyValue (_.ZEN.Component.object pObject, _.Library.String pPropName, _.Library.String pValue) |
| Internal method: get value for a given. More...
|
|
_.Library.String | GetUserIncludeDirectory (_.Library.String pUrl) |
| Return the directory in which user include files are written.
|
|
_.Library.Status | InvalidateSchema () |
| Invalidate the XML schema information needed for StudioAssist. More...
|
|
_.Library.Status | IsPackageInCommonDirectory (_.Library.String pPackage, _.Library.Boolean pCommon) |
| Test if include files for the given class package should be placed in the common. More...
|
|
_.Library.Status | JavaInstalled () |
| Helper method to determine whether java is installed. More...
|
|
| Log (_.Library.String pType, _.Library.String pClass, _.Library.String pMethod, _.Library.String pMessage, _.ZEN.Component.object pObject) |
| Write information to the Zen event log. More...
|
|
_.Library.Boolean | LoggingEnabled () |
| Test if Zen event log is enabled.
|
|
| ObjectToXML (_.Stream.GlobalCharacter pStream, _.ZEN.Component.object pObject, pNSList, _.Library.Integer pLevel) |
| Serialize a component to XML. More...
|
|
_.Library.Status | PageToXML (_.Stream.GlobalCharacter pStream, _.ZEN.Component.page pPage) |
| Serialize a page object to an XML format compatible for. More...
|
|
_.Library.List | ParseFormalSpec (_.Library.String pSpec) |
| Parse a formal spec (used by the delegator datatype class) More...
|
|
_.Library.String | ReadStreamIntoString (_.Library.Stream pStream, _.Library.Boolean pOverflow) |
| Given a stream, read its contents into a string. More...
|
|
| ShowLog () |
| Write out the Zen event log to the console.
|
|
| StartLog () |
| Turn on the Zen event log. More...
|
|
| StopLog () |
| Turn off the Zen event log.
|
|
This class contains various utility methods needed by the ZEN framework.