public interface CustomComponentAction
Modifier and Type | Field and Description |
---|---|
static Key<AnAction> |
ACTION_KEY |
static Key<javax.swing.JComponent> |
COMPONENT_KEY |
Modifier and Type | Method and Description |
---|---|
default javax.swing.JComponent |
createCustomComponent(Presentation presentation)
Deprecated.
|
default javax.swing.JComponent |
createCustomComponent(Presentation presentation,
java.lang.String place) |
static final Key<javax.swing.JComponent> COMPONENT_KEY
default javax.swing.JComponent createCustomComponent(Presentation presentation, java.lang.String place)
COMPONENT_KEY
to retrieve current component from a Presentation instance in AnAction.update(AnActionEvent)
method.@Deprecated default javax.swing.JComponent createCustomComponent(Presentation presentation)
createCustomComponent(Presentation, String)