textmaven.application.swinggui
Class Util

java.lang.Object
  extended bytextmaven.application.swinggui.Util

public class Util
extends java.lang.Object

Author:
krebtho

Method Summary
static void configureAccelerator(int condition, javax.swing.JComponent comp, javax.swing.KeyStroke ks, BaseAction action)
           
static javax.swing.JMenuItem createMenuItem(javax.swing.JMenu menu, javax.swing.Action action)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

configureAccelerator

public static void configureAccelerator(int condition,
                                        javax.swing.JComponent comp,
                                        javax.swing.KeyStroke ks,
                                        BaseAction action)

createMenuItem

public static javax.swing.JMenuItem createMenuItem(javax.swing.JMenu menu,
                                                   javax.swing.Action action)


Copyright © 2002-2005 Sourceforge. All Rights Reserved.