uk.ac.ed.ebrainbuilder
Class View

java.lang.Object
  extended by uk.ac.ed.ebrainbuilder.View

public class View
extends Object


Field Summary
static int NETBEANS_MODULE_VIEW
           
static int STANDALONE_VIEW
           
 
Constructor Summary
View(Model model, int view_type)
           
 
Method Summary
static void enableBusyCursor(boolean enable)
           
 Container getContainer()
           
 Model getModel()
           
static File selectFileToOpen()
           
static File selectProjectToOpen()
           
static File selectProjectToSave()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

STANDALONE_VIEW

public static final int STANDALONE_VIEW
See Also:
Constant Field Values

NETBEANS_MODULE_VIEW

public static final int NETBEANS_MODULE_VIEW
See Also:
Constant Field Values
Constructor Detail

View

public View(Model model,
            int view_type)
Method Detail

selectProjectToOpen

public static File selectProjectToOpen()

selectProjectToSave

public static File selectProjectToSave()

selectFileToOpen

public static File selectFileToOpen()

enableBusyCursor

public static void enableBusyCursor(boolean enable)

getModel

public Model getModel()

getContainer

public Container getContainer()