com.alee.laf.menu
Class WebMenu

java.lang.Object
  extended by java.awt.Component
      extended by java.awt.Container
          extended by javax.swing.JComponent
              extended by javax.swing.AbstractButton
                  extended by javax.swing.JMenuItem
                      extended by javax.swing.JMenu
                          extended by com.alee.laf.menu.WebMenu
All Implemented Interfaces:
LanguageMethods, FontMethods<WebMenu>, SwingMethods, java.awt.image.ImageObserver, java.awt.ItemSelectable, java.awt.MenuContainer, java.io.Serializable, javax.accessibility.Accessible, javax.swing.MenuElement, javax.swing.SwingConstants

public class WebMenu
extends javax.swing.JMenu
implements LanguageMethods, FontMethods<WebMenu>

This JMenu extension class provides a direct access to WebMenuUI methods.

Author:
Mikle Garin
See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class javax.swing.JMenu
javax.swing.JMenu.AccessibleJMenu, javax.swing.JMenu.WinListener
 
Nested classes/interfaces inherited from class javax.swing.JMenuItem
javax.swing.JMenuItem.AccessibleJMenuItem
 
Nested classes/interfaces inherited from class javax.swing.AbstractButton
javax.swing.AbstractButton.AccessibleAbstractButton, javax.swing.AbstractButton.ButtonChangeListener
 
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
 
Fields inherited from class javax.swing.JMenu
popupListener
 
Fields inherited from class javax.swing.AbstractButton
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_PROPERTY
 
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 javax.swing.SwingConstants
BOTTOM, CENTER, EAST, HORIZONTAL, LEADING, LEFT, NEXT, NORTH, NORTH_EAST, NORTH_WEST, PREVIOUS, RIGHT, SOUTH, SOUTH_EAST, SOUTH_WEST, TOP, TRAILING, VERTICAL, WEST
 
Fields inherited from interface java.awt.image.ImageObserver
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH
 
Constructor Summary
WebMenu()
          Constructs new menu.
WebMenu(javax.swing.Action a)
          Constructs new menu using the specified settings.
WebMenu(javax.swing.Icon icon)
          Constructs new menu using the specified settings.
WebMenu(java.lang.String s)
          Constructs new menu using the specified settings.
WebMenu(java.lang.String s, javax.swing.Icon icon)
          Constructs new menu using the specified settings.
 
Method Summary
 WebMenu changeFontSize(int change)
          Changes font size of the specified component.
 int getArrowGap()
          Returns gap between menu icon/text and submenu arrow.
 java.awt.Color getDisabledFg()
          Returns disabled menu item foreground.
 java.lang.String getFontName()
          Returns component font name.
 int getFontSize()
          Returns component font size.
 int getIconAlignment()
          Returns icon alignment.
 java.awt.Insets getMargin()
          Returns menu item margin.
 Painter getPainter()
          Returns menu item painter.
 int getRound()
          Returns top-level menu border rounding.
 java.awt.Color getSelectedBottomBg()
          Returns bottom background color for selected item.
 java.awt.Color getSelectedTopBg()
          Returns top background color for selected item.
 int getShadeWidth()
          Returns top-level menu shade width.
 int getSideSpacing()
          Returns spacing between menu item content and its left/right borders.
 WebMenuUI getWebUI()
          Returns Web-UI applied to this class.
 boolean isAlignTextToMenuIcons()
          Returns whether should align all item texts to a single vertical line within single popup menu or not.
 boolean isBoldFont()
          Returns whether component font is bold or not.
 boolean isItalicFont()
          Returns whether component font is italic or not.
 boolean isLanguageSet()
          Returns whether this component registered in LanguageManager or not.
 boolean isPlainFont()
          Returns whether component font is plain or not.
 void removeLanguage()
          Unregisters component from LanguageManager.
 void removeLanguageUpdater()
          Unregisters any custom language updater set for this component.
 void setAlignTextToMenuIcons(boolean align)
          Sets whether should align all item texts to a single vertical line within single popup menu or not.
 void setArrowGap(int gap)
          Sets gap between menu icon/text and submenu arrow.
 WebMenu setBoldFont()
          Sets bold font for the component.
 WebMenu setBoldFont(boolean apply)
          Sets bold font for the component.
 void setDisabledFg(java.awt.Color foreground)
          Sets disabled menu item foreground.
 WebMenu setFontName(java.lang.String fontName)
          Sets component font name.
 WebMenu setFontSize(int fontSize)
          Sets component font size.
 WebMenu setFontSizeAndStyle(int fontSize, boolean bold, boolean italic)
          Sets font size and style for the specified component.
 WebMenu setFontSizeAndStyle(int fontSize, int style)
          Sets font size and style for the specified component.
 WebMenu setFontStyle(boolean bold, boolean italic)
          Sets component font style.
 WebMenu setFontStyle(int style)
          Sets component font style.
 void setIconAlignment(int alignment)
          Sets icon alignment
 WebMenu setItalicFont()
          Sets italic or plain font for the component.
 WebMenu setItalicFont(boolean apply)
          Sets italic or plain font for the component.
 void setLanguage(java.lang.String key, java.lang.Object... data)
          Registers component in LanguageManager under specified key and with specified formatting data.
 void setLanguageUpdater(LanguageUpdater updater)
          Registers custom language updater for this component.
 void setMargin(java.awt.Insets margin)
          Sets menu item margin.
 void setPainter(Painter painter)
          Sets menu item painter.
 WebMenu setPlainFont()
          Sets plain font for the component.
 WebMenu setPlainFont(boolean apply)
          Sets plain font for the component.
 void setRound(int round)
          Sets top-level menu border rounding.
 void setSelectedBottomBg(java.awt.Color background)
          Sets bottom background color for selected item.
 void setSelectedTopBg(java.awt.Color background)
          Sets top background color for selected item.
 void setShadeWidth(int shadeWidth)
          Sets top-level menu shade width.
 void setSideSpacing(int sideSpacing)
          Sets spacing between menu item content and its left/right borders
 void updateLanguage(java.lang.Object... data)
          Updates component language and formatting data.
 void updateLanguage(java.lang.String key, java.lang.Object... data)
          Changes component language key and updates its language and formatting data.
 void updateUI()
          Installs a Web-UI into this component.
 
