Subversion Repositories eFlore/Archives.cel-v1

Rev

Rev 14 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 14 Rev 25
Line 26... Line 26...
26
public class LeftPanel extends Composite {
26
public class LeftPanel extends Composite {
Line 27... Line 27...
27
 
27
 
28
 private LocationList locationList = null;
28
 private LocationList locationList = null;
29
 private DateList dateList = null;
29
 private DateList dateList = null;
-
 
30
 private StationList stationList = null;
Line 30... Line 31...
30
 private StationList stationList = null;
31
 private Mediator mediator=null;
Line -... Line 32...
-
 
32
 
-
 
33
  public LeftPanel(Mediator med) {
-
 
34
 
-
 
35
	mediator=med;
31
 
36
	mediator.registerLeftPanel(this);		
32
  public LeftPanel(Mediator mediator) {
37
		
33
 
38
	
Line 34... Line 39...
34
	dateList = new DateList(mediator);
39
	dateList = new DateList(mediator);