public class ButtonSkin extends LabeledSkinBase<Button,ButtonBehavior<Button>>
Modifier and Type | Field and Description |
---|---|
private KeyCodeCombination |
cancelAcceleratorKeyCodeCombination |
(package private) java.lang.Runnable |
cancelButtonRunnable |
private KeyCodeCombination |
defaultAcceleratorKeyCodeCombination |
(package private) java.lang.Runnable |
defaultButtonRunnable |
bindings, ellipsisWidth, graphic, graphicPropertyChangedListener, invalidText, mnemonic_underscore, text, textWidth
IS_TOUCH_SUPPORTED
Constructor and Description |
---|
ButtonSkin(Button button) |
Modifier and Type | Method and Description |
---|---|
protected void |
handleControlPropertyChanged(java.lang.String p)
*
Control State Changes *
*
|
private void |
setCancelButton(boolean value) |
private void |
setDefaultButton(boolean value) |
bottomLabelPadding, computeBaselineOffset, computeMaxHeight, computeMaxWidth, computeMinHeight, computeMinWidth, computePrefHeight, computePrefWidth, isIgnoreGraphic, isIgnoreText, layoutChildren, layoutLabelInArea, layoutLabelInArea, leftLabelPadding, mnemonicTargetChanged, queryAccessibleAttribute, rightLabelPadding, topLabelPadding, updateChildren, updateDisplayedText
dispose, getBehavior, registerChangeListener, unregisterChangeListener
consumeMouseEvents, executeAccessibleAction, getChildren, getClassCssMetaData, getCssMetaData, getNode, getSkinnable, layoutInArea, layoutInArea, layoutInArea, positionInArea, positionInArea, pseudoClassStateChanged, snappedBottomInset, snappedLeftInset, snappedRightInset, snappedTopInset, snapPosition, snapSize, snapSpace
java.lang.Runnable defaultButtonRunnable
java.lang.Runnable cancelButtonRunnable
private KeyCodeCombination defaultAcceleratorKeyCodeCombination
private KeyCodeCombination cancelAcceleratorKeyCodeCombination
public ButtonSkin(Button button)
protected void handleControlPropertyChanged(java.lang.String p)
LabeledSkinBase
handleControlPropertyChanged
in class LabeledSkinBase<Button,ButtonBehavior<Button>>
private void setDefaultButton(boolean value)
private void setCancelButton(boolean value)