Subversion Repositories eFlore/Archives.cel-v1

Rev

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

Rev 14 Rev 23
Line 26... Line 26...
26
		private StationList stationList = null;
26
		private StationList stationList = null;
27
		private NameAssistant nameAssistant=null;
27
		private NameAssistant nameAssistant=null;
28
		private LocationAssistant locationAssistant=null;
28
		private LocationAssistant locationAssistant=null;
29
		private InventoryItem inventoryItem=null;
29
		private InventoryItem inventoryItem=null;
30
		private EntryPanel entryPanel=null;
30
		private EntryPanel entryPanel=null;
31
		private ActionPanel actionPanel=null;
-
 
32
		private SearchPanel searchPanel=null;
-
 
33
		private LoginDialog loginDialog=null;
-
 
34
		private TopPanel topPanel=null;
31
		private TopPanel topPanel=null;
Line 35... Line 32...
35
		
32
		
36
		private TextBox date = null; 
33
		private TextBox date = null; 
37
		private TextBox complementLocation = null; 
34
		private TextBox complementLocation = null; 
Line 368... Line 365...
368
	    	this.entryPanel=entryPanel;
365
	    	this.entryPanel=entryPanel;
369
		}
366
		}
Line 370... Line -...
370
 
-
 
371
	    
-
 
372
		
-
 
373
	    public void  registerActionPanel(ActionPanel actionPanel) {
-
 
374
	    	this.actionPanel=actionPanel;
-
 
375
		}
-
 
376
 
-
 
377
	
-
 
378
		
-
 
Line 379... Line 367...
379
	    public void  registerSearchPanel(SearchPanel searchPanel) {
367
 
380
	    	this.searchPanel=searchPanel;
368
	    
381
		}
369
		
Line 382... Line -...
382
 
-
 
383
	    public void  registerTopPanel(TopPanel topPanel) {
-
 
384
	    	this.topPanel=topPanel;
-
 
385
		}
-
 
386
 
-
 
387
	    
-
 
388
	    
370
 
389
	    public void  registerLoginDialog(LoginDialog loginDialog) {
371
	    public void  registerTopPanel(TopPanel topPanel) {
390
	    	this.loginDialog=loginDialog;
372
	    	this.topPanel=topPanel;
391
		}
373
		}