Package org.xj3d.sai

Interface Xj3DNavigationUIManager


public interface Xj3DNavigationUIManager
An abstract interface for navigation-specific user interface control of the the browser.

This allows an external application to replace existing chunks of the user interface controls with their own custom code, yet retain all the functionality of the stock user interface. Making calls to methods on this class will ensure that all requirements for synchronising with the browser's internal event model will be met. Note that calls to these methods will not be subject to the SAI's beginUpdate()/endUpdate() buffering strategy. However, it will comply to all the rest of the event model behaviour, such as

Version:
$Revision: 1.4 $
Author:
Justin Couch