Class Index | File Index

Classes


File Index

BackgroundDataManager.js

Manages background loading of data for jMatrixBrowse. When initiated, it loads the data for the complete matrix in the DOM. Other components should make requests to this to obtain data to be loaded in the matrix rather than directly speaking with the API as this module will manage the data already cached form the API and make additional requests if necessary.
Author:
Pulkit Goyal
Version:
0.1

APIHandler.js

Handles requests to the API. Handles the requests to API. All the requests to the API are sent through this class rather than directly making requests to the API. To manage data of different formats, the user can implement his own API class that implements the public methods for the module.
Author:
Pulkit Goyal
Version:
0.1

Constants.js

Contains the jMatrixBrowse constants.
Author:
Pulkit Goyal
Version:
0.1

jMatrixBrowse.js

Contains the jMatrixBrowse plug-in code. The core file for jMatrixBrowse that manages the initialization of the component and manages interaction with different parts of the components.
Author:
Pulkit Goyal
Version:
0.1

Configuration.js

Contains the jMatrixBrowse configuration. This reads the configuration set in the DOM by the user as per the options defined in https://github.com/pulkit110/jMatrixBrowse/wiki/Use
Author:
Pulkit Goyal
Version:
0.1

Utils.js

Contains utility funcitons that several modules of jMatrixBrowse use.
Author:
Pulkit Goyal
Version:
0.1

jMatrixBrowseTests.js

Contains the unit tests for jMatrixBrowse.
Author:
Pulkit Goyal
Version:
0.1

MatrixGenerator.js

Contains the code for generating a random matrix.
Author:
Pulkit Goyal
Version:
0.1

MockApi.js

Contains the code for mock api that responds to a request.
Author:
Pulkit Goyal
Version:
0.1

qunit.js

jsDump Copyright (c) 2008 Ariel Flesler - aflesler(at)gmail(dot)com | http://flesler.blogspot.com Licensed under BSD (http://www.opensource.org/licenses/bsd-license.php) Date: 5/15/2008 Advanced and extensible data dumping for Javascript.
Author:
Ariel Flesler
Version:
1.0.0

jMatrixBrowseRenderer.js

Contains the jMatrixBrowse rendering code. Handles rendering of jMatrixBrowse and manages the dragging, keyboard shortcuts and mouse shortcuts. This doesn't perform reloading of the data which is handled by catching corresponding events in jMatrixBrowse.
Author:
Pulkit Goyal
Version:
0.1

/Users/pulkit/Sites/jMatrixBrowse/test/test-core/jqUnit/js/jqUnit.js


Documentation generated by JsDoc Toolkit 2.4.0 on Thu Aug 09 2012 00:23:53 GMT+0200 (CEST)