|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.awt.Component
java.awt.Container
javax.swing.JComponent
org.pushingpixels.flamingo.api.common.RichToolTipManager.JTrackableComponent
org.pushingpixels.flamingo.api.common.AbstractCommandButton
org.pushingpixels.flamingo.api.common.JCommandButton
public class JCommandButton
Command button.
Nested Class Summary | |
---|---|
static class |
JCommandButton.CommandButtonKind
Enumerates the available command button kinds. |
static class |
JCommandButton.CommandButtonPopupOrientationKind
Orientation kind for the popup. |
Nested classes/interfaces inherited from class org.pushingpixels.flamingo.api.common.AbstractCommandButton |
---|
AbstractCommandButton.CommandButtonLocationOrderKind |
Nested classes/interfaces inherited from class javax.swing.JComponent |
---|
javax.swing.JComponent.AccessibleJComponent |
Nested classes/interfaces inherited from class java.awt.Container |
---|
java.awt.Container.AccessibleAWTContainer |
Nested classes/interfaces inherited from class java.awt.Component |
---|
java.awt.Component.AccessibleAWTComponent, java.awt.Component.BaselineResizeBehavior, java.awt.Component.BltBufferStrategy, java.awt.Component.FlipBufferStrategy |
Field Summary | |
---|---|
protected int |
autoRepeatInitialInterval
The initial interval for invoking the registered action listeners in the auto-repeat action mode. |
protected int |
autoRepeatSubsequentInterval
The subsequent interval for invoking the registered action listeners in the auto-repeat action mode. |
protected JCommandButton.CommandButtonKind |
commandButtonKind
The command button kind of this button. |
protected boolean |
isAutoRepeatAction
Indicates the auto-repeat action mode. |
protected boolean |
isFireActionOnRollover
Indicates that rollover should result in firing the action. |
protected PopupPanelCallback |
popupCallback
Associated popup callback. |
protected org.pushingpixels.flamingo.api.common.JCommandButton.PopupHandler |
popupHandler
Default popup handler for this button. |
protected java.lang.String |
popupKeyTip
Key tip for the popup area of this button. |
protected PopupButtonModel |
popupModel
Popup model of this button. |
protected JCommandButton.CommandButtonPopupOrientationKind |
popupOrientationKind
The popup orientation kind of this button. |
static java.lang.String |
uiClassID
The UI class ID string. |
Fields inherited from class org.pushingpixels.flamingo.api.common.AbstractCommandButton |
---|
actionHandler, actionKeyTip, actionModel, customDimension, disabledIcon, displayState, extraText, icon, isFlat |
Fields inherited from class javax.swing.JComponent |
---|
accessibleContext, listenerList, TOOL_TIP_TEXT_KEY, ui, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW |
Fields inherited from class java.awt.Component |
---|
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
Fields inherited from interface java.awt.image.ImageObserver |
---|
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
Constructor Summary | |
---|---|
JCommandButton(ResizableIcon icon)
Creates a new command button with empty text |
|
JCommandButton(java.lang.String title)
Creates a new command button without an icon. |
|
JCommandButton(java.lang.String title,
ResizableIcon icon)
Creates a new command button. |
Method Summary | |
---|---|
void |
doPopupClick()
Programmatically perform a "click" on the popup area. |
protected void |
firePopupActionPerformed(java.awt.event.ActionEvent event)
Notifies all listeners that have registered interest for notification on this event type. |
int |
getAutoRepeatInitialInterval()
Returns the initial interval for invoking the registered action listeners in the auto-repeat action mode. |
int |
getAutoRepeatSubsequentInterval()
Returns the subsequent interval for invoking the registered action listeners in the auto-repeat action mode. |
JCommandButton.CommandButtonKind |
getCommandButtonKind()
Returns the command button kind of this button. |
PopupPanelCallback |
getPopupCallback()
Returns the associated popup callback. |
java.lang.String |
getPopupKeyTip()
Returns the key tip for the popup area of this button. |
PopupButtonModel |
getPopupModel()
Returns the popup model of this button. |
JCommandButton.CommandButtonPopupOrientationKind |
getPopupOrientationKind()
Returns the popup orientation kind of this button. |
RichTooltip |
getRichTooltip(java.awt.event.MouseEvent event)
|
java.lang.String |
getUIClassID()
|
boolean |
isAutoRepeatAction()
Returns indication whether the button is in auto-repeat action mode. |
boolean |
isFireActionOnRollover()
Returns indication whether this button is in action-on-rollover mode. |
void |
setActionKeyTip(java.lang.String actionKeyTip)
Sets the key tip for the action area of this button. |
void |
setAutoRepeatAction(boolean isAutoRepeatAction)
Sets the auto-repeat action indication. |
void |
setAutoRepeatActionIntervals(int initial,
int subsequent)
Sets the intervals for the auto-repeat action mode. |
void |
setCommandButtonKind(JCommandButton.CommandButtonKind commandButtonKind)
Sets the kind for this button. |
void |
setEnabled(boolean b)
|
void |
setFireActionOnRollover(boolean isFireActionOnRollover)
Sets action-on-rollover mode. |
void |
setPopupCallback(PopupPanelCallback popupCallback)
Sets new popup callback for this button. |
void |
setPopupKeyTip(java.lang.String popupKeyTip)
Sets the key tip for the popup area of this button. |
void |
setPopupModel(PopupButtonModel newModel)
Sets the new popup model for this button. |
void |
setPopupOrientationKind(JCommandButton.CommandButtonPopupOrientationKind popupOrientationKind)
Sets the popup orientation for this button. |
void |
setPopupRichTooltip(RichTooltip richTooltip)
Sets the rich tooltip for the popup area of this button. |
void |
updateUI()
|
Methods inherited from class javax.swing.JComponent |
---|
addAncestorListener, addNotify, addVetoableChangeListener, computeVisibleRect, contains, createToolTip, disable, enable, firePropertyChange, firePropertyChange, firePropertyChange, fireVetoableChange, getAccessibleContext, getActionForKeyStroke, getActionMap, getAlignmentX, getAlignmentY, getAncestorListeners, getAutoscrolls, getBaseline, getBaselineResizeBehavior, getBorder, getBounds, getClientProperty, getComponentGraphics, getComponentPopupMenu, getConditionForKeyStroke, getDebugGraphicsOptions, getDefaultLocale, getFontMetrics, getGraphics, getHeight, getInheritsPopupMenu, getInputMap, getInputMap, getInputVerifier, getInsets, getInsets, getListeners, getLocation, getMaximumSize, getMinimumSize, getNextFocusableComponent, getPopupLocation, getPreferredSize, getRegisteredKeyStrokes, getRootPane, getSize, getToolTipLocation, getToolTipText, getToolTipText, getTopLevelAncestor, getTransferHandler, getVerifyInputWhenFocusTarget, getVetoableChangeListeners, getVisibleRect, getWidth, getX, getY, grabFocus, isDoubleBuffered, isLightweightComponent, isManagingFocus, isOpaque, isOptimizedDrawingEnabled, isPaintingForPrint, isPaintingTile, isRequestFocusEnabled, isValidateRoot, paint, paintBorder, paintChildren, paintComponent, paintImmediately, paintImmediately, paramString, print, printAll, printBorder, printChildren, printComponent, processComponentKeyEvent, processKeyBinding, processKeyEvent, processMouseEvent, processMouseMotionEvent, putClientProperty, registerKeyboardAction, registerKeyboardAction, removeAncestorListener, removeNotify, removeVetoableChangeListener, repaint, repaint, requestDefaultFocus, requestFocus, requestFocus, requestFocusInWindow, requestFocusInWindow, resetKeyboardActions, reshape, revalidate, scrollRectToVisible, setActionMap, setAlignmentX, setAlignmentY, setAutoscrolls, setBackground, setBorder, setComponentPopupMenu, setDebugGraphicsOptions, setDefaultLocale, setDoubleBuffered, setFocusTraversalKeys, setFont, setForeground, setInheritsPopupMenu, setInputMap, setInputVerifier, setMaximumSize, setMinimumSize, setNextFocusableComponent, setOpaque, setPreferredSize, setRequestFocusEnabled, setTransferHandler, setUI, setVerifyInputWhenFocusTarget, setVisible, unregisterKeyboardAction, update |
Methods inherited from class java.awt.Container |
---|
add, add, add, add, add, addContainerListener, addImpl, addPropertyChangeListener, addPropertyChangeListener, applyComponentOrientation, areFocusTraversalKeysSet, countComponents, deliverEvent, doLayout, findComponentAt, findComponentAt, getComponent, getComponentAt, getComponentAt, getComponentCount, getComponents, getComponentZOrder, getContainerListeners, getFocusTraversalKeys, getFocusTraversalPolicy, getLayout, getMousePosition, insets, invalidate, isAncestorOf, isFocusCycleRoot, isFocusCycleRoot, isFocusTraversalPolicyProvider, isFocusTraversalPolicySet, layout, list, list, locate, minimumSize, paintComponents, preferredSize, printComponents, processContainerEvent, processEvent, remove, remove, removeAll, removeContainerListener, setComponentZOrder, setFocusCycleRoot, setFocusTraversalPolicy, setFocusTraversalPolicyProvider, setLayout, transferFocusBackward, transferFocusDownCycle, validate, validateTree |
Methods inherited from class java.awt.Component |
---|
action, add, addComponentListener, addFocusListener, addHierarchyBoundsListener, addHierarchyListener, addInputMethodListener, addKeyListener, addMouseListener, addMouseMotionListener, addMouseWheelListener, bounds, checkImage, checkImage, coalesceEvents, contains, createImage, createImage, createVolatileImage, createVolatileImage, disableEvents, dispatchEvent, enable, enableEvents, enableInputMethods, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, getBackground, getBounds, getColorModel, getComponentListeners, getComponentOrientation, getCursor, getDropTarget, getFocusCycleRootAncestor, getFocusListeners, getFocusTraversalKeysEnabled, getFont, getForeground, getGraphicsConfiguration, getHierarchyBoundsListeners, getHierarchyListeners, getIgnoreRepaint, getInputContext, getInputMethodListeners, getInputMethodRequests, getKeyListeners, getLocale, getLocation, getLocationOnScreen, getMouseListeners, getMouseMotionListeners, getMousePosition, getMouseWheelListeners, getName, getParent, getPeer, getPropertyChangeListeners, getPropertyChangeListeners, getSize, getToolkit, getTreeLock, gotFocus, handleEvent, hasFocus, hide, imageUpdate, inside, isBackgroundSet, isCursorSet, isDisplayable, isEnabled, isFocusable, isFocusOwner, isFocusTraversable, isFontSet, isForegroundSet, isLightweight, isMaximumSizeSet, isMinimumSizeSet, isPreferredSizeSet, isShowing, isValid, isVisible, keyDown, keyUp, list, list, list, location, lostFocus, mouseDown, mouseDrag, mouseEnter, mouseExit, mouseMove, mouseUp, move, nextFocus, paintAll, postEvent, prepareImage, prepareImage, processComponentEvent, processFocusEvent, processHierarchyBoundsEvent, processHierarchyEvent, processInputMethodEvent, processMouseWheelEvent, remove, removeComponentListener, removeFocusListener, removeHierarchyBoundsListener, removeHierarchyListener, removeInputMethodListener, removeKeyListener, removeMouseListener, removeMouseMotionListener, removeMouseWheelListener, removePropertyChangeListener, removePropertyChangeListener, repaint, repaint, repaint, resize, resize, setBounds, setBounds, setComponentOrientation, setCursor, setDropTarget, setFocusable, setFocusTraversalKeysEnabled, setIgnoreRepaint, setLocale, setLocation, setLocation, setName, setSize, setSize, show, show, size, toString, transferFocus, transferFocusUpCycle |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String uiClassID
protected PopupPanelCallback popupCallback
null
.
setPopupCallback(PopupPanelCallback)
,
getPopupCallback()
protected JCommandButton.CommandButtonKind commandButtonKind
setCommandButtonKind(CommandButtonKind)
,
getCommandButtonKind()
protected JCommandButton.CommandButtonPopupOrientationKind popupOrientationKind
setPopupOrientationKind(CommandButtonPopupOrientationKind)
,
getPopupOrientationKind()
protected boolean isAutoRepeatAction
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 getAutoRepeatInitialInterval()
, the
action listeners will be activated every
getAutoRepeatSubsequentInterval()
until the button is disabled
or the mouse is released.
autoRepeatInitialInterval
,
autoRepeatSubsequentInterval
,
setAutoRepeatAction(boolean)
,
isAutoRepeatAction()
protected int autoRepeatInitialInterval
isAutoRepeatAction
,
autoRepeatSubsequentInterval
,
getAutoRepeatInitialInterval()
,
setAutoRepeatActionIntervals(int, int)
protected int autoRepeatSubsequentInterval
isAutoRepeatAction
,
autoRepeatInitialInterval
,
getAutoRepeatSubsequentInterval()
,
setAutoRepeatActionIntervals(int, int)
protected boolean isFireActionOnRollover
isAutoRepeatAction
can model quick pan
buttons such as breadcrumb bar scrollers.
setFireActionOnRollover(boolean)
,
isFireActionOnRollover()
protected PopupButtonModel popupModel
setPopupModel(PopupButtonModel)
,
getPopupModel()
protected org.pushingpixels.flamingo.api.common.JCommandButton.PopupHandler popupHandler
protected java.lang.String popupKeyTip
setPopupKeyTip(String)
,
getPopupKeyTip()
Constructor Detail |
---|
public JCommandButton(ResizableIcon icon)
icon
- Button icon.public JCommandButton(java.lang.String title)
title
- Button title. May contain any number of words.public JCommandButton(java.lang.String title, ResizableIcon icon)
title
- Button title. May contain any number of words.icon
- Button icon.Method Detail |
---|
public JCommandButton.CommandButtonKind getCommandButtonKind()
setCommandButtonKind(CommandButtonKind)
public void setCommandButtonKind(JCommandButton.CommandButtonKind commandButtonKind)
commandButtonKind
property change event.
commandButtonKind
- The new button kind.getCommandButtonKind()
public JCommandButton.CommandButtonPopupOrientationKind getPopupOrientationKind()
setPopupOrientationKind(CommandButtonPopupOrientationKind)
public void setPopupOrientationKind(JCommandButton.CommandButtonPopupOrientationKind popupOrientationKind)
popupOrientationKind
property change event.
popupOrientationKind
- The new popup orientation kind.getPopupOrientationKind()
public void updateUI()
updateUI
in class javax.swing.JComponent
public java.lang.String getUIClassID()
getUIClassID
in class javax.swing.JComponent
public PopupPanelCallback getPopupCallback()
setPopupCallback(PopupPanelCallback)
public void setPopupCallback(PopupPanelCallback popupCallback)
this
button.
popupCallback
- New popup callback for this
button.getPopupCallback()
public void setAutoRepeatAction(boolean isAutoRepeatAction)
isAutoRepeatAction
- If true
, pressing the button will activate
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, is the mouse is still pressed
after getAutoRepeatInitialInterval()
, the action
listeners will be activated every
getAutoRepeatSubsequentInterval()
until the button is
disabled or the mouse is released.setAutoRepeatActionIntervals(int, int)
,
isAutoRepeatAction()
public void setAutoRepeatActionIntervals(int initial, int subsequent)
initial
- The initial interval for invoking the registered action
listeners in the auto-repeat action mode.subsequent
- The subsequent interval for invoking the registered action
listeners in the auto-repeat action mode.setAutoRepeatAction(boolean)
,
isAutoRepeatAction()
,
getAutoRepeatInitialInterval()
,
getAutoRepeatSubsequentInterval()
public boolean isAutoRepeatAction()
true
if the button is in auto-repeat action mode,
false
otherwise.setAutoRepeatAction(boolean)
,
setAutoRepeatActionIntervals(int, int)
,
getAutoRepeatInitialInterval()
,
getAutoRepeatSubsequentInterval()
public int getAutoRepeatInitialInterval()
setAutoRepeatActionIntervals(int, int)
,
setAutoRepeatAction(boolean)
,
isAutoRepeatAction()
,
getAutoRepeatSubsequentInterval()
public int getAutoRepeatSubsequentInterval()
setAutoRepeatActionIntervals(int, int)
,
setAutoRepeatAction(boolean)
,
isAutoRepeatAction()
,
getAutoRepeatInitialInterval()
public void setFireActionOnRollover(boolean isFireActionOnRollover)
setAutoRepeatAction(boolean)
passing true
to get
auto-repeat action fired on rollover (useful for quicker manipulation of
scroller buttons, for example).
isFireActionOnRollover
- If true
, the button is moved into the
action-on-rollover mode.isFireActionOnRollover()
public boolean isFireActionOnRollover()
true
if this button is in action-on-rollover mode,
false
otherwise.setFireActionOnRollover(boolean)
public PopupButtonModel getPopupModel()
setPopupModel(PopupButtonModel)
public void setPopupModel(PopupButtonModel newModel)
popupModel
property change event.
newModel
- The new popup model for this button.getPopupModel()
public void setEnabled(boolean b)
setEnabled
in class AbstractCommandButton
protected void firePopupActionPerformed(java.awt.event.ActionEvent event)
event
parameter.
event
- the ActionEvent
objectEventListenerList
public void setPopupRichTooltip(RichTooltip richTooltip)
richTooltip
- Rich tooltip for the popup area of this button.getRichTooltip(MouseEvent)
,
AbstractCommandButton.setActionRichTooltip(RichTooltip)
public RichTooltip getRichTooltip(java.awt.event.MouseEvent event)
getRichTooltip
in class AbstractCommandButton
public java.lang.String getPopupKeyTip()
setPopupKeyTip(String)
,
AbstractCommandButton.getActionKeyTip()
public void setPopupKeyTip(java.lang.String popupKeyTip)
popupKeyTip
property change event.
popupKeyTip
- The key tip for the popup area of this button.getPopupKeyTip()
,
setActionKeyTip(String)
public void setActionKeyTip(java.lang.String actionKeyTip)
AbstractCommandButton
actionKeyTip
property change event.
setActionKeyTip
in class AbstractCommandButton
actionKeyTip
- The key tip for the action area of this button.AbstractCommandButton.getActionKeyTip()
public void doPopupClick()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |