Do you really need to extend this class?  There is already an instance of 
the SelectAction class inside the default kit.  Simply iterate through the 
list of actions returned by getActions() and look for an action with the 
name DefaultEditorKit.selectAllAction.

Cheers
Dmitry

At 01:33 PM 3/29/2001, Keith Bennett wrote:
>I know DefaultEditorKit has public static classes for cut, copy, and paste,
>and some others.  However, SelectAll, among others, is an inner class that
>is not public, so I can't access it from a subclass outside of its package.
>
>What is the best way to get to this functionality?  For example, is there a
>way to "stuff" the appropriate key into a key input buffer?

_______________________________________________
Swing mailing list
[EMAIL PROTECTED]
http://eos.dk/mailman/listinfo/swing

Reply via email to