1 package cz
.cvut
.promod
.services
.statusBarService
.utils
;
4 * ProMod, master thesis project
5 * User: Petr Zverina, petr.zverina@gmail.com
6 * Date: 14:26:54, 4.2.2010
10 * Possible results for inserting a new status bar item into the notation specific status bar.
12 public enum InsertStatusBarItemResult
{
15 * The new status bar item has been appended successfully.
20 * It is not possible to insert any status bar item into the tool bar of not existing notation.
25 * Status bar item is not valid.
27 INVALID_STATUS_BAR_ITEM
,