コード例 #1
0
ファイル: EvaluationUi.java プロジェクト: lilongthinker/MPS
 public EvaluationUi(@NotNull DebugSession session, boolean autoUpdate) {
   super(new BorderLayout());
   myDebugSession = session;
   myAutoUpdate = autoUpdate;
   myDebugSession.addChangeListener(mySessionChangeAdapter);
   myTree = new EvaluationTree();
 }