1 package cz
.cvut
.promod
.services
.toolBarService
.utils
;
4 * ProMod, master thesis project
5 * User: Petr Zverina, petr.zverina@gmail.com
6 * Date: 11:53:01, 4.2.2010
10 * Possible results for inserting a new action into the notation specific tool bar.
12 public enum InsertToolBarItemResult
{
15 * The action has been successfully added into the tool bar.
20 * The action is either null or does not have name or has an empty string as it's name.
25 * It is not possible to insert any action into the tool bar of not existing notation.
30 * It is not possible to insert action that is not registered by the ActionService.
35 * It is not possible to insert the same action twice into the same tool bar.