public interface TouchbarDataKeys
Modifier and Type | Interface and Description |
---|---|
static class |
TouchbarDataKeys.ActionDesc |
static class |
TouchbarDataKeys.DlgButtonDesc |
Modifier and Type | Field and Description |
---|---|
static Key<TouchbarDataKeys.ActionDesc> |
ACTIONS_DESCRIPTOR_KEY |
static DataKey<ActionGroup> |
ACTIONS_KEY |
static Key<TouchbarDataKeys.DlgButtonDesc> |
DIALOG_BUTTON_DESCRIPTOR_KEY |
Modifier and Type | Method and Description |
---|---|
static TouchbarDataKeys.ActionDesc |
putActionDescriptor(AnAction action) |
static TouchbarDataKeys.DlgButtonDesc |
putDialogButtonDescriptor(javax.swing.JButton button,
int orderIndex) |
static TouchbarDataKeys.DlgButtonDesc |
putDialogButtonDescriptor(javax.swing.JButton button,
int orderIndex,
boolean isMainGroup) |
static final DataKey<ActionGroup> ACTIONS_KEY
static final Key<TouchbarDataKeys.ActionDesc> ACTIONS_DESCRIPTOR_KEY
static final Key<TouchbarDataKeys.DlgButtonDesc> DIALOG_BUTTON_DESCRIPTOR_KEY
static TouchbarDataKeys.ActionDesc putActionDescriptor(AnAction action)
static TouchbarDataKeys.DlgButtonDesc putDialogButtonDescriptor(javax.swing.JButton button, int orderIndex)
static TouchbarDataKeys.DlgButtonDesc putDialogButtonDescriptor(javax.swing.JButton button, int orderIndex, boolean isMainGroup)