net.refractions.udig.location.ui
Class LocationView

java.lang.Object
  extended by SearchPart
      extended by net.refractions.udig.location.ui.LocationView

public class LocationView
extends SearchPart


Constructor Summary
LocationView()
           
 
Method Summary
protected  IBaseLabelProvider createLabelProvider()
           
 void createPartControl(Composite aParent)
           
 void init(IViewSite site, IMemento memento)
           
protected  void searchImplementation(java.lang.Object filter, IProgressMonitor monitor, ResultSet results)
          TODO: called AddressSeeker!
 void showLocation(java.lang.Object selection)
          Must go places!
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocationView

public LocationView()
Parameters:
dialogSettings -
Method Detail

init

public void init(IViewSite site,
                 IMemento memento)
          throws PartInitException
Throws:
PartInitException

searchImplementation

protected void searchImplementation(java.lang.Object filter,
                                    IProgressMonitor monitor,
                                    ResultSet results)
TODO: called AddressSeeker!


createPartControl

public void createPartControl(Composite aParent)

showLocation

public void showLocation(java.lang.Object selection)
Must go places!

Parameters:
selection -

createLabelProvider

protected IBaseLabelProvider createLabelProvider()
Returns: