Index (Frames) | Index (No Frames) | Package | Package Tree | Tree
javax.swing.text

Class TextAction

java.lang.Object
|
+--javax.swing.AbstractAction
   |
   +--javax.swing.text.TextAction


public abstract class TextAction

extends AbstractAction

TextAction

Author:

Constructor Summary

TextAction(java.lang.String name)

Constructor TextAction

Method Summary

static javax.swing.Action[]augmentList(javax.swing.Action[] list1, javax.swing.Action[] list2)

augmentList
javax.swing.text.JTextComponentgetFocusedComponent()

getFocusedComponent
javax.swing.text.JTextComponentgetTextComponent(java.awt.event.ActionEvent event)

getTextComponent

Constructor Details

TextAction

public TextAction(java.lang.String name)

Constructor TextAction

Parameters:


Method Details

augmentList

public static final Action[] augmentList(javax.swing.Action[] list1, javax.swing.Action[] list2)

augmentList

Parameters:


getFocusedComponent

protected final JTextComponent getFocusedComponent()

getFocusedComponent


getTextComponent

protected final JTextComponent getTextComponent(java.awt.event.ActionEvent event)

getTextComponent

Parameters: