public static class TouchbarDataKeys.ActionDesc
extends java.lang.Object
Constructor and Description |
---|
ActionDesc() |
Modifier and Type | Method and Description |
---|---|
javax.swing.JComponent |
getContextComponent() |
boolean |
isCombineWithDlgButtons() |
boolean |
isMainGroup() |
boolean |
isReplaceEsc() |
boolean |
isShowImage() |
boolean |
isShowText() |
TouchbarDataKeys.ActionDesc |
setCombineWithDlgButtons(boolean combineWithDlgButtons) |
TouchbarDataKeys.ActionDesc |
setContextComponent(javax.swing.JComponent contextComponent) |
TouchbarDataKeys.ActionDesc |
setMainGroup(boolean mainGroup) |
TouchbarDataKeys.ActionDesc |
setReplaceEsc(boolean replaceEsc) |
TouchbarDataKeys.ActionDesc |
setShowImage(boolean showImage) |
TouchbarDataKeys.ActionDesc |
setShowText(boolean showText) |
public boolean isShowText()
public boolean isShowImage()
public boolean isReplaceEsc()
public boolean isCombineWithDlgButtons()
public boolean isMainGroup()
public javax.swing.JComponent getContextComponent()
public TouchbarDataKeys.ActionDesc setShowText(boolean showText)
public TouchbarDataKeys.ActionDesc setShowImage(boolean showImage)
public TouchbarDataKeys.ActionDesc setReplaceEsc(boolean replaceEsc)
public TouchbarDataKeys.ActionDesc setCombineWithDlgButtons(boolean combineWithDlgButtons)
public TouchbarDataKeys.ActionDesc setMainGroup(boolean mainGroup)
public TouchbarDataKeys.ActionDesc setContextComponent(javax.swing.JComponent contextComponent)