Tony CHEMIT pushed to branch develop at ultreiaio / ird-observe
Commits:
-
00b8f5de
by Tony CHEMIT at 2017-08-19T13:41:18+02:00
1 changed file:
Changes:
| ... | ... | @@ -24,11 +24,11 @@ package fr.ird.observe.client.ui.content; |
| 24 | 24 |
|
| 25 | 25 |
import fr.ird.observe.client.db.ClientDataContext;
|
| 26 | 26 |
import fr.ird.observe.client.db.ObserveSwingDataSource;
|
| 27 |
+import fr.ird.observe.client.ui.util.ObserveBlockingLayerUI;
|
|
| 27 | 28 |
import fr.ird.observe.services.dto.IdDto;
|
| 28 | 29 |
import javax.swing.Icon;
|
| 29 | 30 |
import javax.swing.JToolBar;
|
| 30 | 31 |
import org.nuiton.jaxx.runtime.JAXXObject;
|
| 31 |
-import org.nuiton.jaxx.runtime.swing.BlockingLayerUI;
|
|
| 32 | 32 |
import org.nuiton.jaxx.validator.swing.SwingValidatorMessageTableModel;
|
| 33 | 33 |
|
| 34 | 34 |
/**
|
| ... | ... | @@ -77,6 +77,6 @@ public interface ObserveContentUI<E extends IdDto, U extends ContentUI<E, U>> ex |
| 77 | 77 |
|
| 78 | 78 |
JToolBar getTitleRightToolBar();
|
| 79 | 79 |
|
| 80 |
- BlockingLayerUI getBlockLayerUI();
|
|
| 80 |
+ ObserveBlockingLayerUI getBlockLayerUI();
|
|
| 81 | 81 |
|
| 82 | 82 |
}
|