| Package | Description |
|---|---|
| org.apache.excalibur.instrument.client |
| Modifier and Type | Field and Description |
|---|---|
private InstrumentClientFrame |
InstrumentManagerConnection.m_frame |
protected InstrumentClientFrame |
MenuBar.m_frame |
private InstrumentClientFrame |
AbstractInternalFrame.m_frame |
| Modifier and Type | Method and Description |
|---|---|
(package private) InstrumentClientFrame |
InstrumentManagerConnection.getFrame()
Returns a reference to the client frame.
|
protected InstrumentClientFrame |
AbstractInternalFrame.getFrame() |
| Modifier and Type | Method and Description |
|---|---|
(package private) void |
InstrumentManagerConnection.setFrame(InstrumentClientFrame frame)
Stores a reference to the client frame.
|
| Constructor and Description |
|---|
AbstractInternalFrame(org.apache.avalon.framework.configuration.Configuration stateConfig,
boolean resizable,
boolean closable,
boolean maximizable,
boolean iconifiable,
InstrumentClientFrame frame) |
AbstractInternalFrame(java.lang.String title,
boolean resizable,
boolean closable,
boolean maximizable,
boolean iconifiable,
InstrumentClientFrame frame) |
ConnectDialog(InstrumentClientFrame frame)
Creates a new ConnectDialog.
|
CreateSampleDialog(InstrumentClientFrame frame,
java.lang.String name,
java.lang.String description,
int type)
Creates a new CreateSampleDialog.
|
InstrumentSampleFrame(org.apache.avalon.framework.configuration.Configuration stateConfig,
InstrumentManagerConnection connection,
InstrumentClientFrame frame) |
InstrumentSampleFrame(InstrumentManagerConnection connection,
java.lang.String sampleName,
InstrumentClientFrame frame) |
MenuBar(InstrumentClientFrame frame) |