| Line 1... |
Line 1... |
| 1 |
package org.tela_botanica.client.vues.image.filtres;
|
1 |
package org.tela_botanica.client.vues.image.filtres;
|
| Line 2... |
Line 2... |
| 2 |
|
2 |
|
| 3 |
import org.tela_botanica.client.image.ImageMediateur;
|
3 |
import org.tela_botanica.client.image.ImageMediateur;
|
| 4 |
import org.tela_botanica.client.vues.ArbreMotsClesFiltreVue;
|
- |
|
| 5 |
import org.tela_botanica.client.vues.observation.filtres.ArbreDateObservationFiltreVue;
|
- |
|
| 6 |
|
- |
|
| 7 |
import com.google.gwt.core.client.GWT;
|
- |
|
| 8 |
import com.google.gwt.core.client.JavaScriptObject;
|
- |
|
| 9 |
import com.google.gwt.user.client.Window;
|
- |
|
| 10 |
import com.gwtext.client.core.EventObject;
|
4 |
import org.tela_botanica.client.vues.ArbreMotsClesFiltreVue;
|
| 11 |
import com.gwtext.client.core.Ext;
|
- |
|
| 12 |
import com.gwtext.client.widgets.BoxComponent;
|
5 |
import com.gwtext.client.core.Ext;
|
| 13 |
import com.gwtext.client.widgets.Button;
|
6 |
import com.gwtext.client.widgets.Button;
|
| 14 |
import com.gwtext.client.widgets.Component;
|
- |
|
| 15 |
import com.gwtext.client.widgets.Container;
|
7 |
import com.gwtext.client.widgets.Component;
|
| 16 |
import com.gwtext.client.widgets.Panel;
|
- |
|
| 17 |
import com.gwtext.client.widgets.event.ButtonListenerAdapter;
|
- |
|
| 18 |
import com.gwtext.client.widgets.event.ContainerListener;
|
8 |
import com.gwtext.client.widgets.Panel;
|
| 19 |
import com.gwtext.client.widgets.event.ContainerListenerAdapter;
|
9 |
import com.gwtext.client.widgets.event.ContainerListenerAdapter;
|
| 20 |
import com.gwtext.client.widgets.layout.RowLayout;
|
10 |
import com.gwtext.client.widgets.layout.RowLayout;
|
| 21 |
import com.gwtext.client.widgets.layout.RowLayoutData;
|
- |
|
| Line 22... |
Line 11... |
| 22 |
import com.gwtext.client.widgets.layout.VerticalLayout;
|
11 |
import com.gwtext.client.widgets.layout.RowLayoutData;
|
| 23 |
|
12 |
|
| 24 |
/**
|
13 |
/**
|
| 25 |
* Panneau contenant les filtres qu'on peut appliquer aux images
|
14 |
* Panneau contenant les filtres qu'on peut appliquer aux images
|
| Line 105... |
Line 94... |
| 105 |
|
94 |
|
| Line 106... |
Line 95... |
| 106 |
selectionFiltreVue = new SelectionFiltreVue(im);
|
95 |
selectionFiltreVue = new SelectionFiltreVue(im);
|
| Line -... |
Line 96... |
| - |
|
96 |
|
| 107 |
|
97 |
addListener(new ContainerListenerAdapter() {
|
| 108 |
addListener(new ContainerListenerAdapter() {
|
98 |
|
| Line 109... |
Line 99... |
| 109 |
|
99 |
@Override
|
| 110 |
public void onRender(Component component) {
|
100 |
public void onRender(Component component) {
|