org.erights.e.meta.javax.swing.text
Class JTextComponentMakerSugar

java.lang.Object
  |
  +--org.erights.e.meta.javax.swing.text.JTextComponentMakerSugar

public class JTextComponentMakerSugar
extends Object

Untamed: Methods for sweetening the JTextComponent maker (the tamed static methods of JTextComponent).

Author:
Mark S. Miller

Field Summary
private static Keymap DEFAULT_MAP
          Privately remember the default Keymap
 
Constructor Summary
private JTextComponentMakerSugar()
          prevent instantiation
 
Method Summary
static Keymap addKeymap()
          Enabled: Safe replacement for the suppressed static addKeymap/2.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_MAP

private static final Keymap DEFAULT_MAP
Privately remember the default Keymap

Constructor Detail

JTextComponentMakerSugar

private JTextComponentMakerSugar()
prevent instantiation

Method Detail

addKeymap

public static Keymap addKeymap()
Enabled: Safe replacement for the suppressed static addKeymap/2.



comments?