-
actionHandler
org.pushingpixels.flamingo.api.common.JCommandButton.ActionHandler actionHandler
Action handler for the button.
-
actionKeyTip
java.lang.String actionKeyTip
Key tip for the action area.
- See Also:
JCommandButton.setActionKeyTip(String),
JCommandButton.getActionKeyTip()
-
actionModel
ActionButtonModel actionModel
The button action model.
- See Also:
JCommandButton.getActionModel(),
JCommandButton.setActionModel(ActionButtonModel)
-
actionRichTooltip
RichTooltip actionRichTooltip
Rich tooltip for the action area.
- See Also:
JCommandButton.setActionRichTooltip(RichTooltip),
JCommandButton.getRichTooltip(MouseEvent)
-
autoRepeatInitialInterval
int autoRepeatInitialInterval
The initial interval for invoking the registered action listeners in the
auto-repeat action mode.
- See Also:
JCommandButton.isAutoRepeatAction,
JCommandButton.autoRepeatSubsequentInterval,
JCommandButton.getAutoRepeatInitialInterval(),
JCommandButton.setAutoRepeatActionIntervals(int, int)
-
autoRepeatSubsequentInterval
int autoRepeatSubsequentInterval
The subsequent interval for invoking the registered action listeners in
the auto-repeat action mode.
- See Also:
JCommandButton.isAutoRepeatAction,
JCommandButton.autoRepeatInitialInterval,
JCommandButton.getAutoRepeatSubsequentInterval(),
JCommandButton.setAutoRepeatActionIntervals(int, int)
-
command
Command command
-
commandButtonKind
JCommandButton.CommandButtonKind commandButtonKind
The command button kind of this button.
- See Also:
JCommandButton.setCommandButtonKind(CommandButtonKind),
JCommandButton.getCommandButtonKind()
-
commandPresentation
CommandButtonPresentationModel commandPresentation
-
disabledIcon
org.pushingpixels.neon.api.icon.ResizableIcon disabledIcon
Associated disabled icon.
- See Also:
JCommandButton.setDisabledIcon(ResizableIcon),
JCommandButton.getDisabledIcon()
-
extraText
java.lang.String extraText
Additional text. It is up to the presentation layer to decide whether to display this
text (depending on the layout and available space).
- See Also:
JCommandButton.setExtraText(String),
JCommandButton.getExtraText()
-
hgapScaleFactor
double hgapScaleFactor
Scale factor for horizontal gaps.
- See Also:
JCommandButton.setHGapScaleFactor(double),
JCommandButton.getHGapScaleFactor()
-
horizontalAlignment
int horizontalAlignment
Horizontal alignment of the content.
- See Also:
JCommandButton.setHorizontalAlignment(int),
JCommandButton.getHorizontalAlignment()
-
icon
org.pushingpixels.neon.api.icon.ResizableIcon icon
Associated icon.
- See Also:
JCommandButton.setIcon(ResizableIcon),
JCommandButton.getIcon()
-
iconDimension
int iconDimension
- See Also:
JCommandButton.getIconDimension(),
JCommandButton.setIconDimension(int)
-
isAutoRepeatAction
boolean isAutoRepeatAction
Indicates the auto-repeat action mode. When the button is not in the
auto-repeat action mode, the registered action listeners are activated
when the mouse is released (just as with the base
AbstractButton
). When the button is in auto-repeat mode, the registered action
listeners are activated when the mouse is pressed. In addition, if the
mouse is still pressed after
JCommandButton.getAutoRepeatInitialInterval(), the
action listeners will be activated every
JCommandButton.getAutoRepeatSubsequentInterval() until the button is disabled
or the mouse is released.
- See Also:
JCommandButton.autoRepeatInitialInterval,
JCommandButton.autoRepeatSubsequentInterval,
JCommandButton.setAutoRepeatAction(boolean),
JCommandButton.isAutoRepeatAction()
-
isFireActionOnRollover
boolean isFireActionOnRollover
Indicates that rollover should result in firing the action. Used in
conjunction with the
JCommandButton.isAutoRepeatAction can model quick pan
buttons such as breadcrumb bar scrollers.
- See Also:
JCommandButton.setFireActionOnRollover(boolean),
JCommandButton.isFireActionOnRollover()
-
isFlat
boolean isFlat
Indication whether this button is flat.
- See Also:
JCommandButton.setFlat(boolean),
JCommandButton.isFlat()
-
locationOrderKind
JCommandButton.CommandButtonLocationOrderKind locationOrderKind
Location order kind for buttons placed in command button strips or for
buttons that need the visuals of segmented strips.
- See Also:
JCommandButton.setLocationOrderKind(CommandButtonLocationOrderKind),
JCommandButton.getLocationOrderKind()
-
popupCallback
PopupPanelCallback popupCallback
Associated popup callback. May be null.
- See Also:
JCommandButton.setPopupCallback(PopupPanelCallback),
JCommandButton.getPopupCallback()
-
popupHandler
org.pushingpixels.flamingo.api.common.JCommandButton.PopupHandler popupHandler
Default popup handler for this button.
-
popupHorizontalGravity
CommandButtonPresentationModel.PopupHorizontalGravity popupHorizontalGravity
The popup horizontal gravity of this button.
- See Also:
JCommandButton.setPopupHorizontalGravity(CommandButtonPresentationModel.PopupHorizontalGravity),
JCommandButton.getPopupHorizontalGravity()
-
popupKeyTip
java.lang.String popupKeyTip
Key tip for the popup area of this button.
- See Also:
JCommandButton.setPopupKeyTip(String),
JCommandButton.getPopupKeyTip()
-
popupModel
PopupButtonModel popupModel
Popup model of this button.
- See Also:
JCommandButton.setPopupModel(PopupButtonModel),
JCommandButton.getPopupModel()
-
popupOrientationKind
CommandButtonPresentationModel.PopupOrientationKind popupOrientationKind
The popup orientation kind of this button.
- See Also:
JCommandButton.setPopupOrientationKind(CommandButtonPresentationModel.PopupOrientationKind),
JCommandButton.getPopupOrientationKind()
-
popupRichTooltip
RichTooltip popupRichTooltip
Rich tooltip for the popup area of this button.
- See Also:
JCommandButton.setPopupRichTooltip(RichTooltip),
JCommandButton.getRichTooltip(MouseEvent)
-
presentationState
CommandButtonPresentationState presentationState
Current presentation state of this button.
- See Also:
JCommandButton.setPresentationState(CommandButtonPresentationState),
JCommandButton.getPresentationState()
-
projection
Projection<T extends javax.swing.JComponent,C extends ContentModel,P extends PresentationModel> projection
-
text
java.lang.String text
The button text.
- See Also:
JCommandButton.setText(String),
JCommandButton.getText()
-
vgapScaleFactor
double vgapScaleFactor
Scale factor for vertical gaps.
- See Also:
JCommandButton.setVGapScaleFactor(double),
JCommandButton.getVGapScaleFactor()