org.topbraidcomposer.ui.viewers
Interface IResourceHighlighter

All Known Implementing Classes:
PropertiesTreeView, SubClassesTreeView

public interface IResourceHighlighter

An interface for views that can highlight a given Resource. This functionality is for example used by the UML diagram to select a class in the Classes View when the user clicks on a class in the diagram. The purpose of this interface is to decouple the plugins, so that the UML diagram does not need to know about Classes View etc. Plugins that want to use this functionality should use the ResourceHighlighting class.

Author:
Holger Knublauch

Method Summary
 boolean canHighlight(com.hp.hpl.jena.rdf.model.Resource resource)
           
 void highlightResource(com.hp.hpl.jena.rdf.model.Resource resource)
           
 

Method Detail

canHighlight

boolean canHighlight(com.hp.hpl.jena.rdf.model.Resource resource)

highlightResource

void highlightResource(com.hp.hpl.jena.rdf.model.Resource resource)