Converted all CRLF to LF.
[indepmod/experimental.git] / IndependentModeler / src / cz / cvut / promod / services / statusBarService / utils / InsertStatusBarItemResult.java
blobb32bb098cd90e85fad0eb6b47c2fdd15d2500cfd
1 package cz.cvut.promod.services.statusBarService.utils;
3 /**
4 * ProMod, master thesis project
5 * User: Petr Zverina, petr.zverina@gmail.com
6 * Date: 14:26:54, 4.2.2010
7 */
9 /**
10 * Possible results for inserting a new status bar item into the notation specific status bar.
12 public enum InsertStatusBarItemResult {
14 /**
15 * The new status bar item has been appended successfully.
17 SUCCESS,
19 /**
20 * It is not possible to insert any status bar item into the tool bar of not existing notation.
22 INVALID_NOTATION,
24 /**
25 * Status bar item is not valid.
27 INVALID_STATUS_BAR_ITEM,