org.topbraidcomposer.ui.viewers.tables
Class ResourceSelectionTableUpdater

java.lang.Object
  extended by org.topbraidcomposer.ui.viewers.tables.ResourceSelectionTableUpdater
All Implemented Interfaces:
IResourceSelectionListener

public class ResourceSelectionTableUpdater
extends java.lang.Object
implements IResourceSelectionListener


Constructor Summary
ResourceSelectionTableUpdater(org.eclipse.jface.viewers.TableViewer tableViewer)
           
 
Method Summary
 void resourceSelected(com.hp.hpl.jena.rdf.model.Resource resource)
          Called when the resource selection has changed.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResourceSelectionTableUpdater

public ResourceSelectionTableUpdater(org.eclipse.jface.viewers.TableViewer tableViewer)
Method Detail

resourceSelected

public void resourceSelected(com.hp.hpl.jena.rdf.model.Resource resource)
Description copied from interface: IResourceSelectionListener
Called when the resource selection has changed. This method is called as a side effect by the ResourceSelection class.

Specified by:
resourceSelected in interface IResourceSelectionListener
Parameters:
resource - the new selection