Class NormalTextEditorActionSupport

    • Constructor Detail

      • NormalTextEditorActionSupport

        protected NormalTextEditorActionSupport​(String label,
                                                String shortDescription,
                                                String actionIcon,
                                                KeyStroke acceleratorKey)
      • NormalTextEditorActionSupport

        protected NormalTextEditorActionSupport​(String actionCommandKey,
                                                String label,
                                                String shortDescription,
                                                String actionIcon,
                                                KeyStroke acceleratorKey)
      • NormalTextEditorActionSupport

        protected NormalTextEditorActionSupport​(String label,
                                                String shortDescription,
                                                String actionIcon,
                                                char acceleratorKey)
      • NormalTextEditorActionSupport

        protected NormalTextEditorActionSupport​(String actionCommandKey,
                                                String label,
                                                String shortDescription,
                                                String actionIcon,
                                                char acceleratorKey)