Uses of Class
javax.swing.text.NavigationFilter
Packages that use NavigationFilter
Package
Description
Provides a set of "lightweight" (all-Java language) components
 that, to the maximum degree possible, work the same on all platforms.
Provides classes and interfaces that deal with editable and noneditable text
 components.
- 
Uses of NavigationFilter in javax.swingMethods in javax.swing that return NavigationFilterModifier and TypeMethodDescriptionprotected NavigationFilterJFormattedTextField.AbstractFormatter.getNavigationFilter()Subclass and override if you wish to provide a filter to restrict where the user can navigate to.
- 
Uses of NavigationFilter in javax.swing.textMethods in javax.swing.text that return NavigationFilterModifier and TypeMethodDescriptionprotected NavigationFilterDefaultFormatter.getNavigationFilter()Returns theNavigationFilterused to restrict where the cursor can be placed.JTextComponent.getNavigationFilter()Returns theNavigationFilter.Methods in javax.swing.text with parameters of type NavigationFilterModifier and TypeMethodDescriptionvoidJTextComponent.setNavigationFilter(NavigationFilter filter) Sets theNavigationFilter.