Uses of Class
gui.Msg_panel

Packages that use Msg_panel
gui   
msg   
 

Uses of Msg_panel in gui
 

Fields in gui declared as Msg_panel
 Msg_panel JWorkPanel.msg_panel
           
 

Uses of Msg_panel in msg
 

Methods in msg that return Msg_panel
 Msg_panel ProteinMatrix.getAlles()
           
 Msg_panel ProteinElement.getAlles()
           
 

Methods in msg with parameters of type Msg_panel
 void ProteinMatrix.setAlles(Msg_panel alles)
           
 void ProteinElement.setAlles(Msg_panel alles)
           
 

Constructors in msg with parameters of type Msg_panel
MatrixProgressBar(Msg_panel alles, ProteinMatrix panel, int proteinNumber)
          Creates a new progress bar.
ProteinElement(Msg_panel alles, ProteinMatrix panel, java.lang.String pdbcode, java.lang.String id, java.lang.String component, java.lang.String subcomponent, int x, int y, int vWidth, int vHeight, java.awt.Color colorBackground, int pX, int pY, int sizeX, int sizeY, int ratio, int mOffsetX, int mOffsetY, int rotation, java.util.Vector lipids)
          Initializes a new ProteinElement.
ProteinMatrix(Msg_panel alles, int wWidth, int wHeight)
          Initializes a new ProteinMatrix.