|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IResourceSelection
An interface for objects that can manage a "globally" selected resource. This is a super interface of ISession to separate concerns.
| Method Summary | |
|---|---|
void |
addResourceSelectionListener(IResourceSelectionListener l)
Adds an IResourceSelectionListener to receive events whenever the resource selection changes. |
com.hp.hpl.jena.rdf.model.Resource |
getPreviouslySelectedResource()
|
com.hp.hpl.jena.rdf.model.Resource |
getSelectedResource()
Gets the currently selected Resource. |
void |
removeResourceSelectionListener(IResourceSelectionListener l)
Removes an IResourceSelectionListener that was previously added. |
void |
setSelectedResource(com.hp.hpl.jena.rdf.model.Resource resource)
|
| Method Detail |
|---|
void addResourceSelectionListener(IResourceSelectionListener l)
l - the listener to addcom.hp.hpl.jena.rdf.model.Resource getPreviouslySelectedResource()
com.hp.hpl.jena.rdf.model.Resource getSelectedResource()
void removeResourceSelectionListener(IResourceSelectionListener l)
l - the listener to removevoid setSelectedResource(com.hp.hpl.jena.rdf.model.Resource resource)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||