Class Environment


  • public class Environment
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Environment()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void addDefaultTextKey​(javax.swing.JComponent comp, boolean isMulti)  
      protected void addKey​(javax.swing.JComponent comp, int code, int key, int mod)  
      protected void addKeyAction​(javax.swing.JComponent comp, int code)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Environment

        public Environment()
    • Method Detail

      • addDefaultTextKey

        public void addDefaultTextKey​(javax.swing.JComponent comp,
                                      boolean isMulti)
      • addKeyAction

        protected void addKeyAction​(javax.swing.JComponent comp,
                                    int code)
      • addKey

        protected void addKey​(javax.swing.JComponent comp,
                              int code,
                              int key,
                              int mod)