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

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

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

Fields in org.apache.excalibur.instrument.client declared as InstrumentClientFrame
private  InstrumentClientFrame InstrumentManagerConnection.m_frame
           
protected  InstrumentClientFrame MenuBar.m_frame
           
private  InstrumentClientFrame AbstractInternalFrame.m_frame
           
 

Methods in org.apache.excalibur.instrument.client that return InstrumentClientFrame
(package private)  InstrumentClientFrame InstrumentManagerConnection.getFrame()
          Returns a reference to the client frame.
protected  InstrumentClientFrame AbstractInternalFrame.getFrame()
           
 

Methods in org.apache.excalibur.instrument.client with parameters of type InstrumentClientFrame
(package private)  void InstrumentManagerConnection.setFrame(InstrumentClientFrame frame)
          Stores a reference to the client frame.
 

Constructors in org.apache.excalibur.instrument.client with parameters of type InstrumentClientFrame
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)