public class WebButton extends javax.swing.JButton implements ShapeProvider, com.alee.managers.language.LanguageMethods, FontMethods<WebButton>, SizeMethods<WebButton>
javax.swing.JButton.AccessibleJButtonjavax.swing.AbstractButton.AccessibleAbstractButton, javax.swing.AbstractButton.ButtonChangeListenerjavax.swing.JComponent.AccessibleJComponentactionListener, 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_PROPERTYaccessibleContext, listenerList, TOOL_TIP_TEXT_KEY, ui, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOWBOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT| Constructor and Description |
|---|
WebButton() |
WebButton(javax.swing.Action a) |
WebButton(java.awt.event.ActionListener listener) |
WebButton(javax.swing.Icon icon) |
WebButton(javax.swing.Icon icon,
java.awt.event.ActionListener listener) |
WebButton(javax.swing.Icon icon,
javax.swing.Icon rolloverIcon) |
WebButton(Painter painter) |
WebButton(java.lang.String text) |
WebButton(java.lang.String text,
java.awt.event.ActionListener listener) |
WebButton(java.lang.String text,
javax.swing.Icon icon) |
WebButton(java.lang.String text,
javax.swing.Icon icon,
java.awt.event.ActionListener listener) |
| Modifier and Type | Method and Description |
|---|---|
HotkeyInfo |
addHotkey(boolean isCtrl,
boolean isAlt,
boolean isShift,
java.lang.Integer keyCode) |
HotkeyInfo |
addHotkey(java.awt.Component topComponent,
HotkeyData hotkeyData) |
HotkeyInfo |
addHotkey(java.awt.Component topComponent,
HotkeyData hotkeyData,
boolean hidden) |
HotkeyInfo |
addHotkey(java.awt.Component topComponent,
HotkeyData hotkeyData,
com.alee.managers.language.data.TooltipWay tooltipWay) |
HotkeyInfo |
addHotkey(HotkeyData hotkeyData) |
HotkeyInfo |
addHotkey(HotkeyData hotkeyData,
boolean hidden) |
HotkeyInfo |
addHotkey(HotkeyData hotkeyData,
com.alee.managers.language.data.TooltipWay tooltipWay) |
HotkeyInfo |
addHotkey(java.lang.Integer keyCode)
Proxified kotkey manager methods
|
WebButton |
changeFontSize(int change)
Changes font size of the specified component.
|
static WebButton |
createIconWebButton(javax.swing.ImageIcon imageIcon)
Styled button short creation methods
|
static WebButton |
createIconWebButton(javax.swing.ImageIcon imageIcon,
boolean rolloverDecoratedOnly) |
static WebButton |
createIconWebButton(javax.swing.ImageIcon imageIcon,
int round) |
static WebButton |
createIconWebButton(javax.swing.ImageIcon imageIcon,
int round,
boolean rolloverDecoratedOnly) |
static WebButton |
createIconWebButton(javax.swing.ImageIcon imageIcon,
int round,
int shadeWidth) |
static WebButton |
createIconWebButton(javax.swing.ImageIcon imageIcon,
int round,
int shadeWidth,
int innerShadeWidth) |
static WebButton |
createIconWebButton(javax.swing.ImageIcon imageIcon,
int round,
int shadeWidth,
int innerShadeWidth,
boolean rolloverDecoratedOnly) |
static WebButton |
createIconWebButton(javax.swing.ImageIcon imageIcon,
int round,
int shadeWidth,
int innerShadeWidth,
boolean rolloverDecoratedOnly,
boolean undecorated) |
static WebButton |
createIconWebButton(javax.swing.ImageIcon imageIcon,
int round,
int shadeWidth,
int innerShadeWidth,
boolean rolloverDecoratedOnly,
boolean undecorated,
boolean drawFocus) |
static WebButton |
createWebButton(int round,
int shadeWidth,
int innerShadeWidth,
int leftRightSpacing,
boolean rolloverDecoratedOnly,
boolean undecorated,
boolean drawFocus) |
java.awt.Color |
getBottomBgColor() |
java.awt.Color |
getBottomSelectedBgColor() |
java.lang.String |
getFontName()
Returns component font name.
|
int |
getFontSize()
Returns component font size.
|
java.util.List<HotkeyInfo> |
getHotkeys() |
java.awt.Color |
getInnerShadeColor() |
int |
getInnerShadeWidth() |
int |
getLeftRightSpacing() |
java.awt.Insets |
getMargin() |
int |
getMinimumHeight()
Returns component minimum height.
|
int |
getMinimumWidth()
Returns component minimum width.
|
Painter |
getPainter() |
int |
getPreferredHeight()
Returns component preferred height.
|
java.awt.Dimension |
getPreferredSize()
Returns component preferred size.
|
int |
getPreferredWidth()
Returns component preferred width.
|
int |
getRound() |
java.awt.Color |
getSelectedForeground() |
java.awt.Color |
getShadeColor() |
int |
getShadeWidth() |
java.awt.Color |
getShineColor() |
java.awt.Color |
getTopBgColor()
UI methods
|
java.awt.Color |
getTopSelectedBgColor() |
WebButtonUI |
getWebUI() |
boolean |
isAnimate() |
boolean |
isBoldFont()
Returns whether component font is bold or not.
|
boolean |
isDrawBottom() |
boolean |
isDrawBottomLine() |
boolean |
isDrawFocus() |
boolean |
isDrawLeft() |
boolean |
isDrawLeftLine() |
boolean |
isDrawRight() |
boolean |
isDrawRightLine() |
boolean |
isDrawShade() |
boolean |
isDrawTop() |
boolean |
isDrawTopLine() |
boolean |
isItalicFont()
Returns whether component font is italic or not.
|
boolean |
isLanguageSet() |
boolean |
isMoveIconOnPress() |
boolean |
isPlainFont()
Returns whether component font is plain or not.
|
boolean |
isRolloverDarkBorderOnly() |
boolean |
isRolloverDecoratedOnly() |
boolean |
isRolloverShadeOnly() |
boolean |
isRolloverShine() |
boolean |
isShowDisabledShade() |
boolean |
isUndecorated() |
java.awt.Shape |
provideShape()
Returns component shape.
|
void |
removeHotkey(HotkeyInfo hotkeyInfo) |
void |
removeHotkeys() |
void |
removeLanguage() |
void |
removeLanguageUpdater() |
WebButton |
setAnimate(boolean animate) |
WebButton |
setBoldFont()
Sets bold font for the component.
|
WebButton |
setBoldFont(boolean apply)
Sets bold font for the component.
|
WebButton |
setBottomBgColor(java.awt.Color bottomBgColor) |
WebButton |
setBottomSelectedBgColor(java.awt.Color bottomSelectedBgColor) |
WebButton |
setDrawBottom(boolean drawBottom) |
WebButton |
setDrawBottomLine(boolean drawBottomLine) |
WebButton |
setDrawFocus(boolean drawFocus) |
WebButton |
setDrawLeft(boolean drawLeft) |
WebButton |
setDrawLeftLine(boolean drawLeftLine) |
WebButton |
setDrawLines(boolean top,
boolean left,
boolean bottom,
boolean right) |
WebButton |
setDrawRight(boolean drawRight) |
WebButton |
setDrawRightLine(boolean drawRightLine) |
WebButton |
setDrawShade(boolean drawShade) |
WebButton |
setDrawSides(boolean top,
boolean left,
boolean bottom,
boolean right) |
WebButton |
setDrawTop(boolean drawTop) |
WebButton |
setDrawTopLine(boolean drawTopLine) |
WebButton |
setFontName(java.lang.String fontName)
Sets component font name.
|
WebButton |
setFontSize(int fontSize)
Sets component font size.
|
WebButton |
setFontSizeAndStyle(int fontSize,
boolean bold,
boolean italic)
Sets font size and style for the specified component.
|
WebButton |
setFontSizeAndStyle(int fontSize,
int style)
Sets font size and style for the specified component.
|
WebButton |
setFontStyle(boolean bold,
boolean italic)
Sets component font style.
|
WebButton |
setFontStyle(int style)
Sets component font style.
|
WebButton |
setInnerShadeColor(java.awt.Color innerShadeColor) |
WebButton |
setInnerShadeWidth(int innerShadeWidth) |
WebButton |
setItalicFont()
Sets italic or plain font for the component.
|
WebButton |
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) |
WebButton |
setLeftRightSpacing(int leftRightSpacing) |
void |
setMargin(java.awt.Insets margin) |
WebButton |
setMargin(int spacing) |
WebButton |
setMargin(int top,
int left,
int bottom,
int right) |
WebButton |
setMinimumHeight(int minimumHeight)
Sets component minimum height.
|
WebButton |
setMinimumWidth(int minimumWidth)
Sets component minimum width.
|
WebButton |
setMoveIconOnPress(boolean moveIconOnPress) |
WebButton |
setPainter(Painter painter) |
WebButton |
setPlainFont()
Sets plain font for the component.
|
WebButton |
setPlainFont(boolean apply)
Sets plain font for the component.
|
WebButton |
setPreferredHeight(int preferredHeight)
Sets component preferred height.
|
WebButton |
setPreferredWidth(int preferredWidth)
Sets component preferred width.
|
WebButton |
setRolloverDarkBorderOnly(boolean rolloverDarkBorderOnly) |
WebButton |
setRolloverDecoratedOnly(boolean rolloverDecoratedOnly) |
WebButton |
setRolloverShadeOnly(boolean rolloverShadeOnly) |
WebButton |
setRolloverShine(boolean rolloverShine) |
WebButton |
setRound(int round) |
WebButton |
setSelectedForeground(java.awt.Color selectedForeground) |
WebButton |
setShadeColor(java.awt.Color shadeColor) |
WebButton |
setShadeWidth(int shadeWidth) |
WebButton |
setShineColor(java.awt.Color shineColor) |
WebButton |
setShowDisabledShade(boolean showDisabledShade) |
WebButton |
setTopBgColor(java.awt.Color topBgColor) |
WebButton |
setTopSelectedBgColor(java.awt.Color topSelectedBgColor) |
WebButton |
setUndecorated(boolean undecorated) |
void |
updateLanguage(java.lang.Object... data) |
void |
updateLanguage(java.lang.String key,
java.lang.Object... data) |
void |
updateUI() |
getAccessibleContext, getUIClassID, 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, init, 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 WebButton()
public WebButton(javax.swing.Icon icon)
public WebButton(javax.swing.Icon icon,
javax.swing.Icon rolloverIcon)
public WebButton(java.lang.String text)
public WebButton(java.lang.String text,
javax.swing.Icon icon)
public WebButton(java.awt.event.ActionListener listener)
public WebButton(javax.swing.Icon icon,
java.awt.event.ActionListener listener)
public WebButton(java.lang.String text,
java.awt.event.ActionListener listener)
public WebButton(java.lang.String text,
javax.swing.Icon icon,
java.awt.event.ActionListener listener)
public WebButton(javax.swing.Action a)
public WebButton(Painter painter)
public HotkeyInfo addHotkey(java.lang.Integer keyCode)
public HotkeyInfo addHotkey(boolean isCtrl, boolean isAlt, boolean isShift, java.lang.Integer keyCode)
public HotkeyInfo addHotkey(HotkeyData hotkeyData)
public HotkeyInfo addHotkey(HotkeyData hotkeyData, boolean hidden)
public HotkeyInfo addHotkey(HotkeyData hotkeyData, com.alee.managers.language.data.TooltipWay tooltipWay)
public HotkeyInfo addHotkey(java.awt.Component topComponent, HotkeyData hotkeyData)
public HotkeyInfo addHotkey(java.awt.Component topComponent, HotkeyData hotkeyData, boolean hidden)
public HotkeyInfo addHotkey(java.awt.Component topComponent, HotkeyData hotkeyData, com.alee.managers.language.data.TooltipWay tooltipWay)
public java.util.List<HotkeyInfo> getHotkeys()
public void removeHotkey(HotkeyInfo hotkeyInfo)
public void removeHotkeys()
public java.awt.Color getTopBgColor()
public WebButton setTopBgColor(java.awt.Color topBgColor)
public java.awt.Color getBottomBgColor()
public WebButton setBottomBgColor(java.awt.Color bottomBgColor)
public java.awt.Color getTopSelectedBgColor()
public WebButton setTopSelectedBgColor(java.awt.Color topSelectedBgColor)
public java.awt.Color getBottomSelectedBgColor()
public WebButton setBottomSelectedBgColor(java.awt.Color bottomSelectedBgColor)
public java.awt.Color getSelectedForeground()
public WebButton setSelectedForeground(java.awt.Color selectedForeground)
public boolean isRolloverDarkBorderOnly()
public WebButton setRolloverDarkBorderOnly(boolean rolloverDarkBorderOnly)
public boolean isRolloverShine()
public WebButton setRolloverShine(boolean rolloverShine)
public java.awt.Color getShineColor()
public WebButton setShineColor(java.awt.Color shineColor)
public int getRound()
public WebButton setRound(int round)
public boolean isDrawShade()
public WebButton setDrawShade(boolean drawShade)
public boolean isRolloverShadeOnly()
public WebButton setRolloverShadeOnly(boolean rolloverShadeOnly)
public boolean isShowDisabledShade()
public WebButton setShowDisabledShade(boolean showDisabledShade)
public int getShadeWidth()
public WebButton setShadeWidth(int shadeWidth)
public java.awt.Color getShadeColor()
public WebButton setShadeColor(java.awt.Color shadeColor)
public int getInnerShadeWidth()
public WebButton setInnerShadeWidth(int innerShadeWidth)
public java.awt.Color getInnerShadeColor()
public WebButton setInnerShadeColor(java.awt.Color innerShadeColor)
public int getLeftRightSpacing()
public WebButton setLeftRightSpacing(int leftRightSpacing)
public boolean isRolloverDecoratedOnly()
public WebButton setRolloverDecoratedOnly(boolean rolloverDecoratedOnly)
public boolean isAnimate()
public WebButton setAnimate(boolean animate)
public boolean isUndecorated()
public WebButton setUndecorated(boolean undecorated)
public Painter getPainter()
public boolean isMoveIconOnPress()
public WebButton setMoveIconOnPress(boolean moveIconOnPress)
public boolean isDrawFocus()
public WebButton setDrawFocus(boolean drawFocus)
public boolean isDrawBottom()
public WebButton setDrawBottom(boolean drawBottom)
public boolean isDrawLeft()
public WebButton setDrawLeft(boolean drawLeft)
public boolean isDrawRight()
public WebButton setDrawRight(boolean drawRight)
public boolean isDrawTop()
public WebButton setDrawTop(boolean drawTop)
public WebButton setDrawSides(boolean top, boolean left, boolean bottom, boolean right)
public boolean isDrawTopLine()
public WebButton setDrawTopLine(boolean drawTopLine)
public boolean isDrawLeftLine()
public WebButton setDrawLeftLine(boolean drawLeftLine)
public boolean isDrawBottomLine()
public WebButton setDrawBottomLine(boolean drawBottomLine)
public boolean isDrawRightLine()
public WebButton setDrawRightLine(boolean drawRightLine)
public WebButton setDrawLines(boolean top, boolean left, boolean bottom, boolean right)
public java.awt.Insets getMargin()
getMargin in class javax.swing.AbstractButtonpublic void setMargin(java.awt.Insets margin)
setMargin in class javax.swing.AbstractButtonpublic WebButton setMargin(int top, int left, int bottom, int right)
public WebButton setMargin(int spacing)
public java.awt.Shape provideShape()
ShapeProviderprovideShape in interface ShapeProviderpublic WebButtonUI getWebUI()
public void updateUI()
updateUI in class javax.swing.JButtonpublic 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 WebButton setPlainFont()
setPlainFont in interface FontMethods<WebButton>public WebButton setPlainFont(boolean apply)
setPlainFont in interface FontMethods<WebButton>apply - whether to apply font changes or notpublic boolean isPlainFont()
isPlainFont in interface FontMethods<WebButton>public WebButton setBoldFont()
setBoldFont in interface FontMethods<WebButton>public WebButton setBoldFont(boolean apply)
setBoldFont in interface FontMethods<WebButton>apply - whether to apply font changes or notpublic boolean isBoldFont()
isBoldFont in interface FontMethods<WebButton>public WebButton setItalicFont()
setItalicFont in interface FontMethods<WebButton>public WebButton setItalicFont(boolean apply)
setItalicFont in interface FontMethods<WebButton>apply - whether to apply font changes or notpublic boolean isItalicFont()
isItalicFont in interface FontMethods<WebButton>public WebButton setFontStyle(boolean bold, boolean italic)
setFontStyle in interface FontMethods<WebButton>bold - whether should set bold font or notitalic - whether should set italic font or notpublic WebButton setFontStyle(int style)
setFontStyle in interface FontMethods<WebButton>style - new stylepublic WebButton setFontSize(int fontSize)
setFontSize in interface FontMethods<WebButton>fontSize - font sizepublic WebButton changeFontSize(int change)
changeFontSize in interface FontMethods<WebButton>change - font size change amountpublic int getFontSize()
getFontSize in interface FontMethods<WebButton>public WebButton setFontSizeAndStyle(int fontSize, boolean bold, boolean italic)
setFontSizeAndStyle in interface FontMethods<WebButton>fontSize - new font sizebold - whether should set bold font or notitalic - whether should set italic font or notpublic WebButton setFontSizeAndStyle(int fontSize, int style)
setFontSizeAndStyle in interface FontMethods<WebButton>fontSize - new font sizestyle - new stylepublic WebButton setFontName(java.lang.String fontName)
setFontName in interface FontMethods<WebButton>fontName - new font namepublic java.lang.String getFontName()
getFontName in interface FontMethods<WebButton>public int getPreferredWidth()
getPreferredWidth in interface SizeMethods<WebButton>public WebButton setPreferredWidth(int preferredWidth)
setPreferredWidth in interface SizeMethods<WebButton>preferredWidth - new component preferred widthpublic int getPreferredHeight()
getPreferredHeight in interface SizeMethods<WebButton>public WebButton setPreferredHeight(int preferredHeight)
setPreferredHeight in interface SizeMethods<WebButton>preferredHeight - new component preferred heightpublic int getMinimumWidth()
getMinimumWidth in interface SizeMethods<WebButton>public WebButton setMinimumWidth(int minimumWidth)
setMinimumWidth in interface SizeMethods<WebButton>minimumWidth - new component minimum widthpublic int getMinimumHeight()
getMinimumHeight in interface SizeMethods<WebButton>public WebButton setMinimumHeight(int minimumHeight)
setMinimumHeight in interface SizeMethods<WebButton>minimumHeight - new component minimum heightpublic java.awt.Dimension getPreferredSize()
getPreferredSize in interface SizeMethods<WebButton>getPreferredSize in class javax.swing.JComponentpublic static WebButton createIconWebButton(javax.swing.ImageIcon imageIcon)
public static WebButton createIconWebButton(javax.swing.ImageIcon imageIcon, int round)
public static WebButton createIconWebButton(javax.swing.ImageIcon imageIcon, int round, int shadeWidth)
public static WebButton createIconWebButton(javax.swing.ImageIcon imageIcon, int round, int shadeWidth, int innerShadeWidth)
public static WebButton createIconWebButton(javax.swing.ImageIcon imageIcon, boolean rolloverDecoratedOnly)
public static WebButton createIconWebButton(javax.swing.ImageIcon imageIcon, int round, boolean rolloverDecoratedOnly)
public static WebButton createIconWebButton(javax.swing.ImageIcon imageIcon, int round, int shadeWidth, int innerShadeWidth, boolean rolloverDecoratedOnly)
public static WebButton createIconWebButton(javax.swing.ImageIcon imageIcon, int round, int shadeWidth, int innerShadeWidth, boolean rolloverDecoratedOnly, boolean undecorated)
public static WebButton createIconWebButton(javax.swing.ImageIcon imageIcon, int round, int shadeWidth, int innerShadeWidth, boolean rolloverDecoratedOnly, boolean undecorated, boolean drawFocus)
public static WebButton createWebButton(int round, int shadeWidth, int innerShadeWidth, int leftRightSpacing, boolean rolloverDecoratedOnly, boolean undecorated, boolean drawFocus)