/[schmitzm]/branches/2.3.x/src/skrueger/geotools/labelsearch/SearchResult.java
ViewVC logotype

Diff of /branches/2.3.x/src/skrueger/geotools/labelsearch/SearchResult.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 139 by alfonx, Thu Jun 11 12:52:58 2009 UTC revision 154 by alfonx, Mon Jun 22 09:54:07 2009 UTC
# Line 1  Line 1 
1  package skrueger.geotools.labelsearch;  package skrueger.geotools.labelsearch;
2    
3    import java.util.Map;
4  import org.geotools.feature.Feature;  import org.geotools.feature.Feature;
5    
6  public interface SearchResult {  public interface SearchResult {
7    
8          /**          /**
9           * @returns a {@link String} that represents the Title/Name of this search           * @return a {@link String} that represents the Title/Name of this search
10           *          result.           *          result.
11           *           *
12           */           */
# Line 18  public interface SearchResult { Line 19  public interface SearchResult {
19          void open();          void open();
20    
21          /**          /**
22           * @returns a {@link String} that represents the Title/Name of "something" that contains the search           * @return a {@link String} that represents the Title/Name of "something" that contains the search
23           *          result. This may return "" if it makes no sense.           *          result. This may return "" if it makes no sense.
24           */           */
25          String getInTitle();          String getInTitle();

Legend:
Removed from v.139  
changed lines
  Added in v.154

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26