executeEditAction

abstract fun executeEditAction(e: ActionEvent, sourcePane: JTextPane)

The function that performs the actual edit action given JTextPane.canEdit is true.

Parameters

e

The ActionEvent to be processed.

sourcePane

The JTextPane where the edit is occurring.