Public Member Functions | |
ApplicationActionBarAdvisor (IActionBarConfigurer configurer) | |
Protected Member Functions | |
void | makeActions (final IWorkbenchWindow window) |
void | fillMenuBar (IMenuManager menuBar) |
void | fillCoolBar (ICoolBarManager coolBar) |
Private Attributes | |
IWorkbenchAction | exitAction |
OpenViewAction | openViewAction |
Action | messagePopupAction |
An action bar advisor is responsible for creating, adding, and disposing of the actions added to a workbench window. Each window will be populated with new actions.
utfsm::ApplicationActionBarAdvisor::ApplicationActionBarAdvisor | ( | IActionBarConfigurer | configurer | ) | [inline] |
void utfsm::ApplicationActionBarAdvisor::fillCoolBar | ( | ICoolBarManager | coolBar | ) | [inline, protected] |
References openViewAction.
void utfsm::ApplicationActionBarAdvisor::fillMenuBar | ( | IMenuManager | menuBar | ) | [inline, protected] |
References exitAction, messagePopupAction, and openViewAction.
void utfsm::ApplicationActionBarAdvisor::makeActions | ( | final IWorkbenchWindow | window | ) | [inline, protected] |
References exitAction, messagePopupAction, and openViewAction.
IWorkbenchAction utfsm::ApplicationActionBarAdvisor::exitAction [private] |
Referenced by fillMenuBar(), and makeActions().
Action utfsm::ApplicationActionBarAdvisor::messagePopupAction [private] |
Referenced by fillMenuBar(), and makeActions().
Referenced by fillCoolBar(), fillMenuBar(), and makeActions().