project35.desktopDeployment
Class Project35Application

java.lang.Object
  extended by project35.desktopDeployment.Project35Application
All Implemented Interfaces:
Project35ToolDeployment

public class Project35Application
extends java.lang.Object
implements Project35ToolDeployment

the main class to launch an instance of the Project35 data entry tool This class is similar in structure to project35.tabletDeployment.TabletProject35Application and project35.configurationTool.Project35ConfigurationTool. The Project35 data entry tool requires two schemas:

Once these schemas have been read, Project35Application launches an instance of Project35Dialog.
Copyright (c) 2008 Kevin Garwood for Project35. The original code was developed by Kevin Garwood for the University of Manchester. Revisions have been made for Project35, a project that is independent of that institution. This code is licensed under the Academic Free License version 3.0. The code attribution for the original code is included here:

Copyright (c) Kevin Garwood and University of Manchester 2007. All rights reserved. Licensed under the Academic Free License version 3.0. For more information on the terms and conditions, please see the file "LICENSE" that is included in this distribution.


Version:
1.0
Author:
Kevin Garwood (kgarwood@users.sourceforge.net)

Constructor Summary
Project35Application()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 void printCommandLineOptions()
           
 void setCommandLineProject35Utility(java.lang.String project35Utility)
           
 void setComponentMode(boolean isComponentMode)
           
 void setFileToOpen(java.io.File fileToOpen)
           
 void setSelectedModel(java.lang.String selectedModel)
           
 void setSessionFile(java.io.File sessionFile)
           
 boolean shutDown()
           
 void start()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Project35Application

public Project35Application()
Method Detail

main

public static void main(java.lang.String[] args)

printCommandLineOptions

public void printCommandLineOptions()

setComponentMode

public void setComponentMode(boolean isComponentMode)

setCommandLineProject35Utility

public void setCommandLineProject35Utility(java.lang.String project35Utility)

setSelectedModel

public void setSelectedModel(java.lang.String selectedModel)

setFileToOpen

public void setFileToOpen(java.io.File fileToOpen)

setSessionFile

public void setSessionFile(java.io.File sessionFile)

start

public void start()

shutDown

public boolean shutDown()
Specified by:
shutDown in interface Project35ToolDeployment