Converted all CRLF to LF.
[indepmod/mmn.git] / IndependentModeler / src / cz / cvut / promod / services / toolBarService / ToolBarControlService.java
bloba78495f05a29dc692cdbab667acaf424ec491fb3
1 package cz.cvut.promod.services.toolBarService;
3 import com.jidesoft.action.CommandBar;
5 /**
6 * ProMod, master thesis project
7 * User: Petr Zverina, petr.zverina@gmail.com
8 * Date: 23:54:34, 20.12.2009
9 */
11 /**
12 * ToolBarControlService allows developer to obtain and operate with notation specific tool bar.
14 public interface ToolBarControlService extends ToolBarService{
16 /**
17 * Returns notation specific instance of CommandBar class.
19 * @param notationIdentifier is the identifier of a notation
21 * @return the command bar for the notation, or null if there is no such a notation
23 public CommandBar getCommandBar(final String notationIdentifier);