Uses of Class
com.teamdev.jxbrowser.events.NavigationType

Packages that use NavigationType
com.teamdev.jxbrowser.events Contains classes for listening events from browser. 
 

Uses of NavigationType in com.teamdev.jxbrowser.events
 

Methods in com.teamdev.jxbrowser.events that return NavigationType
 NavigationType NavigationEvent.getNavigationType()
          Returns the reason of navigation event.
static NavigationType NavigationType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static NavigationType[] NavigationType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in com.teamdev.jxbrowser.events with parameters of type NavigationType
NavigationEvent(Browser source, java.lang.String url, java.lang.String frameName, NavigationType navigationType)
          Constructs a new NavigationEvent instance.