Uses of Class
org.apache.excalibur.instrument.client.InstrumentSampleFrame

Packages that use InstrumentSampleFrame
org.apache.excalibur.instrument.client   
 

Uses of InstrumentSampleFrame in org.apache.excalibur.instrument.client
 

Fields in org.apache.excalibur.instrument.client declared as InstrumentSampleFrame
private  InstrumentSampleFrame[] InstrumentManagerConnection.m_sampleFrameArray
           
 

Methods in org.apache.excalibur.instrument.client that return InstrumentSampleFrame
private  InstrumentSampleFrame InstrumentManagerConnection.getSampleFrame(java.lang.String sampleName)
          Returns a sample frame given a sample name.
protected  InstrumentSampleFrame[] InstrumentManagerConnection.getSampleFrameArray()
          Returns a thread save array representation of the InstrumentSampleFrames.
 

Methods in org.apache.excalibur.instrument.client with parameters of type InstrumentSampleFrame
private  void InstrumentManagerConnection.addSampleFrame(java.lang.String sampleName, InstrumentSampleFrame sampleFrame)
          Adds a single sample frame.
(package private)  void InstrumentManagerConnection.hideSampleFrame(InstrumentSampleFrame sampleFrame)
          Called when a Sample Frame is closed.