public class WebSplitButton extends javax.swing.JButton implements java.awt.event.ActionListener, Styleable, Skinnable, Paintable, ShapeProvider, MarginSupport, PaddingSupport, EventMethods, ToolTipMethods, com.alee.managers.language.LanguageMethods, FontMethods<WebSplitButton>, SizeMethods<WebSplitButton>
javax.swing.JButton.AccessibleJButtonjavax.swing.AbstractButton.AccessibleAbstractButton, javax.swing.AbstractButton.ButtonChangeListenerjavax.swing.JComponent.AccessibleJComponent| Modifier and Type | Field and Description |
|---|---|
protected boolean |
alwaysShowMenu
Whether should always display popup menu when button is clicked or not.
|
static javax.swing.ImageIcon |
defaultSplitIcon
Default split button icon.
|
protected javax.swing.JPopupMenu |
popupMenu
Split button popup menu.
|
protected PopupMenuWay |
popupMenuWay
Popup menu display way.
|
static java.lang.String |
SPLIT_ICON_PROPERTY
Custom component properties.
|
protected javax.swing.Icon |
splitIcon
Split button icon.
|
actionListener, BORDER_PAINTED_CHANGED_PROPERTY, changeEvent, changeListener, CONTENT_AREA_FILLED_CHANGED_PROPERTY, DISABLED_ICON_CHANGED_PROPERTY, DISABLED_SELECTED_ICON_CHANGED_PROPERTY, FOCUS_PAINTED_CHANGED_PROPERTY, HORIZONTAL_ALIGNMENT_CHANGED_PROPERTY, HORIZONTAL_TEXT_POSITION_CHANGED_PROPERTY, ICON_CHANGED_PROPERTY, itemListener, MARGIN_CHANGED_PROPERTY, MNEMONIC_CHANGED_PROPERTY, model, MODEL_CHANGED_PROPERTY, PRESSED_ICON_CHANGED_PROPERTY, ROLLOVER_ENABLED_CHANGED_PROPERTY, ROLLOVER_ICON_CHANGED_PROPERTY, ROLLOVER_SELECTED_ICON_CHANGED_PROPERTY, SELECTED_ICON_CHANGED_PROPERTY, TEXT_CHANGED_PROPERTY, VERTICAL_ALIGNMENT_CHANGED_PROPERTY, VERTICAL_TEXT_POSITION_CHANGED_PROPERTYlistenerList, TOOL_TIP_TEXT_KEY, ui, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOWaccessibleContext, BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENTEMPTYEMPTYUNDEFINED| Constructor and Description |
|---|
WebSplitButton()
Constructs new split button.
|
WebSplitButton(javax.swing.Action action)
Constructs new split button.
|
WebSplitButton(java.awt.event.ActionListener listener)
Constructs new split button.
|
WebSplitButton(javax.swing.Icon icon)
Constructs new split button.
|
WebSplitButton(javax.swing.Icon icon,
java.awt.event.ActionListener listener)
Constructs new split button.
|
WebSplitButton(javax.swing.Icon icon,
javax.swing.Icon rolloverIcon)
Constructs new split button.
|
WebSplitButton(java.lang.String text)
Constructs new split button.
|
WebSplitButton(java.lang.String text,
java.awt.event.ActionListener listener)
Constructs new split button.
|
WebSplitButton(java.lang.String text,
javax.swing.Icon icon)
Constructs new split button.
|
WebSplitButton(java.lang.String text,
javax.swing.Icon icon,
java.awt.event.ActionListener listener)
Constructs new split button.
|
WebSplitButton(StyleId id)
Constructs new split button.
|
WebSplitButton(StyleId id,
javax.swing.Action action)
Constructs new split button.
|
WebSplitButton(StyleId id,
java.awt.event.ActionListener listener)
Constructs new split button.
|
WebSplitButton(StyleId id,
javax.swing.Icon icon)
Constructs new split button.
|
WebSplitButton(StyleId id,
javax.swing.Icon icon,
java.awt.event.ActionListener listener)
Constructs new split button.
|
WebSplitButton(StyleId id,
javax.swing.Icon icon,
javax.swing.Icon rolloverIcon)
Constructs new split button.
|
WebSplitButton(StyleId id,
java.lang.String text)
Constructs new split button.
|
WebSplitButton(StyleId id,
java.lang.String text,
java.awt.event.ActionListener listener)
Constructs new split button.
|
WebSplitButton(StyleId id,
java.lang.String text,
javax.swing.Icon icon)
Constructs new split button.
|
WebSplitButton(StyleId id,
java.lang.String text,
javax.swing.Icon icon,
java.awt.event.ActionListener listener)
Constructs new split button.
|
| Modifier and Type | Method and Description |
|---|---|
void |
actionPerformed(java.awt.event.ActionEvent e) |
void |
addSplitButtonListener(SplitButtonListener listener)
Adds SplitButtonListener to the button.
|
void |
addStyleListener(StyleListener listener)
Adds style change listener.
|
WebCustomTooltip |
addToolTip(javax.swing.Icon icon,
java.lang.String tooltip)
Adds custom WebLaF tooltip to the component.
|
WebCustomTooltip |
addToolTip(javax.swing.Icon icon,
java.lang.String tooltip,
com.alee.managers.language.data.TooltipWay tooltipWay)
Adds custom WebLaF tooltip to the component.
|
WebCustomTooltip |
addToolTip(javax.swing.Icon icon,
java.lang.String tooltip,
com.alee.managers.language.data.TooltipWay tooltipWay,
int delay)
Adds custom WebLaF tooltip to the component.
|
WebCustomTooltip |
addToolTip(javax.swing.JComponent tooltip)
Adds custom WebLaF tooltip to the component.
|
WebCustomTooltip |
addToolTip(javax.swing.JComponent tooltip,
int delay)
Adds custom WebLaF tooltip to the component.
|
WebCustomTooltip |
addToolTip(javax.swing.JComponent tooltip,
com.alee.managers.language.data.TooltipWay tooltipWay)
Adds custom WebLaF tooltip to the component.
|
WebCustomTooltip |
addToolTip(javax.swing.JComponent tooltip,
com.alee.managers.language.data.TooltipWay tooltipWay,
int delay)
Adds custom WebLaF tooltip to the component.
|
WebCustomTooltip |
addToolTip(java.lang.String tooltip)
Adds custom WebLaF tooltip to the component.
|
WebCustomTooltip |
addToolTip(java.lang.String tooltip,
com.alee.managers.language.data.TooltipWay tooltipWay)
Adds custom WebLaF tooltip to the component.
|
WebCustomTooltip |
addToolTip(java.lang.String tooltip,
com.alee.managers.language.data.TooltipWay tooltipWay,
int delay)
Adds custom WebLaF tooltip to the component.
|
WebSplitButton |
changeFontSize(int change)
Changes font size of the specified component.
|
protected void |
fireButtonClicked(java.awt.event.ActionEvent event)
Notifies all listeners that have registered interest for notification on this event type.
|
protected void |
fireSplitbuttonClicked(java.awt.event.ActionEvent event)
Notifies all listeners that have registered interest for notification on this event type.
|
Painter |
getCustomPainter()
Returns custom base painter for this component.
|
Painter |
getCustomPainter(java.lang.String id)
Returns custom painter for this component.
|
java.util.Map<java.lang.String,Painter> |
getCustomPainters()
Returns all custom painters for this component.
|
java.lang.String |
getFontName()
Returns component font name.
|
int |
getFontSize()
Returns component font size.
|
java.awt.Insets |
getMargin()
Returns current margin.
|
int |
getMaximumHeight()
Returns component maximum height.
|
int |
getMaximumWidth()
Returns component maximum width.
|
int |
getMinimumHeight()
Returns component minimum height.
|
int |
getMinimumWidth()
Returns component minimum width.
|
java.awt.Insets |
getPadding()
Returns current padding.
|
javax.swing.JPopupMenu |
getPopupMenu()
Returns the popup menu if set, null otherwise.
|
PopupMenuWay |
getPopupMenuWay()
Returns approximate popup menu display way.
|
int |
getPreferredHeight()
Returns component preferred height.
|
java.awt.Dimension |
getPreferredSize()
Returns component preferred size.
|
int |
getPreferredWidth()
Returns component preferred width.
|
Skin |
getSkin()
Returns skin currently applied to this component.
|
javax.swing.Icon |
getSplitIcon()
Returns split button icon.
|
StyleId |
getStyleId()
Returns component style ID.
|
java.lang.String |
getUIClassID() |
protected void |
init(java.lang.String text,
javax.swing.Icon icon) |
boolean |
isAlwaysShowMenu()
Returns whether should always display popup menu when button is clicked or not.
|
boolean |
isBoldFont()
Returns whether component font is bold or not.
|
boolean |
isItalicFont()
Returns whether component font is italic or not.
|
boolean |
isLanguageSet() |
boolean |
isPlainFont()
Returns whether component font is plain or not.
|
java.awt.event.MouseAdapter |
onDoubleClick(MouseEventRunnable runnable)
Shortcut method for double-click mouse event.
|
java.awt.event.FocusAdapter |
onFocusGain(FocusEventRunnable runnable)
Shortcut method for focus gain event.
|
java.awt.event.FocusAdapter |
onFocusLoss(FocusEventRunnable runnable)
Shortcut method for focus loss event.
|
java.awt.event.KeyAdapter |
onKeyPress(HotkeyData hotkey,
KeyEventRunnable runnable)
Shortcut method for key press event.
|
java.awt.event.KeyAdapter |
onKeyPress(KeyEventRunnable runnable)
Shortcut method for key press event.
|
java.awt.event.KeyAdapter |
onKeyRelease(HotkeyData hotkey,
KeyEventRunnable runnable)
Shortcut method for key release event.
|
java.awt.event.KeyAdapter |
onKeyRelease(KeyEventRunnable runnable)
Shortcut method for key release event.
|
java.awt.event.KeyAdapter |
onKeyType(HotkeyData hotkey,
KeyEventRunnable runnable)
Shortcut method for key type event.
|
java.awt.event.KeyAdapter |
onKeyType(KeyEventRunnable runnable)
Shortcut method for key type event.
|
java.awt.event.MouseAdapter |
onMenuTrigger(MouseEventRunnable runnable)
Shortcut method for mouse event triggering popup menu.
|
java.awt.event.MouseAdapter |
onMouseClick(MouseButton mouseButton,
MouseEventRunnable runnable)
Shortcut method for mouse click event.
|
java.awt.event.MouseAdapter |
onMouseClick(MouseEventRunnable runnable)
Shortcut method for mouse click event.
|
java.awt.event.MouseAdapter |
onMouseDrag(MouseButton mouseButton,
MouseEventRunnable runnable)
Shortcut method for mouse drag event.
|
java.awt.event.MouseAdapter |
onMouseDrag(MouseEventRunnable runnable)
Shortcut method for mouse drag event.
|
java.awt.event.MouseAdapter |
onMouseEnter(MouseEventRunnable runnable)
Shortcut method for mouse enter event.
|
java.awt.event.MouseAdapter |
onMouseExit(MouseEventRunnable runnable)
Shortcut method for mouse exit event.
|
java.awt.event.MouseAdapter |
onMousePress(MouseButton mouseButton,
MouseEventRunnable runnable)
Shortcut method for mouse press event.
|
java.awt.event.MouseAdapter |
onMousePress(MouseEventRunnable runnable)
Shortcut method for mouse press event.
|
java.awt.Shape |
provideShape()
Returns component shape.
|
void |
removeLanguage() |
void |
removeLanguageUpdater() |
void |
removeSplitButtonListener(SplitButtonListener listener)
Removes SplitButtonListener from the button.
|
void |
removeStyleListener(StyleListener listener)
Removes style change listener.
|
void |
removeToolTip(WebCustomTooltip tooltip)
Removes specified custom WebLaF tooltip from the component.
|
void |
removeToolTips()
Removes all custom WebLaF tooltips from the component.
|
void |
removeToolTips(java.util.List<WebCustomTooltip> tooltips)
Removes specified custom WebLaF tooltips from the component.
|
void |
removeToolTips(WebCustomTooltip... tooltips)
Removes specified custom WebLaF tooltips from the component.
|
boolean |
restoreDefaultPainters()
Restores default painters for this component.
|
Skin |
restoreSkin()
Restores global skin for this component and all of its children linked via
StyleId. |
void |
setAlwaysShowMenu(boolean alwaysShowMenu)
Sets whether should always display popup menu when button is clicked or not.
|
WebSplitButton |
setBoldFont()
Sets bold font for the component.
|
WebSplitButton |
setBoldFont(boolean apply)
Sets bold font for the component.
|
Painter |
setCustomPainter(Painter painter)
Sets custom base painter for this component.
|
Painter |
setCustomPainter(java.lang.String id,
Painter painter)
Sets custom painter for this component under the specified painter ID.
|
WebSplitButton |
setFontName(java.lang.String fontName)
Sets component font name.
|
WebSplitButton |
setFontSize(int fontSize)
Sets component font size.
|
WebSplitButton |
setFontSizeAndStyle(int fontSize,
boolean bold,
boolean italic)
Sets font size and style for the specified component.
|
WebSplitButton |
setFontSizeAndStyle(int fontSize,
int style)
Sets font size and style for the specified component.
|
WebSplitButton |
setFontStyle(boolean bold,
boolean italic)
Sets component font style.
|
WebSplitButton |
setFontStyle(int style)
Sets component font style.
|
WebSplitButton |
setItalicFont()
Sets italic or plain font for the component.
|
WebSplitButton |
setItalicFont(boolean apply)
Sets italic or plain font for the component.
|
void |
setLanguage(java.lang.String key,
java.lang.Object... data) |
void |
setLanguageUpdater(com.alee.managers.language.updaters.LanguageUpdater updater) |
void |
setMargin(java.awt.Insets margin)
Sets new margin.
|
void |
setMargin(int margin)
Sets new margin.
|
void |
setMargin(int top,
int left,
int bottom,
int right)
Sets new margin.
|
WebSplitButton |
setMaximumHeight(int maximumHeight)
Sets component maximum height.
|
WebSplitButton |
setMaximumWidth(int maximumWidth)
Sets component maximum width.
|
WebSplitButton |
setMinimumHeight(int minimumHeight)
Sets component minimum height.
|
WebSplitButton |
setMinimumWidth(int minimumWidth)
Sets component minimum width.
|
void |
setPadding(java.awt.Insets padding)
Sets new padding.
|
void |
setPadding(int padding)
Sets new padding.
|
void |
setPadding(int top,
int left,
int bottom,
int right)
Sets new padding.
|
WebSplitButton |
setPlainFont()
Sets plain font for the component.
|
WebSplitButton |
setPlainFont(boolean apply)
Sets plain font for the component.
|
void |
setPopupMenu(javax.swing.JPopupMenu popupMenu)
Sets the popup menu to be displayed, when the split part of the button is clicked.
|
void |
setPopupMenuWay(PopupMenuWay way)
Sets approximate popup menu display way.
|
WebSplitButton |
setPreferredHeight(int preferredHeight)
Sets component preferred height.
|
WebSplitButton |
setPreferredSize(int width,
int height)
Sets component preferred size.
|
WebSplitButton |
setPreferredWidth(int preferredWidth)
Sets component preferred width.
|
Skin |
setSkin(Skin skin)
Applies specified skin to the specified component and all of its children linked via
StyleId. |
Skin |
setSkin(Skin skin,
boolean recursively)
Applies specified skin to the specified component and all of its children linked via
StyleId. |
void |
setSplitIcon(javax.swing.Icon splitIcon)
Sets split button icon
|
StyleId |
setStyleId(StyleId id)
Sets new component style ID.
|
WebCustomTooltip |
setToolTip(javax.swing.Icon icon,
java.lang.String tooltip)
Sets single custom WebLaF tooltip into the component.
|
WebCustomTooltip |
setToolTip(javax.swing.Icon icon,
java.lang.String tooltip,
com.alee.managers.language.data.TooltipWay tooltipWay)
Sets single custom WebLaF tooltip into the component.
|
WebCustomTooltip |
setToolTip(javax.swing.Icon icon,
java.lang.String tooltip,
com.alee.managers.language.data.TooltipWay tooltipWay,
int delay)
Sets single custom WebLaF tooltip into the component.
|
WebCustomTooltip |
setToolTip(javax.swing.JComponent tooltip)
Sets single custom WebLaF tooltip into the component.
|
WebCustomTooltip |
setToolTip(javax.swing.JComponent tooltip,
int delay)
Sets single custom WebLaF tooltip into the component.
|
WebCustomTooltip |
setToolTip(javax.swing.JComponent tooltip,
com.alee.managers.language.data.TooltipWay tooltipWay)
Sets single custom WebLaF tooltip into the component.
|
WebCustomTooltip |
setToolTip(javax.swing.JComponent tooltip,
com.alee.managers.language.data.TooltipWay tooltipWay,
int delay)
Sets single custom WebLaF tooltip into the component.
|
WebCustomTooltip |
setToolTip(java.lang.String tooltip)
Sets single custom WebLaF tooltip into the component.
|
WebCustomTooltip |
setToolTip(java.lang.String tooltip,
com.alee.managers.language.data.TooltipWay tooltipWay)
Sets single custom WebLaF tooltip into the component.
|
WebCustomTooltip |
setToolTip(java.lang.String tooltip,
com.alee.managers.language.data.TooltipWay tooltipWay,
int delay)
Sets single custom WebLaF tooltip into the component.
|
void |
showPopupMenu()
Displays split button popup menu.
|
void |
updateLanguage(java.lang.Object... data) |
void |
updateLanguage(java.lang.String key,
java.lang.Object... data) |
void |
updateUI() |
getAccessibleContext, isDefaultButton, isDefaultCapable, paramString, removeNotify, setDefaultCapableactionPropertyChanged, addActionListener, addChangeListener, addImpl, addItemListener, checkHorizontalKey, checkVerticalKey, configurePropertiesFromAction, createActionListener, createActionPropertyChangeListener, createChangeListener, createItemListener, doClick, doClick, fireActionPerformed, fireItemStateChanged, fireStateChanged, getAction, getActionCommand, getActionListeners, getChangeListeners, getDisabledIcon, getDisabledSelectedIcon, getDisplayedMnemonicIndex, getHideActionText, getHorizontalAlignment, getHorizontalTextPosition, getIcon, getIconTextGap, getItemListeners, getLabel, getMnemonic, getModel, getMultiClickThreshhold, getPressedIcon, getRolloverIcon, getRolloverSelectedIcon, getSelectedIcon, getSelectedObjects, getText, getUI, getVerticalAlignment, getVerticalTextPosition, imageUpdate, isBorderPainted, isContentAreaFilled, isFocusPainted, isRolloverEnabled, isSelected, paintBorder, removeActionListener, removeChangeListener, removeItemListener, setAction, setActionCommand, setBorderPainted, setContentAreaFilled, setDisabledIcon, setDisabledSelectedIcon, setDisplayedMnemonicIndex, setEnabled, setFocusPainted, setHideActionText, setHorizontalAlignment, setHorizontalTextPosition, setIcon, setIconTextGap, setLabel, setLayout, setMnemonic, setMnemonic, setModel, setMultiClickThreshhold, setPressedIcon, setRolloverEnabled, setRolloverIcon, setRolloverSelectedIcon, setSelected, setSelectedIcon, setText, setUI, setVerticalAlignment, setVerticalTextPositionaddAncestorListener, addNotify, addVetoableChangeListener, computeVisibleRect, contains, createToolTip, disable, enable, firePropertyChange, firePropertyChange, firePropertyChange, fireVetoableChange, 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, getRegisteredKeyStrokes, getRootPane, getSize, getToolTipLocation, getToolTipText, getToolTipText, getTopLevelAncestor, getTransferHandler, getVerifyInputWhenFocusTarget, getVetoableChangeListeners, getVisibleRect, getWidth, getX, getY, grabFocus, hide, isDoubleBuffered, isLightweightComponent, isManagingFocus, isOpaque, isOptimizedDrawingEnabled, isPaintingForPrint, isPaintingOrigin, isPaintingTile, isRequestFocusEnabled, isValidateRoot, paint, paintChildren, paintComponent, paintImmediately, paintImmediately, print, printAll, printBorder, printChildren, printComponent, processComponentKeyEvent, processKeyBinding, processKeyEvent, processMouseEvent, processMouseMotionEvent, putClientProperty, registerKeyboardAction, registerKeyboardAction, removeAncestorListener, 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, setToolTipText, setTransferHandler, setUI, setVerifyInputWhenFocusTarget, setVisible, unregisterKeyboardAction, updateadd, add, add, add, add, addContainerListener, 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, transferFocusDownCycle, validate, validateTreeaction, 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, 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, transferFocusBackward, transferFocusUpCyclepublic static final javax.swing.ImageIcon defaultSplitIcon
public static final java.lang.String SPLIT_ICON_PROPERTY
protected boolean alwaysShowMenu
protected PopupMenuWay popupMenuWay
protected javax.swing.JPopupMenu popupMenu
protected javax.swing.Icon splitIcon
public WebSplitButton()
public WebSplitButton(javax.swing.Icon icon)
icon - button iconpublic WebSplitButton(javax.swing.Icon icon,
javax.swing.Icon rolloverIcon)
icon - button iconrolloverIcon - button rollover iconpublic WebSplitButton(java.lang.String text)
text - button textpublic WebSplitButton(java.lang.String text,
javax.swing.Icon icon)
text - button texticon - button iconpublic WebSplitButton(java.awt.event.ActionListener listener)
listener - button action listenerpublic WebSplitButton(javax.swing.Icon icon,
java.awt.event.ActionListener listener)
icon - button iconlistener - button action listenerpublic WebSplitButton(java.lang.String text,
java.awt.event.ActionListener listener)
text - button textlistener - button action listenerpublic WebSplitButton(java.lang.String text,
javax.swing.Icon icon,
java.awt.event.ActionListener listener)
text - button texticon - button iconlistener - button action listenerpublic WebSplitButton(javax.swing.Action action)
action - button actionpublic WebSplitButton(StyleId id)
id - style IDpublic WebSplitButton(StyleId id, javax.swing.Icon icon)
id - style IDicon - button iconpublic WebSplitButton(StyleId id, java.lang.String text)
id - style IDtext - button textpublic WebSplitButton(StyleId id, java.lang.String text, javax.swing.Icon icon)
id - style IDtext - button texticon - button iconpublic WebSplitButton(StyleId id, javax.swing.Icon icon, javax.swing.Icon rolloverIcon)
id - style IDicon - button iconrolloverIcon - button rollover iconpublic WebSplitButton(StyleId id, java.awt.event.ActionListener listener)
id - style IDlistener - button action listenerpublic WebSplitButton(StyleId id, javax.swing.Icon icon, java.awt.event.ActionListener listener)
id - style IDicon - button iconlistener - button action listenerpublic WebSplitButton(StyleId id, java.lang.String text, java.awt.event.ActionListener listener)
id - style IDtext - button textlistener - button action listenerpublic WebSplitButton(StyleId id, java.lang.String text, javax.swing.Icon icon, java.awt.event.ActionListener listener)
id - style IDtext - button texticon - button iconlistener - button action listenerpublic WebSplitButton(StyleId id, javax.swing.Action action)
id - style IDaction - button actionprotected void init(java.lang.String text,
javax.swing.Icon icon)
init in class javax.swing.AbstractButtonpublic StyleId getStyleId()
StyleablegetStyleId in interface Styleablepublic StyleId setStyleId(StyleId id)
StyleablesetStyleId in interface Styleableid - custom component style IDpublic Skin getSkin()
Skinnablepublic Skin setSkin(Skin skin, boolean recursively)
Skinnablepublic Skin restoreSkin()
SkinnableStyleId.
Actual linked children information is stored within StyleData data objects.
Restoring component skin will also include it back into the skin update cycle in case global skin will be changed.restoreSkin in interface Skinnablepublic void addStyleListener(StyleListener listener)
SkinnableaddStyleListener in interface Skinnablelistener - style change listener to addpublic void removeStyleListener(StyleListener listener)
SkinnableremoveStyleListener in interface Skinnablelistener - style change listener to removepublic java.util.Map<java.lang.String,Painter> getCustomPainters()
PaintablegetCustomPainters in interface Paintablepublic Painter getCustomPainter()
PaintablegetCustomPainter in interface Paintablepublic Painter getCustomPainter(java.lang.String id)
PaintablegetCustomPainter in interface Paintableid - painter IDpublic Painter setCustomPainter(Painter painter)
PaintablesetCustomPainter in interface Paintablepainter - custom base painterpublic Painter setCustomPainter(java.lang.String id, Painter painter)
PaintablesetCustomPainter in interface Paintableid - painter IDpainter - painterpublic boolean restoreDefaultPainters()
PaintablerestoreDefaultPainters in interface Paintablepublic java.awt.Shape provideShape()
ShapeProviderprovideShape in interface ShapeProviderpublic java.awt.Insets getMargin()
MarginSupportgetMargin in interface MarginSupportgetMargin in class javax.swing.AbstractButtonpublic void setMargin(int margin)
margin - new marginpublic void setMargin(int top,
int left,
int bottom,
int right)
top - new top marginleft - new left marginbottom - new bottom marginright - new right marginpublic void setMargin(java.awt.Insets margin)
MarginSupportnull can be provided to set an empty [0,0,0,0] margin.setMargin in interface MarginSupportsetMargin in class javax.swing.AbstractButtonmargin - new marginpublic java.awt.Insets getPadding()
PaddingSupportgetPadding in interface PaddingSupportpublic void setPadding(int padding)
padding - new paddingpublic void setPadding(int top,
int left,
int bottom,
int right)
top - new top paddingleft - new left paddingbottom - new bottom paddingright - new right paddingpublic void setPadding(java.awt.Insets padding)
PaddingSupportnull can be provided to set an empty [0,0,0,0] padding.setPadding in interface PaddingSupportpadding - new paddingpublic javax.swing.JPopupMenu getPopupMenu()
public void setPopupMenu(javax.swing.JPopupMenu popupMenu)
popupMenu - popup menu to be displayed, when the split part of the button is clickedpublic boolean isAlwaysShowMenu()
public void setAlwaysShowMenu(boolean alwaysShowMenu)
alwaysShowMenu - whether should always display popup menu when button is clicked or notpublic PopupMenuWay getPopupMenuWay()
public void setPopupMenuWay(PopupMenuWay way)
way - approximate popup menu display waypublic javax.swing.Icon getSplitIcon()
public void setSplitIcon(javax.swing.Icon splitIcon)
splitIcon - new split button iconpublic void addSplitButtonListener(SplitButtonListener listener)
listener - the SplitButtonListener to be addedpublic void removeSplitButtonListener(SplitButtonListener listener)
listener - the SplitButtonListener to be removedpublic void actionPerformed(java.awt.event.ActionEvent e)
actionPerformed in interface java.awt.event.ActionListenerpublic void showPopupMenu()
protected void fireButtonClicked(java.awt.event.ActionEvent event)
event parameter.event - the java.awt.event.ActionEvent objectEventListenerListprotected void fireSplitbuttonClicked(java.awt.event.ActionEvent event)
event parameter.event - the java.awt.event.ActionEvent objectEventListenerListpublic void updateUI()
updateUI in class javax.swing.JButtonpublic java.lang.String getUIClassID()
getUIClassID in class javax.swing.JButtonpublic java.awt.event.MouseAdapter onMousePress(MouseEventRunnable runnable)
EventMethodsonMousePress in interface EventMethodsrunnable - mouse event runnablepublic java.awt.event.MouseAdapter onMousePress(MouseButton mouseButton, MouseEventRunnable runnable)
EventMethodsonMousePress in interface EventMethodsmouseButton - mouse button filterrunnable - mouse event runnablepublic java.awt.event.MouseAdapter onMouseEnter(MouseEventRunnable runnable)
EventMethodsonMouseEnter in interface EventMethodsrunnable - mouse event runnablepublic java.awt.event.MouseAdapter onMouseExit(MouseEventRunnable runnable)
EventMethodsonMouseExit in interface EventMethodsrunnable - mouse event runnablepublic java.awt.event.MouseAdapter onMouseDrag(MouseEventRunnable runnable)
EventMethodsonMouseDrag in interface EventMethodsrunnable - mouse event runnablepublic java.awt.event.MouseAdapter onMouseDrag(MouseButton mouseButton, MouseEventRunnable runnable)
EventMethodsonMouseDrag in interface EventMethodsmouseButton - mouse button filterrunnable - mouse event runnablepublic java.awt.event.MouseAdapter onMouseClick(MouseEventRunnable runnable)
EventMethodsonMouseClick in interface EventMethodsrunnable - mouse event runnablepublic java.awt.event.MouseAdapter onMouseClick(MouseButton mouseButton, MouseEventRunnable runnable)
EventMethodsonMouseClick in interface EventMethodsmouseButton - mouse button filterrunnable - mouse event runnablepublic java.awt.event.MouseAdapter onDoubleClick(MouseEventRunnable runnable)
EventMethodsonDoubleClick in interface EventMethodsrunnable - mouse event runnablepublic java.awt.event.MouseAdapter onMenuTrigger(MouseEventRunnable runnable)
EventMethodsonMenuTrigger in interface EventMethodsrunnable - mouse event runnablepublic java.awt.event.KeyAdapter onKeyType(KeyEventRunnable runnable)
EventMethodsonKeyType in interface EventMethodsrunnable - key event runnablepublic java.awt.event.KeyAdapter onKeyType(HotkeyData hotkey, KeyEventRunnable runnable)
EventMethodsonKeyType in interface EventMethodshotkey - hotkey filterrunnable - key event runnablepublic java.awt.event.KeyAdapter onKeyPress(KeyEventRunnable runnable)
EventMethodsonKeyPress in interface EventMethodsrunnable - key event runnablepublic java.awt.event.KeyAdapter onKeyPress(HotkeyData hotkey, KeyEventRunnable runnable)
EventMethodsonKeyPress in interface EventMethodshotkey - hotkey filterrunnable - key event runnablepublic java.awt.event.KeyAdapter onKeyRelease(KeyEventRunnable runnable)
EventMethodsonKeyRelease in interface EventMethodsrunnable - key event runnablepublic java.awt.event.KeyAdapter onKeyRelease(HotkeyData hotkey, KeyEventRunnable runnable)
EventMethodsonKeyRelease in interface EventMethodshotkey - hotkey filterrunnable - key event runnablepublic java.awt.event.FocusAdapter onFocusGain(FocusEventRunnable runnable)
EventMethodsonFocusGain in interface EventMethodsrunnable - focus event runnablepublic java.awt.event.FocusAdapter onFocusLoss(FocusEventRunnable runnable)
EventMethodsonFocusLoss in interface EventMethodsrunnable - focus event runnablepublic WebCustomTooltip setToolTip(java.lang.String tooltip)
ToolTipMethodssetToolTip in interface ToolTipMethodstooltip - tooltip text or language keypublic WebCustomTooltip setToolTip(javax.swing.Icon icon, java.lang.String tooltip)
ToolTipMethodssetToolTip in interface ToolTipMethodsicon - tooltip icontooltip - tooltip text or language keypublic WebCustomTooltip setToolTip(java.lang.String tooltip, com.alee.managers.language.data.TooltipWay tooltipWay)
ToolTipMethodssetToolTip in interface ToolTipMethodstooltip - tooltip text or language keytooltipWay - tooltip display directionpublic WebCustomTooltip setToolTip(javax.swing.Icon icon, java.lang.String tooltip, com.alee.managers.language.data.TooltipWay tooltipWay)
ToolTipMethodssetToolTip in interface ToolTipMethodsicon - tooltip icontooltip - tooltip text or language keytooltipWay - tooltip display directionpublic WebCustomTooltip setToolTip(java.lang.String tooltip, com.alee.managers.language.data.TooltipWay tooltipWay, int delay)
ToolTipMethodssetToolTip in interface ToolTipMethodstooltip - tooltip text or language keytooltipWay - tooltip display directiondelay - tooltip display delaypublic WebCustomTooltip setToolTip(javax.swing.Icon icon, java.lang.String tooltip, com.alee.managers.language.data.TooltipWay tooltipWay, int delay)
ToolTipMethodssetToolTip in interface ToolTipMethodsicon - tooltip icontooltip - tooltip text or language keytooltipWay - tooltip display directiondelay - tooltip display delaypublic WebCustomTooltip setToolTip(javax.swing.JComponent tooltip)
ToolTipMethodssetToolTip in interface ToolTipMethodstooltip - custom tooltip componentpublic WebCustomTooltip setToolTip(javax.swing.JComponent tooltip, int delay)
ToolTipMethodssetToolTip in interface ToolTipMethodstooltip - custom tooltip componentdelay - tooltip display delaypublic WebCustomTooltip setToolTip(javax.swing.JComponent tooltip, com.alee.managers.language.data.TooltipWay tooltipWay)
ToolTipMethodssetToolTip in interface ToolTipMethodstooltip - custom tooltip componenttooltipWay - tooltip display directionpublic WebCustomTooltip setToolTip(javax.swing.JComponent tooltip, com.alee.managers.language.data.TooltipWay tooltipWay, int delay)
ToolTipMethodssetToolTip in interface ToolTipMethodstooltip - custom tooltip componenttooltipWay - tooltip display directiondelay - tooltip display delaypublic WebCustomTooltip addToolTip(java.lang.String tooltip)
ToolTipMethodsaddToolTip in interface ToolTipMethodstooltip - tooltip text or language keypublic WebCustomTooltip addToolTip(javax.swing.Icon icon, java.lang.String tooltip)
ToolTipMethodsaddToolTip in interface ToolTipMethodsicon - tooltip icontooltip - tooltip text or language keypublic WebCustomTooltip addToolTip(java.lang.String tooltip, com.alee.managers.language.data.TooltipWay tooltipWay)
ToolTipMethodsaddToolTip in interface ToolTipMethodstooltip - tooltip text or language keytooltipWay - tooltip display directionpublic WebCustomTooltip addToolTip(javax.swing.Icon icon, java.lang.String tooltip, com.alee.managers.language.data.TooltipWay tooltipWay)
ToolTipMethodsaddToolTip in interface ToolTipMethodsicon - tooltip icontooltip - tooltip text or language keytooltipWay - tooltip display directionpublic WebCustomTooltip addToolTip(java.lang.String tooltip, com.alee.managers.language.data.TooltipWay tooltipWay, int delay)
ToolTipMethodsaddToolTip in interface ToolTipMethodstooltip - tooltip text or language keytooltipWay - tooltip display directiondelay - tooltip display delaypublic WebCustomTooltip addToolTip(javax.swing.Icon icon, java.lang.String tooltip, com.alee.managers.language.data.TooltipWay tooltipWay, int delay)
ToolTipMethodsaddToolTip in interface ToolTipMethodsicon - tooltip icontooltip - tooltip text or language keytooltipWay - tooltip display directiondelay - tooltip display delaypublic WebCustomTooltip addToolTip(javax.swing.JComponent tooltip)
ToolTipMethodsaddToolTip in interface ToolTipMethodstooltip - custom tooltip componentpublic WebCustomTooltip addToolTip(javax.swing.JComponent tooltip, int delay)
ToolTipMethodsaddToolTip in interface ToolTipMethodstooltip - custom tooltip componentdelay - tooltip display delaypublic WebCustomTooltip addToolTip(javax.swing.JComponent tooltip, com.alee.managers.language.data.TooltipWay tooltipWay)
ToolTipMethodsaddToolTip in interface ToolTipMethodstooltip - custom tooltip componenttooltipWay - tooltip display directionpublic WebCustomTooltip addToolTip(javax.swing.JComponent tooltip, com.alee.managers.language.data.TooltipWay tooltipWay, int delay)
ToolTipMethodsaddToolTip in interface ToolTipMethodstooltip - custom tooltip componenttooltipWay - tooltip display directiondelay - tooltip display delaypublic void removeToolTip(WebCustomTooltip tooltip)
ToolTipMethodsremoveToolTip in interface ToolTipMethodstooltip - custom WebLaF tooltip to removepublic void removeToolTips()
ToolTipMethodsremoveToolTips in interface ToolTipMethodspublic void removeToolTips(WebCustomTooltip... tooltips)
ToolTipMethodsremoveToolTips in interface ToolTipMethodstooltips - custom WebLaF tooltips to removepublic void removeToolTips(java.util.List<WebCustomTooltip> tooltips)
ToolTipMethodsremoveToolTips in interface ToolTipMethodstooltips - custom WebLaF tooltips to removepublic void setLanguage(java.lang.String key,
java.lang.Object... data)
setLanguage in interface com.alee.managers.language.LanguageMethodspublic void updateLanguage(java.lang.Object... data)
updateLanguage in interface com.alee.managers.language.LanguageMethodspublic void updateLanguage(java.lang.String key,
java.lang.Object... data)
updateLanguage in interface com.alee.managers.language.LanguageMethodspublic void removeLanguage()
removeLanguage in interface com.alee.managers.language.LanguageMethodspublic boolean isLanguageSet()
isLanguageSet in interface com.alee.managers.language.LanguageMethodspublic void setLanguageUpdater(com.alee.managers.language.updaters.LanguageUpdater updater)
setLanguageUpdater in interface com.alee.managers.language.LanguageMethodspublic void removeLanguageUpdater()
removeLanguageUpdater in interface com.alee.managers.language.LanguageMethodspublic WebSplitButton setPlainFont()
FontMethodssetPlainFont in interface FontMethods<WebSplitButton>public WebSplitButton setPlainFont(boolean apply)
FontMethodssetPlainFont in interface FontMethods<WebSplitButton>apply - whether to apply font changes or notpublic boolean isPlainFont()
FontMethodsisPlainFont in interface FontMethods<WebSplitButton>public WebSplitButton setBoldFont()
FontMethodssetBoldFont in interface FontMethods<WebSplitButton>public WebSplitButton setBoldFont(boolean apply)
FontMethodssetBoldFont in interface FontMethods<WebSplitButton>apply - whether to apply font changes or notpublic boolean isBoldFont()
FontMethodsisBoldFont in interface FontMethods<WebSplitButton>public WebSplitButton setItalicFont()
FontMethodssetItalicFont in interface FontMethods<WebSplitButton>public WebSplitButton setItalicFont(boolean apply)
FontMethodssetItalicFont in interface FontMethods<WebSplitButton>apply - whether to apply font changes or notpublic boolean isItalicFont()
FontMethodsisItalicFont in interface FontMethods<WebSplitButton>public WebSplitButton setFontStyle(boolean bold, boolean italic)
FontMethodssetFontStyle in interface FontMethods<WebSplitButton>bold - whether should set bold font or notitalic - whether should set italic font or notpublic WebSplitButton setFontStyle(int style)
FontMethodssetFontStyle in interface FontMethods<WebSplitButton>style - new stylepublic WebSplitButton setFontSize(int fontSize)
FontMethodssetFontSize in interface FontMethods<WebSplitButton>fontSize - font sizepublic WebSplitButton changeFontSize(int change)
FontMethodschangeFontSize in interface FontMethods<WebSplitButton>change - font size change amountpublic int getFontSize()
FontMethodsgetFontSize in interface FontMethods<WebSplitButton>public WebSplitButton setFontSizeAndStyle(int fontSize, boolean bold, boolean italic)
FontMethodssetFontSizeAndStyle in interface FontMethods<WebSplitButton>fontSize - new font sizebold - whether should set bold font or notitalic - whether should set italic font or notpublic WebSplitButton setFontSizeAndStyle(int fontSize, int style)
FontMethodssetFontSizeAndStyle in interface FontMethods<WebSplitButton>fontSize - new font sizestyle - new stylepublic WebSplitButton setFontName(java.lang.String fontName)
FontMethodssetFontName in interface FontMethods<WebSplitButton>fontName - new font namepublic java.lang.String getFontName()
FontMethodsgetFontName in interface FontMethods<WebSplitButton>public int getPreferredWidth()
SizeMethodsgetPreferredWidth in interface SizeMethods<WebSplitButton>public WebSplitButton setPreferredWidth(int preferredWidth)
SizeMethodsSizeMethods.UNDEFINED to let component choose preferred width on its own.setPreferredWidth in interface SizeMethods<WebSplitButton>preferredWidth - new component preferred widthpublic int getPreferredHeight()
SizeMethodsgetPreferredHeight in interface SizeMethods<WebSplitButton>public WebSplitButton setPreferredHeight(int preferredHeight)
SizeMethodsSizeMethods.UNDEFINED to let component choose preferred height on its own.setPreferredHeight in interface SizeMethods<WebSplitButton>preferredHeight - new component preferred heightpublic int getMinimumWidth()
SizeMethodsgetMinimumWidth in interface SizeMethods<WebSplitButton>public WebSplitButton setMinimumWidth(int minimumWidth)
SizeMethodsSizeMethods.UNDEFINED to let component choose minimum width on its own.setMinimumWidth in interface SizeMethods<WebSplitButton>minimumWidth - new component minimum widthpublic int getMinimumHeight()
SizeMethodsgetMinimumHeight in interface SizeMethods<WebSplitButton>public WebSplitButton setMinimumHeight(int minimumHeight)
SizeMethodsSizeMethods.UNDEFINED to let component choose minimum height on its own.setMinimumHeight in interface SizeMethods<WebSplitButton>minimumHeight - new component minimum heightpublic int getMaximumWidth()
SizeMethodsgetMaximumWidth in interface SizeMethods<WebSplitButton>public WebSplitButton setMaximumWidth(int maximumWidth)
SizeMethodsSizeMethods.UNDEFINED to let component choose maximum width on its own.setMaximumWidth in interface SizeMethods<WebSplitButton>maximumWidth - new component maximum widthpublic int getMaximumHeight()
SizeMethodsgetMaximumHeight in interface SizeMethods<WebSplitButton>public WebSplitButton setMaximumHeight(int maximumHeight)
SizeMethodsSizeMethods.UNDEFINED to let component choose maximum height on its own.setMaximumHeight in interface SizeMethods<WebSplitButton>maximumHeight - new component maximum heightpublic java.awt.Dimension getPreferredSize()
SizeMethodsgetPreferredSize in interface SizeMethods<WebSplitButton>getPreferredSize in class javax.swing.JComponentpublic WebSplitButton setPreferredSize(int width, int height)
SizeMethodssetPreferredSize in interface SizeMethods<WebSplitButton>width - component preferred widthheight - component preferred height