Methods inherited from class javax.swing.JMenu
add, add, add, add, add, addMenuListener, addSeparator, applyComponentOrientation, createActionChangeListener, createActionComponent, createWinListener, doClick, fireMenuCanceled, fireMenuDeselected, fireMenuSelected, getAccessibleContext, getComponent, getDelay, getItem, getItemCount, getMenuComponent, getMenuComponentCount, getMenuComponents, getMenuListeners, getPopupMenu, getPopupMenuOrigin, getSubElements, getUIClassID, insert, insert, insert, insertSeparator, isMenuComponent, isPopupMenuVisible, isSelected, isTearOff, isTopLevelMenu, menuSelectionChanged, paramString, processKeyEvent, remove, remove, remove, removeAll, removeMenuListener, setAccelerator, setComponentOrientation, setDelay, setMenuLocation, setModel, setPopupMenuVisible, setSelected
 
Methods inherited from class javax.swing.JMenuItem
actionPropertyChanged, addMenuDragMouseListener, addMenuKeyListener, configurePropertiesFromAction, fireMenuDragMouseDragged, fireMenuDragMouseEntered, fireMenuDragMouseExited, fireMenuDragMouseReleased, fireMenuKeyPressed, fireMenuKeyReleased, fireMenuKeyTyped, getAccelerator, getMenuDragMouseListeners, getMenuKeyListeners, init, isArmed, processKeyEvent, processMenuDragMouseEvent, processMenuKeyEvent, processMouseEvent, removeMenuDragMouseListener, removeMenuKeyListener, setArmed, setEnabled, setUI
 
Methods inherited from class javax.swing.AbstractButton
addActionListener, addChangeListener, addImpl, addItemListener, checkHorizontalKey, checkVerticalKey, createActionListener, createActionPropertyChangeListener, createChangeListener, createItemListener, 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, paintBorder, removeActionListener, removeChangeListener, removeItemListener, removeNotify, setAction, setActionCommand, setBorderPainted, setContentAreaFilled, setDisabledIcon, setDisabledSelectedIcon, setDisplayedMnemonicIndex, setFocusPainted, setHideActionText, setHorizontalAlignment, setHorizontalTextPosition, setIcon, setIconTextGap, setLabel, setLayout, setMnemonic, setMnemonic, setMultiClickThreshhold, setPressedIcon, setRolloverEnabled, setRolloverIcon, setRolloverSelectedIcon, setSelectedIcon, setText, setUI, setVerticalAlignment, setVerticalTextPosition
 
Methods inherited from class javax.swing.JComponent
addAncestorListener, 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, 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, paintChildren, paintComponent, paintImmediately, paintImmediately, print, printAll, printBorder, printChildren, printComponent, processComponentKeyEvent, processKeyBinding, 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, update
 
Methods inherited from class java.awt.Container
add, add, add, addContainerListener, addPropertyChangeListener, addPropertyChangeListener, 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, removeContainerListener, setComponentZOrder, setFocusCycleRoot, setFocusTraversalPolicy, setFocusTraversalPolicyProvider, 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, 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, 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
 
Methods inherited from interface javax.swing.MenuElement
processKeyEvent, processMouseEvent
 

Constructor Detail

WebMenu

public WebMenu()
Constructs new menu.


WebMenu

