1 package cz
.cvut
.promod
.services
.statusBarService
;
3 import com
.jidesoft
.status
.StatusBar
;
6 * ProMod, master thesis project
7 * User: Petr Zverina, petr.zverina@gmail.com
8 * Date: 14:53:46, 21.1.2010
12 * StatusBarControlService allows developers to obtain the notation specific status bar.
14 public interface StatusBarControlService
extends StatusBarService
{
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
);