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()
|
Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Link
public Link()
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.