public class FileStoreSectorHighlighter extends java.lang.Object implements javax.swing.event.ListSelectionListener, SelectListener
Modifier and Type | Field and Description |
---|---|
protected FileStorePanel |
fileStorePanel |
protected static java.lang.String |
SECTOR_LAYER |
protected WorldWindow |
wwd |
Constructor and Description |
---|
FileStoreSectorHighlighter(WorldWindow wwd,
FileStorePanel panel) |
Modifier and Type | Method and Description |
---|---|
protected Layer |
createSectorLayer(FileStoreDataSet dataSet) |
protected void |
handleSelection(java.util.List<FileStoreDataSet> selectedDataSets) |
protected Sector |
highlightSelectedSets(java.util.List<FileStoreDataSet> dataSets) |
protected void |
populateLayer(FileStoreDataSet dataSet,
RenderableLayer layer) |
void |
selected(SelectEvent event) |
protected void |
unHighlightSelectedSets() |
void |
valueChanged(javax.swing.event.ListSelectionEvent listSelectionEvent) |
protected FileStorePanel fileStorePanel
protected static final java.lang.String SECTOR_LAYER
protected WorldWindow wwd
public FileStoreSectorHighlighter(WorldWindow wwd, FileStorePanel panel)
protected Layer createSectorLayer(FileStoreDataSet dataSet)
protected void handleSelection(java.util.List<FileStoreDataSet> selectedDataSets)
protected Sector highlightSelectedSets(java.util.List<FileStoreDataSet> dataSets)
protected void populateLayer(FileStoreDataSet dataSet, RenderableLayer layer)
public void selected(SelectEvent event)
selected
in interface SelectListener
protected void unHighlightSelectedSets()
public void valueChanged(javax.swing.event.ListSelectionEvent listSelectionEvent)
valueChanged
in interface javax.swing.event.ListSelectionListener