public final class RCA extends Object
Modifier and Type | Field and Description |
---|---|
private ActionServiceImp |
actionService
The action service.
|
private ContentServiceImp |
contentService
The content service.
|
private WindowCtrl |
guiController
The gui controller.
|
private static Logger |
log
The Constant log.
|
private StatusBarServiceImp |
statusBarService
The status bar service.
|
private ViewServiceImp |
viewService
The view service.
|
Constructor and Description |
---|
RCA()
Instantiates a new rca.
|
Modifier and Type | Method and Description |
---|---|
ActionServices |
getActionService()
Gets the action service.
|
ContentServices |
getContentService()
Gets the content service.
|
StatusBarService |
getStatusBarService()
Gets the status bar service.
|
ViewServices |
getViewService()
Gets the view service.
|
static void |
main(String[] args)
The main method.
|
void |
show(String title)
Show.
|
void |
shutdownComponents()
Shutdown components.
|
private static final Logger log
private WindowCtrl guiController
private ViewServiceImp viewService
private ContentServiceImp contentService
private ActionServiceImp actionService
private StatusBarServiceImp statusBarService
public void show(String title)
title
- the titlepublic void shutdownComponents()
public ViewServices getViewService()
public ContentServices getContentService()
public ActionServices getActionService()
public StatusBarService getStatusBarService()
public static void main(String[] args)
args
- the argumentsCopyright © 2014 www.staniscia.net. All Rights Reserved.