| Package | Description |
|---|---|
| org.apache.excalibur.instrument.client |
| Modifier and Type | Field and Description |
|---|---|
private InstrumentSampleFrame[] |
InstrumentManagerConnection.m_sampleFrameArray |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|