Class BigTextEditorActionSupport

    • Constructor Detail

      • BigTextEditorActionSupport

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

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

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

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