Restrictable Edit Action
An text edit TextAction that may be prevented based on whether the JTextPane.canEdit flag is set to false. If false the action will be prevented and the UIManager will provide some kind of appropriate error feedback.
Author
Richard Arriaga
Parameters
action Name
The TextAction name.
Constructors
Link copied to clipboard
Construct a RestrictableEditAction.
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
The function that performs the actual edit action given JTextPane.canEdit is true.
Link copied to clipboard
Link copied to clipboard
open override fun removePropertyChangeListener(p0: PropertyChangeListener)
Content copied to clipboard
Link copied to clipboard