Class Link

java.lang.Object
  |
  +--Link

public abstract class Link
extends java.lang.Object

An interface between the modele GraphicalDebugger and the UI DebuggerFrame of PICDebugger.
You can read the source of this class here.


Constructor Summary
Link()
           
 
Method Summary
static GraphicalDebugger modele()
          Returns the modele.
static void setModele(GraphicalDebugger _Modele)
          Sets the modele.
static void setUI(DebuggerFrame _UI)
          Sets the UI.
static DebuggerFrame ui()
          Returns the UI.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Link

public Link()
Method Detail

setUI

public static void setUI(DebuggerFrame _UI)
Sets the UI.
Parameters:
_UI - A reference to the instanciated UI.

setModele

public static void setModele(GraphicalDebugger _Modele)
Sets the modele.
Parameters:
_Modele - A reference to the instanciated modele.

ui

public static DebuggerFrame ui()
Returns the UI.
Returns:
A reference to the instantiated UI.

modele

public static GraphicalDebugger modele()
Returns the modele.
Returns:
A reference to the instantiated modele.