public WebMenu(javax.swing.Icon icon)
Constructs new menu using the specified settings.

Parameters:
icon - menu icon

WebMenu

public WebMenu(java.lang.String s)
Constructs new menu using the specified settings.

Parameters:
s - menu text

WebMenu

public WebMenu(javax.swing.Action a)
Constructs new menu using the specified settings.

Parameters:
a - menu action

WebMenu

public WebMenu(java.lang.String s,
               javax.swing.Icon icon)
Constructs new menu using the specified settings.

Parameters:
s - menu text
icon - menu item icon
Method Detail

getRound

public int getRound()
Returns top-level menu border rounding.

Returns:
top-level menu border rounding

setRound

public void setRound(int round)
Sets top-level menu border rounding.

Parameters:
round - new top-level menu border rounding

getShadeWidth

public int getShadeWidth()
Returns top-level menu shade width.

Returns:
top-level menu shade width

setShadeWidth

public void setShadeWidth(int shadeWidth)
Sets top-level menu shade width.

Parameters:
shadeWidth - new top-level menu shade width

getMargin

public java.awt.Insets getMargin()
Returns menu item margin.

Overrides:
getMargin in class javax.swing.AbstractButton
Returns:
menu item margin

setMargin

public void setMargin(java.awt.Insets margin)
Sets menu item margin.

Overrides:
setMargin in class javax.swing.AbstractButton
Parameters:
margin - new menu item margin

getSideSpacing

public int getSideSpacing()
Returns spacing between menu item content and its left/right borders.

Returns:
spacing between menu item content and its left/right borders

setSideSpacing

public void setSideSpacing(int sideSpacing)
Sets spacing between menu item content and its left/right borders

Parameters:
sideSpacing - spacing between menu item content and its left/right borders

getDisabledFg

public java.awt.Color getDisabledFg()
Returns disabled menu item foreground.

Returns:
disabled menu item foreground

setDisabledFg

public void setDisabledFg(java.awt.Color foreground)
Sets disabled menu item foreground.

Parameters:
foreground - new disabled menu item foreground

getSelectedTopBg

public java.awt.Color getSelectedTopBg()
Returns top background color for selected item.

Returns:
top background color for selected item

setSelectedTopBg

public void setSelectedTopBg(java.awt.Color background)
Sets top background color for selected item.

Parameters:
background - new top background color for selected item

getSelectedBottomBg

public java.awt.Color getSelectedBottomBg()
Returns bottom background color for selected item.

Returns:
bottom background color for selected item

setSelectedBottomBg

public void setSelectedBottomBg(java.awt.Color background)
Sets bottom background color for selected item.

Parameters:
background - new bottom background color for selected item

getArrowGap

public int getArrowGap()
Returns gap between menu icon/text and submenu arrow.

Returns:
gap between menu icon/text and submenu arrow

setArrowGap

public void setArrowGap(int gap)
Sets gap between menu icon/text and submenu arrow.

Parameters:
gap - new gap between menu icon/text and submenu arrow

isAlignTextToMenuIcons

public boolean isAlignTextToMenuIcons()
Returns whether should align all item texts to a single vertical line within single popup menu or not.

Returns:
true if should align all item texts to a single vertical line within single popup menu, false otherwise

setAlignTextToMenuIcons

public void setAlignTextToMenuIcons(boolean align)
Sets whether should align all item texts to a single vertical line within single popup menu or not.

Parameters:
align - whether should align all item texts to a single vertical line within single popup menu or not

getIconAlignment

public int getIconAlignment()
Returns icon alignment.

Returns:
icon alignment

setIconAlignment

public void setIconAlignment(int alignment)
Sets icon alignment

Parameters:
alignment - new icon alignment

getPainter

public Painter getPainter()
Returns menu item painter.

Returns:
menu item painter

setPainter

public void setPainter(Painter painter)
Sets menu item painter.

Parameters:
painter - new menu item painter

getWebUI

public WebMenuUI getWebUI()
Returns Web-UI applied to this class.

Returns:
Web-UI applied to this class

updateUI

public void updateUI()
Installs a Web-UI into this component.

Overrides:
updateUI in class javax.swing.JMenu

setLanguage

public void setLanguage(java.lang.String key,
                        java.lang.Object... data)
Registers component in LanguageManager under specified key and with specified formatting data.

Specified by:
setLanguage in interface LanguageMethods
Parameters:
key - language record key
data - formatting data

updateLanguage

public void updateLanguage(java.lang.Object... data)
Updates component language and formatting data.

Specified by:
updateLanguage in interface LanguageMethods
Parameters:
data - new formatting data

updateLanguage

public void updateLanguage(java.lang.String key,
                           java.lang.Object... data)
Changes component language key and updates its language and formatting data.

