Uses of Interface
uk.org.toot.transport.Transport

Packages that use Transport
uk.org.toot.misc.plugin   
uk.org.toot.project This package provides a simple framework for managing a single project. 
uk.org.toot.swingui.transportui   
uk.org.toot.transport This package provides a small framework to synchronize the transport of virtual and external (hardware) systems such as MIDI Sequencers and multi track tape recorders. 
 

Uses of Transport in uk.org.toot.misc.plugin
 

Constructors in uk.org.toot.misc.plugin with parameters of type Transport
TootPluginSupport(Transport transport)
           
 

Uses of Transport in uk.org.toot.project
 

Methods in uk.org.toot.project that return Transport
 Transport SingleTransportProject.getTransport()
           
 

Constructors in uk.org.toot.project with parameters of type Transport
SingleTransportProject(Transport transport)
           
SingleTransportProject(Transport transport, java.io.File appPath)
           
SingleTransportProject(Transport transport, java.lang.String appDir)
           
 

Uses of Transport in uk.org.toot.swingui.transportui
 

Methods in uk.org.toot.swingui.transportui that return Transport
 Transport TransportActions.getTransport()
           
 

Constructors in uk.org.toot.swingui.transportui with parameters of type Transport
TransportActions(Transport t)
           
TransportLocation(Transport transport)
           
 

Uses of Transport in uk.org.toot.transport
 

Classes in uk.org.toot.transport that implement Transport
 class DefaultTransport
          A default concrete implementation of a Transport.
 

Constructors in uk.org.toot.transport with parameters of type Transport
AbstractMMCSlave(Transport t)
           
SystemTimeSource(Transport t)
           
 



Copyright © 2004, 2005, 2006, 2007 Steve Taylor. All Rights Reserved.