javax.swing.text

Class DefaultEditorKit.InsertTabAction

public static class DefaultEditorKit.InsertTabAction extends TextAction

Inserts a TAB character into the text editor.
Constructor Summary
InsertTabAction()
Creates a new TabAction.
Method Summary
voidactionPerformed(ActionEvent event)
Performs the Action.

Constructor Detail

InsertTabAction

public InsertTabAction()
Creates a new TabAction.

Method Detail

actionPerformed

public void actionPerformed(ActionEvent event)
Performs the Action.

Parameters: event the action event describing the user action