Specified by:
updateLanguage in interface LanguageMethods
Parameters:
key - new language key
data - new formatting data

removeLanguage

public void removeLanguage()
Unregisters component from LanguageManager.

Specified by:
removeLanguage in interface LanguageMethods

isLanguageSet

public boolean isLanguageSet()
Returns whether this component registered in LanguageManager or not.

Specified by:
isLanguageSet in interface LanguageMethods
Returns:
true if component is registered in LanguageManager, false otherwise

setLanguageUpdater

public void setLanguageUpdater(LanguageUpdater updater)
Registers custom language updater for this component.

Specified by:
setLanguageUpdater in interface LanguageMethods
Parameters:
updater - component language updater

removeLanguageUpdater

public void removeLanguageUpdater()
Unregisters any custom language updater set for this component.

Specified by:
removeLanguageUpdater in interface LanguageMethods

setPlainFont

public WebMenu setPlainFont()
Sets plain font for the component.

Specified by:
setPlainFont in interface FontMethods<WebMenu>
Returns:
modified component

setPlainFont

public WebMenu setPlainFont(boolean apply)
Sets plain font for the component.

Specified by:
setPlainFont in interface FontMethods<WebMenu>
Parameters:
apply - whether to apply font changes or not
Returns:
modified component

isPlainFont

public boolean isPlainFont()
Returns whether component font is plain or not.

Specified by:
isPlainFont in interface FontMethods<WebMenu>
Returns:
true if component font is plain, false otherwise

setBoldFont

public WebMenu setBoldFont()
Sets bold font for the component.

Specified by:
setBoldFont in interface FontMethods<WebMenu>
Returns:
modified component

setBoldFont

public WebMenu setBoldFont(boolean apply)
Sets bold font for the component.

Specified by:
setBoldFont in interface FontMethods<WebMenu>
Parameters:
apply - whether to apply font changes or not
Returns:
modified component

isBoldFont

public boolean isBoldFont()
Returns whether component font is bold or not.

Specified by:
isBoldFont in interface FontMethods<WebMenu>
Returns:
true if component font is bold, false otherwise

setItalicFont

public WebMenu setItalicFont()
Sets italic or plain font for the component.

Specified by:
setItalicFont in interface FontMethods<WebMenu>
Returns:
modified component

setItalicFont

public WebMenu setItalicFont(boolean apply)
Sets italic or plain font for the component.

Specified by:
setItalicFont in interface FontMethods<WebMenu>
Parameters:
apply - whether to apply font changes or not
Returns:
modified component

isItalicFont

public boolean isItalicFont()
Returns whether component font is italic or not.

Specified by:
isItalicFont in interface FontMethods<WebMenu>
Returns:
true if component font is italic, false otherwise

setFontStyle

public WebMenu setFontStyle(boolean bold,
                            boolean italic)
Sets component font style.

Specified by:
setFontStyle in interface FontMethods<WebMenu>
Parameters:
bold - whether should set bold font or not
italic - whether should set italic font or not
Returns:
modified component

setFontStyle

public WebMenu setFontStyle(int style)
Sets component font style.

Specified by:
setFontStyle in interface FontMethods<WebMenu>
Parameters:
style - new style
Returns:
modified component

setFontSize

public WebMenu setFontSize(int fontSize)
Sets component font size.

Specified by:
setFontSize in interface FontMethods<WebMenu>
Parameters:
fontSize - font size
Returns:
modified component

changeFontSize

public WebMenu changeFontSize(int change)
Changes font size of the specified component.

Specified by:
changeFontSize in interface FontMethods<WebMenu>
Parameters:
change - font size change amount
Returns:
modified component

getFontSize

public int getFontSize()
Returns component font size.

Specified by:
getFontSize in interface FontMethods<WebMenu>
Returns:
component font size

setFontSizeAndStyle

public WebMenu setFontSizeAndStyle(int fontSize,
                                   boolean bold,
                                   boolean italic)
Sets font size and style for the specified component.

Specified by:
setFontSizeAndStyle in interface FontMethods<WebMenu>
Parameters:
fontSize - new font size
bold - whether should set bold font or not
italic - whether should set italic font or not
Returns:
modified component

setFontSizeAndStyle

public WebMenu setFontSizeAndStyle(int fontSize,
                                   int style)
Sets font size and style for the specified component.

Specified by:
setFontSizeAndStyle in interface FontMethods<WebMenu>
Parameters:
fontSize - new font size
style - new style
Returns:
modified component

setFontName

public WebMenu setFontName(java.lang.String fontName)
Sets component font name.

Specified by:
setFontName in interface FontMethods<WebMenu>
Parameters:
fontName - new font name
Returns:
modified component

getFontName

public java.lang.String getFontName()
Returns component font name.

Specified by:
getFontName in interface FontMethods<WebMenu>
Returns:
component font name