Interface CustomComponentAction

  • All Superinterfaces:
    com.intellij.openapi.actionSystem.ex.CustomComponentAction
    All Known Implementing Classes:
    CheckboxAction, TextFieldAction

    public interface CustomComponentAction
    extends com.intellij.openapi.actionSystem.ex.CustomComponentAction
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static com.intellij.openapi.util.Key<javax.swing.JComponent> CUSTOM_COMPONENT_PROPERTY_KEY  
      • Fields inherited from interface com.intellij.openapi.actionSystem.ex.CustomComponentAction

        ACTION_KEY, COMPONENT_KEY
    • Method Summary

      • Methods inherited from interface com.intellij.openapi.actionSystem.ex.CustomComponentAction

        createCustomComponent, createCustomComponent, createCustomComponent
    • Field Detail

      • CUSTOM_COMPONENT_PROPERTY_KEY

        static final com.intellij.openapi.util.Key<javax.swing.JComponent> CUSTOM_COMPONENT_PROPERTY_KEY