uk.ac.essex.common.gui
Interface Application
- All Known Implementing Classes:
- ApplicationImpl, HelpViewerApplication, ImageAppApplication, ImageViewerApplication
public interface Application
Created Date: 25-Jan-2004
You should have received a copy of Lesser GNU public license with this code.
If not please visit this site
getId
java.lang.String getId()
getName
java.lang.String getName()
getApplicationController
ApplicationController getApplicationController()
setApplicationController
void setApplicationController(ApplicationController applicationController)
getApplicationModel
ApplicationModel getApplicationModel()
setApplicationModel
void setApplicationModel(ApplicationModel applicationModel)
getViewFactory
ViewFactory getViewFactory()
setViewFactory
void setViewFactory(ViewFactory viewFactory)
getServiceLocator
ServiceLocator getServiceLocator()
setServiceLocator
void setServiceLocator(ServiceLocator serviceLocator)
getExceptionHandler
ExceptionHandler getExceptionHandler()