Class CodeEditorActions


  • public class CodeEditorActions
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.awt.event.ActionListener COPY  
      static java.awt.event.ActionListener CUT  
      static java.awt.event.ActionListener PASTE  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static com.jidesoft.editor.CodeEditor getCodeEditor​(java.util.EventObject evt)  
      • Methods inherited from class java.lang.Object

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

      • CUT

        public static final java.awt.event.ActionListener CUT
      • COPY

        public static final java.awt.event.ActionListener COPY
      • PASTE

        public static final java.awt.event.ActionListener PASTE
    • Constructor Detail

      • CodeEditorActions

        public CodeEditorActions()
    • Method Detail

      • getCodeEditor

        @Nullable
        public static com.jidesoft.editor.CodeEditor getCodeEditor​(@Nullable
                                                                   java.util.EventObject evt)