Class Index | File Index

Classes


Class JBrowse.View.TrackList.Simple


Defined in: Simple.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Simple drag-and-drop track selector.
Method Summary
Method Attributes Method Name and Description
 
hide()
Make the track selector invisible.
 
setTracksActive(trackConfigs)
Given an array of track configs, update the track list to show that they are turned on.
 
setTracksInactive(trackConfigs)
Given an array of track configs, update the track list to show that they are turned off.
 
show()
Make the track selector visible.
 
Toggle visibility of this track selector.
Class Detail
JBrowse.View.TrackList.Simple(args)
Simple drag-and-drop track selector.
Parameters:
args
Method Detail
hide()
Make the track selector invisible. This does nothing for the Simple track selector, since it is always visible.

setTracksActive(trackConfigs)
Given an array of track configs, update the track list to show that they are turned on.
Parameters:
{Array[Object]} trackConfigs

setTracksInactive(trackConfigs)
Given an array of track configs, update the track list to show that they are turned off.
Parameters:
{Array[Object]} trackConfigs

show()
Make the track selector visible. This does nothing for the Simple track selector, since it is always visible.

toggle()
Toggle visibility of this track selector. This does nothing for the Simple track selector, since it is always visible.

Documentation generated by JsDoc Toolkit 2.4.0 on Thu Jun 14 2012 17:43:46 GMT-0400 (EDT)