Package edu.mit.blocks.controller

Examples of edu.mit.blocks.controller.WorkspaceController$OpenAction


  private WorkspaceController workspaceController;
  private Workspace workspace;
 
  private Context()
  {
    workspaceController = new WorkspaceController();
    resetWorksapce();
    workspace = workspaceController.getWorkspace();
    workspaceChanged = false;
    highlightBlockSet = new HashSet<RenderableBlock>();
    ofls = new HashSet<OpenblocksFrameListener>();
View Full Code Here


    writeFileAndUpdateFrame(ardublockString, saveFile);
  }
 
  private String getArduBlockString()
  {
    WorkspaceController workspaceController = context.getWorkspaceController();
    return workspaceController.getSaveString();
  }
View Full Code Here

TOP

Related Classes of edu.mit.blocks.controller.WorkspaceController$OpenAction

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.