net.refractions.udig.project.geoselection
Class GeoSelectionEntry

java.lang.Object
  extended by net.refractions.udig.project.geoselection.GeoSelectionEntry
All Implemented Interfaces:
IGeoSelectionEntry

public class GeoSelectionEntry
extends java.lang.Object
implements IGeoSelectionEntry


Constructor Summary
GeoSelectionEntry(java.lang.String context)
           
GeoSelectionEntry(java.lang.String context, IGeoSelection selection)
           
 
Method Summary
 java.lang.String getContext()
           
 IGeoSelection getSelection()
           
 void setSelection(IGeoSelection selection)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GeoSelectionEntry

public GeoSelectionEntry(java.lang.String context)

GeoSelectionEntry

public GeoSelectionEntry(java.lang.String context,
                         IGeoSelection selection)
Method Detail

setSelection

public void setSelection(IGeoSelection selection)

getContext

public java.lang.String getContext()
Specified by:
getContext in interface IGeoSelectionEntry

getSelection

public IGeoSelection getSelection()
Specified by:
getSelection in interface IGeoSelectionEntry