|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPanel
mars.tools.BHTSimGUI
public class BHTSimGUI
Represents the GUI of the BHT Simulator Tool.
The GUI consists of mainly four parts:
Nested Class Summary |
---|
Nested classes/interfaces inherited from class javax.swing.JPanel |
---|
JPanel.AccessibleJPanel |
Nested classes/interfaces inherited from class javax.swing.JComponent |
---|
JComponent.AccessibleJComponent |
Nested classes/interfaces inherited from class java.awt.Container |
---|
Container.AccessibleAWTContainer |
Nested classes/interfaces inherited from class java.awt.Component |
---|
Component.AccessibleAWTComponent, Component.BaselineResizeBehavior, Component.BltBufferStrategy, Component.FlipBufferStrategy |
Field Summary | |
---|---|
static String |
BHT_DO_NOT_TAKE_BRANCH
constant for the String representing "do not take the branch" |
static String |
BHT_TAKE_BRANCH
constant for the String representing "take the branch" |
static Color |
COLOR_PREDICTION_CORRECT
constant for the color to signal a correct prediction |
static Color |
COLOR_PREDICTION_INCORRECT
constant for the color to signal a misprediction |
static Color |
COLOR_PREPREDICTION
constant for the color that highlights the current BHT entry |
Fields inherited from class javax.swing.JComponent |
---|
accessibleContext, listenerList, TOOL_TIP_TEXT_KEY, ui, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW |
Fields inherited from class java.awt.Component |
---|
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
Fields inherited from interface java.awt.image.ImageObserver |
---|
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
Constructor Summary | |
---|---|
BHTSimGUI()
Creates the GUI components of the BHT Simulator The GUI is a subclass of JPanel which is integrated in the GUI of the MARS tool |
Method Summary | |
---|---|
JComboBox |
getCbBHTentries()
Returns the combo box for selecting the number of BHT entries. |
JComboBox |
getCbBHThistory()
Returns the combo box for selecting the size of the BHT history. |
JComboBox |
getCbBHTinitVal()
Returns the combo box for selecting the initial value of the BHT |
JTable |
getTabBHT()
Returns the table representing the BHT. |
JTextArea |
getTaLog()
Returns the text area for log purposes. |
JTextField |
getTfAddress()
Returns the text field for displaying the address of the most recent branch instruction |
JTextField |
getTfIndex()
Returns the text field for displaying the corresponding index into the BHT |
JTextField |
getTfInstruction()
Returns the text field for displaying the most recent branch instruction |
Methods inherited from class javax.swing.JPanel |
---|
getAccessibleContext, getUI, getUIClassID, paramString, setUI, updateUI |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final Color COLOR_PREPREDICTION
public static final Color COLOR_PREDICTION_CORRECT
public static final Color COLOR_PREDICTION_INCORRECT
public static final String BHT_TAKE_BRANCH
public static final String BHT_DO_NOT_TAKE_BRANCH
Constructor Detail |
---|
public BHTSimGUI()
Method Detail |
---|
public JComboBox getCbBHTentries()
public JComboBox getCbBHThistory()
public JComboBox getCbBHTinitVal()
public JTable getTabBHT()
public JTextArea getTaLog()
public JTextField getTfInstruction()
public JTextField getTfAddress()
public JTextField getTfIndex()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |