Package | weavejs |
Class | public class WeaveAPI |
Inheritance | WeaveAPI ![]() |
Property | Defined By | ||
---|---|---|---|
AttributeColumnCache : * [static] [read-only]
This is the singleton instance of the registered IAttributeColumnCache implementation. | WeaveAPI | ||
ClassRegistry : IClassRegistry [static] [read-only]
This is the singleton instance of the registered ISessionManager implementation. | WeaveAPI | ||
CSVParser : * [static] [read-only]
This is the singleton instance of the registered ICSVParser implementation. | WeaveAPI | ||
debugAsyncStack : Boolean = false [static]
Set this to true to enable stack traces for debugging. | WeaveAPI | ||
debugLocale : Boolean = false [static]
Set to true to clearly see where Locale is being used. | WeaveAPI | ||
EditorManager : IEditorManager [static] [read-only]
This is the singleton instance of the registered IEditorManager implementation. | WeaveAPI | ||
Locale : ILocale [static] [read-only]
This is the singleton instance of the registered ILocaleManager implementation. | WeaveAPI | ||
ProgressIndicator : IProgressIndicator [static] [read-only]
This is the singleton instance of the registered IProgressIndicator implementation. | WeaveAPI | ||
QKeyManager : * [static] [read-only]
This is the singleton instance of the registered IQualifiedKeyManager implementation. | WeaveAPI | ||
Scheduler : IScheduler [static] [read-only]
This is the singleton instance of the registered IScheduler implementation. | WeaveAPI | ||
SessionManager : ISessionManager [static] [read-only]
This is the singleton instance of the registered ISessionManager implementation. | WeaveAPI | ||
StatisticsCache : * [static] [read-only]
This is the singleton instance of the registered IStatisticsCache implementation. | WeaveAPI | ||
URLRequestUtils : * [static] [read-only]
This is the singleton instance of the registered IURLRequestUtils implementation. | WeaveAPI |
Constant | Defined By | ||
---|---|---|---|
TASK_PRIORITY_HIGH : uint = 1 [static]
For use with StageUtils.startTask(). | WeaveAPI | ||
TASK_PRIORITY_IMMEDIATE : uint = 0 [static]
For use with StageUtils.startTask(); this priority is used for things that MUST be done before anything else. | WeaveAPI | ||
TASK_PRIORITY_LOW : uint = 3 [static]
For use with StageUtils.startTask(). | WeaveAPI | ||
TASK_PRIORITY_NORMAL : uint = 2 [static]
For use with StageUtils.startTask(). | WeaveAPI |
AttributeColumnCache | property |
AttributeColumnCache:*
[read-only] This is the singleton instance of the registered IAttributeColumnCache implementation.
public static function get AttributeColumnCache():*
ClassRegistry | property |
ClassRegistry:IClassRegistry
[read-only] This is the singleton instance of the registered ISessionManager implementation.
public static function get ClassRegistry():IClassRegistry
CSVParser | property |
CSVParser:*
[read-only] This is the singleton instance of the registered ICSVParser implementation.
public static function get CSVParser():*
debugAsyncStack | property |
public static var debugAsyncStack:Boolean = false
Set this to true to enable stack traces for debugging.
debugLocale | property |
public static var debugLocale:Boolean = false
Set to true to clearly see where Locale is being used.
EditorManager | property |
EditorManager:IEditorManager
[read-only] This is the singleton instance of the registered IEditorManager implementation.
public static function get EditorManager():IEditorManager
Locale | property |
Locale:ILocale
[read-only] This is the singleton instance of the registered ILocaleManager implementation.
public static function get Locale():ILocale
ProgressIndicator | property |
ProgressIndicator:IProgressIndicator
[read-only] This is the singleton instance of the registered IProgressIndicator implementation.
public static function get ProgressIndicator():IProgressIndicator
QKeyManager | property |
QKeyManager:*
[read-only] This is the singleton instance of the registered IQualifiedKeyManager implementation.
public static function get QKeyManager():*
Scheduler | property |
Scheduler:IScheduler
[read-only] This is the singleton instance of the registered IScheduler implementation.
public static function get Scheduler():IScheduler
SessionManager | property |
SessionManager:ISessionManager
[read-only] This is the singleton instance of the registered ISessionManager implementation.
public static function get SessionManager():ISessionManager
StatisticsCache | property |
StatisticsCache:*
[read-only] This is the singleton instance of the registered IStatisticsCache implementation.
public static function get StatisticsCache():*
URLRequestUtils | property |
URLRequestUtils:*
[read-only] This is the singleton instance of the registered IURLRequestUtils implementation.
public static function get URLRequestUtils():*
TASK_PRIORITY_HIGH | Constant |
public static const TASK_PRIORITY_HIGH:uint = 1
For use with StageUtils.startTask().
TASK_PRIORITY_IMMEDIATE | Constant |
public static const TASK_PRIORITY_IMMEDIATE:uint = 0
For use with StageUtils.startTask(); this priority is used for things that MUST be done before anything else. Tasks having this priority will take over the scheduler and prevent any other asynchronous task from running until it is completed.
TASK_PRIORITY_LOW | Constant |
public static const TASK_PRIORITY_LOW:uint = 3
For use with StageUtils.startTask().
TASK_PRIORITY_NORMAL | Constant |
public static const TASK_PRIORITY_NORMAL:uint = 2
For use with StageUtils.startTask().