com.tensegrity.gui.container
Interface NavigatorContainer

All Superinterfaces:
Container
All Known Implementing Classes:
SwingNavigatorContainer, SwtNavigatorContainer

public interface NavigatorContainer
extends Container

The NavigatorContainer displays a miniature view of the current document and allows a separate navigation on the current document.

Version:
$Id: NavigatorContainer.java,v 1.6 2004/06/02 08:36:18 GillesIachelini Exp $
Author:
GillesIachelini

Method Summary
 CompositeNavigator getCompositeNavigator()
          At this point of time a NavigatorContainer must be based on the CompositeNavigator interface.
 
Methods inherited from interface com.tensegrity.gui.container.Container
getApplicationFrame, getName, setName, setSelected
 

Method Detail

getCompositeNavigator

public CompositeNavigator getCompositeNavigator()
At this point of time a NavigatorContainer must be based on the CompositeNavigator interface. Thus each NavigatorContainer must give access to its instance.

Returns:
The CompositeNavigator of this container.


Copyright © 2005 Tensegrity Software GmbH. All Rights Reserved. Date of creation: 09.06.2006.