Interface NavigationModel

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String NAVIGATION_PATH_PROPERTY
      The navigation path bound property, of type URIPath.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      com.globalmentor.net.URIPath getNavigationPath()  
      void setNavigationPath​(com.globalmentor.net.URIPath newNavigationPath)
      Sets the navigation path This is a bound property.
      • Methods inherited from interface com.globalmentor.beans.PropertyBindable

        addPropertyChangeListener, addPropertyChangeListener, getPropertyChangeListeners, getPropertyChangeListeners, hasPropertyChangeListeners, removePropertyChangeListener, removePropertyChangeListener
      • Methods inherited from interface com.globalmentor.beans.PropertyConstrainable

        addVetoableChangeListener, addVetoableChangeListener, getVetoableChangeListeners, getVetoableChangeListeners, hasVetoableChangeListeners, removeVetoableChangeListener, removeVetoableChangeListener
    • Field Detail

      • NAVIGATION_PATH_PROPERTY

        static final java.lang.String NAVIGATION_PATH_PROPERTY
        The navigation path bound property, of type URIPath.
    • Method Detail

      • getNavigationPath

        com.globalmentor.net.URIPath getNavigationPath()
        Returns:
        The navigation path, or null if the navigation path is not available.
      • setNavigationPath

        void setNavigationPath​(com.globalmentor.net.URIPath newNavigationPath)
        Sets the navigation path This is a bound property.
        Parameters:
        newNavigationPath - The new navigation path, or null if the navigation path is not available.
        See Also:
        NAVIGATION_PATH_PROPERTY