Class SCAMainGUI

java.lang.Object
  |
  +--java.awt.event.WindowAdapter
        |
        +--SCAMainGUI
All Implemented Interfaces:
javax.swing.event.ChangeListener, java.util.EventListener, java.awt.event.WindowFocusListener, java.awt.event.WindowListener, java.awt.event.WindowStateListener

public class SCAMainGUI
extends java.awt.event.WindowAdapter
implements javax.swing.event.ChangeListener


Constructor Summary
SCAMainGUI(java.lang.String filename, SCAssembler assembler)
          Constructor, places all GUI components in appropriate Panels.
 
Method Summary
 void stateChanged(javax.swing.event.ChangeEvent e)
          Modifies tab icons.
 void updateASM(java.lang.String arg)
           
 void updateLST(java.lang.String arg)
           
 void updateOBJ(java.lang.String arg)
           
 void updateOutput(java.lang.String arg)
           
 void updateSYM(java.lang.String arg)
           
 void windowClosing(java.awt.event.WindowEvent e)
          Overwrites windowClosing() in WindowAdapter.
 
Methods inherited from class java.awt.event.WindowAdapter
windowActivated, windowClosed, windowDeactivated, windowDeiconified, windowGainedFocus, windowIconified, windowLostFocus, windowOpened, windowStateChanged
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SCAMainGUI

public SCAMainGUI(java.lang.String filename,
                  SCAssembler assembler)
Constructor, places all GUI components in appropriate Panels.

Method Detail

updateASM

public void updateASM(java.lang.String arg)

updateLST

public void updateLST(java.lang.String arg)

updateSYM

public void updateSYM(java.lang.String arg)

updateOBJ

public void updateOBJ(java.lang.String arg)

updateOutput

public void updateOutput(java.lang.String arg)

windowClosing

public void windowClosing(java.awt.event.WindowEvent e)
Overwrites windowClosing() in WindowAdapter.

Specified by:
windowClosing in interface java.awt.event.WindowListener
Overrides:
windowClosing in class java.awt.event.WindowAdapter

stateChanged

public void stateChanged(javax.swing.event.ChangeEvent e)
Modifies tab icons. For changeListener implementation.

Specified by:
stateChanged in interface javax.swing.event.ChangeListener