Uses of Class
javax.swing.text.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.swing
Modifier and TypeMethodDescriptionprotected NavigationFilter
JFormattedTextField.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.text
Modifier and TypeMethodDescriptionprotected NavigationFilter
DefaultFormatter.getNavigationFilter()
Returns theNavigationFilter
used to restrict where the cursor can be placed.JTextComponent.getNavigationFilter()
Returns theNavigationFilter
.Modifier and TypeMethodDescriptionvoid
JTextComponent.setNavigationFilter
(NavigationFilter filter) Sets theNavigationFilter
.