Project

General

Profile

« Previous | Next » 

Revision d991bdfe

Added by Katja Luther about 3 years ago

remove Remoting from classnames and rename featuretreecomparator

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/dialog/selection/AgentSelectionDialog.java
117 117
		return super.getNewWizardButtonSelectionListener();
118 118
	}
119 119

  
120
//	@Override
121
//	protected void search() {
122
//	    Control control = getSearchField();
123
//        String pattern = null;
124
//        if (control != null){
125
//            pattern = ((Text)control).getText();
126
//        }
127
//	}
128

  
129 120
    @Override
130 121
    protected void callService(String pattern) {
131 122
        Class<T> clazz = (Class)AgentBase.class;

Also available in: Unified diff