org.opensha.sra.gui.portfolioeal.gui
Class IMRPanel
java.lang.Object
org.opensha.sra.gui.portfolioeal.gui.IMRPanel
public class IMRPanel
- extends Object
This class creates an instance of IMR_GuiBean, and implements
it as a JPanel.
- Author:
- Jeremy Leakakos
|
Constructor Summary |
IMRPanel()
The default constructor. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
bcr
public BCR_ApplicationFacade bcr
IMRPanel
public IMRPanel()
- The default constructor. An IMR_GuiPanel is created to be used in the main view. Since
IMR_GuiPanel is NOT already a JPanel, UI formatting must be done in this class.
getPanel
public JPanel getPanel()
- Returns:
- The JPanel that holds the view for the IMR_GuiBean
getIMRBean
public IMR_GuiBean getIMRBean()
- Returns:
- The IMR_GuiBean; this is the actual instance of the IMR_GuiBean