edu.stanford.smi.protegex.owl.ui.navigation
Interface NavigationHistorySelectable

All Superinterfaces:
edu.stanford.smi.protege.util.Selectable
All Known Subinterfaces:
Hierarchy
All Known Implementing Classes:
AssertedClassesPanel, ExistentialTreePanel, ExplorerTreePanel, SubsumptionTreePanel, TabNavigationHistorySelectable

public interface NavigationHistorySelectable
extends edu.stanford.smi.protege.util.Selectable

A visual user interface component that provides a navigation history.

Author:
Holger Knublauch

Method Summary
 void navigateToResource(RDFResource resource)
          Performs the selection in the associated component(s).
 
Methods inherited from interface edu.stanford.smi.protege.util.Selectable
addSelectionListener, clearSelection, getSelection, notifySelectionListeners, removeSelectionListener
 

Method Detail

navigateToResource

public void navigateToResource(RDFResource resource)
Performs the selection in the associated component(s).

Parameters:
resource - the resource to navigate to