New Jide License
[indepmod/experimental.git] / IndependentModeler / src / cz / cvut / promod / services / statusBarService / StatusBarControlService.java
blobb6d1b511596fa1c617012a5d9cd56115ae8cd264
1 package cz.cvut.promod.services.statusBarService;
3 import com.jidesoft.status.StatusBar;
5 /**
6 * ProMod, master thesis project
7 * User: Petr Zverina, petr.zverina@gmail.com
8 * Date: 14:53:46, 21.1.2010
9 */
11 /**
12 * StatusBarControlService allows developers to obtain the notation specific status bar.
14 public interface StatusBarControlService extends StatusBarService{
16 /**
17 * Returns the notation specific status bar.
19 * @param notationIdentifier is the notation identifier of the associated status bar
21 * @return required notation specific status bar
23 public StatusBar getStatusBar(final String notationIdentifier);