org.topbraidcomposer.navigation.instances
Class InstancesTableContentProvider
java.lang.Object
org.topbraidcomposer.navigation.instances.InstancesTableContentProvider
- All Implemented Interfaces:
- org.eclipse.jface.viewers.IContentProvider, org.eclipse.jface.viewers.IStructuredContentProvider
public class InstancesTableContentProvider
- extends java.lang.Object
- implements org.eclipse.jface.viewers.IStructuredContentProvider
An IStructuredContentProvider that takes a class as input and lists its
instances.
- Author:
- Holger Knublauch
|
Method Summary |
void |
dispose()
|
java.lang.Object[] |
getElements(java.lang.Object inputElement)
|
void |
getInstances(java.util.Set<com.hp.hpl.jena.rdf.model.Resource> results,
com.hp.hpl.jena.rdf.model.Resource type,
org.eclipse.core.runtime.IProgressMonitor monitor)
|
void |
inputChanged(org.eclipse.jface.viewers.Viewer viewer,
java.lang.Object oldInput,
java.lang.Object newInput)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InstancesTableContentProvider
public InstancesTableContentProvider(InstancesTableColumns columns)
dispose
public void dispose()
- Specified by:
dispose in interface org.eclipse.jface.viewers.IContentProvider
getElements
public java.lang.Object[] getElements(java.lang.Object inputElement)
- Specified by:
getElements in interface org.eclipse.jface.viewers.IStructuredContentProvider
getInstances
public void getInstances(java.util.Set<com.hp.hpl.jena.rdf.model.Resource> results,
com.hp.hpl.jena.rdf.model.Resource type,
org.eclipse.core.runtime.IProgressMonitor monitor)
inputChanged
public void inputChanged(org.eclipse.jface.viewers.Viewer viewer,
java.lang.Object oldInput,
java.lang.Object newInput)
- Specified by:
inputChanged in interface org.eclipse.jface.viewers.IContentProvider