Uses of Class
com.alee.laf.button.WebButton

Packages that use WebButton
com.alee.extended.breadcrumb   
com.alee.extended.button   
com.alee.extended.date   
com.alee.extended.dock   
com.alee.extended.filechooser   
com.alee.extended.label   
com.alee.extended.panel   
com.alee.laf.button   
com.alee.laf.filechooser   
com.alee.managers.popup   
 

Uses of WebButton in com.alee.extended.breadcrumb
 

Subclasses of WebButton in com.alee.extended.breadcrumb
 class WebBreadcrumbButton
          User: mgarin Date: 01.03.12 Time: 19:07
 

Uses of WebButton in com.alee.extended.button
 

Subclasses of WebButton in com.alee.extended.button
 class WebSplitButton
          Custom button that displays an additional side (split side) that could call a popup menu.
 

Uses of WebButton in com.alee.extended.date
 

Fields in com.alee.extended.date declared as WebButton
protected  WebButton WebCalendar.next
           
protected  WebButton WebCalendar.nextSkip
           
protected  WebButton WebDateField.popupButton
          UI components.
protected  WebButton WebCalendar.previous
           
protected  WebButton WebCalendar.previousSkip
          UI components.
 

Uses of WebButton in com.alee.extended.dock
 

Fields in com.alee.extended.dock declared as WebButton
protected  WebButton WebDockableFrame.dockButton
           
 

Methods in com.alee.extended.dock that return WebButton
 WebButton WebDockableFrame.getDockButton()
           
 

Methods in com.alee.extended.dock with parameters of type WebButton
 void WebDockableFrame.addButton(WebButton button)
           
 

Uses of WebButton in com.alee.extended.filechooser
 

Fields in com.alee.extended.filechooser declared as WebButton
protected  WebButton WebDirectoryChooser.approveButton
           
protected  WebButton WebDirectoryChooser.cancelButton
           
protected  WebButton WebDirectoryChooserPanel.folderHome
           
protected  WebButton WebDirectoryChooserPanel.folderNew
           
protected  WebButton WebDirectoryChooserPanel.folderUp
          Toolbar components.
protected  WebButton WebPathField.myComputer
           
protected  WebButton WebDirectoryChooserPanel.refresh
           
protected  WebButton WebFilePlate.remove
           
protected  WebButton WebDirectoryChooserPanel.remove
           
 

Methods in com.alee.extended.filechooser that return WebButton
 WebButton WebFileChooserField.getChooseButton()
           
protected  WebButton WebPathField.getMyComputer()
           
protected  WebButton WebFilePlate.getRemoveButton()
           
 

Uses of WebButton in com.alee.extended.label
 

Methods in com.alee.extended.label that return WebButton
 WebButton WebTipLabel.getHideButton()
           
 

Uses of WebButton in com.alee.extended.panel
 

Fields in com.alee.extended.panel declared as WebButton
protected  WebButton WebCollapsiblePane.expandButton
          State change button.
 

Methods in com.alee.extended.panel that return WebButton
 WebButton WebCollapsiblePane.getExpandButton()
          Returns state change button.
 WebButton WebButtonGroup.getWebButton(int index)
           
 WebButton WebButtonGroup.getWebButton(java.lang.String name)
           
 

Uses of WebButton in com.alee.laf.button
 

Methods in com.alee.laf.button that return WebButton
 WebButton WebButton.changeFontSize(int change)
          Changes font size of the specified component.
static WebButton WebButton.createIconWebButton(javax.swing.ImageIcon imageIcon)
          Styled button short creation methods
static WebButton WebButton.createIconWebButton(javax.swing.ImageIcon imageIcon, boolean rolloverDecoratedOnly)
           
static WebButton WebButton.createIconWebButton(javax.swing.ImageIcon imageIcon, int round)
           
static WebButton WebButton.createIconWebButton(javax.swing.ImageIcon imageIcon, int round, boolean rolloverDecoratedOnly)
           
static WebButton WebButton.createIconWebButton(javax.swing.ImageIcon imageIcon, int round, int shadeWidth)
           
static WebButton WebButton.createIconWebButton(javax.swing.ImageIcon imageIcon, int round, int shadeWidth, int innerShadeWidth)
           
static WebButton WebButton.createIconWebButton(javax.swing.ImageIcon imageIcon, int round, int shadeWidth, int innerShadeWidth, boolean rolloverDecoratedOnly)
           
static WebButton WebButton.createIconWebButton(javax.swing.ImageIcon imageIcon, int round, int shadeWidth, int innerShadeWidth, boolean rolloverDecoratedOnly, boolean undecorated)
           
static WebButton WebButton.createIconWebButton(javax.swing.ImageIcon imageIcon, int round, int shadeWidth, int innerShadeWidth, boolean rolloverDecoratedOnly, boolean undecorated, boolean drawFocus)
           
static WebButton WebButton.createWebButton(int round, int shadeWidth, int innerShadeWidth, int leftRightSpacing, boolean rolloverDecoratedOnly, boolean undecorated, boolean drawFocus)
           
 WebButton WebButton.setAnimate(boolean animate)
           
 WebButton WebButton.setBoldFont()
          Sets bold font for the component.
 WebButton WebButton.setBoldFont(boolean apply)
          Sets bold font for the component.
 WebButton WebButton.setBottomBgColor(java.awt.Color bottomBgColor)
           
 WebButton WebButton.setBottomSelectedBgColor(java.awt.Color bottomSelectedBgColor)
           
 WebButton WebButton.setDrawBottom(boolean drawBottom)
           
 WebButton WebButton.setDrawBottomLine(boolean drawBottomLine)
           
 WebButton WebButton.setDrawFocus(boolean drawFocus)
           
 WebButton WebButton.setDrawLeft(boolean drawLeft)
           
 WebButton WebButton.setDrawLeftLine(boolean drawLeftLine)
           
 WebButton WebButton.setDrawLines(boolean top, boolean left, boolean bottom, boolean right)
           
 WebButton WebButton.setDrawRight(boolean drawRight)
           
 WebButton WebButton.setDrawRightLine(boolean drawRightLine)
           
 WebButton WebButton.setDrawShade(boolean drawShade)
           
 WebButton WebButton.setDrawSides(boolean top, boolean left, boolean bottom, boolean right)
           
 WebButton WebButton.setDrawTop(boolean drawTop)
           
 WebButton WebButton.setDrawTopLine(boolean drawTopLine)
           
 WebButton WebButton.setFontName(java.lang.String fontName)
          Sets component font name.
 WebButton WebButton.setFontSize(int fontSize)
          Sets component font size.
 WebButton WebButton.setFontSizeAndStyle(int fontSize, boolean bold, boolean italic)
          Sets font size and style for the specified component.
 WebButton WebButton.setFontSizeAndStyle(int fontSize, int style)
          Sets font size and style for the specified component.
 WebButton WebButton.setFontStyle(boolean bold, boolean italic)
          Sets component font style.
 WebButton WebButton.setFontStyle(int style)
          Sets component font style.
 WebButton WebButton.setInnerShadeColor(java.awt.Color innerShadeColor)
           
 WebButton WebButton.setInnerShadeWidth(int innerShadeWidth)
           
 WebButton WebButton.setItalicFont()
          Sets italic or plain font for the component.
 WebButton WebButton.setItalicFont(boolean apply)
          Sets italic or plain font for the component.
 WebButton WebButton.setLeftRightSpacing(int leftRightSpacing)
           
 WebButton WebButton.setMargin(int spacing)
           
 WebButton WebButton.setMargin(int top, int left, int bottom, int right)
           
 WebButton WebButton.setMinimumHeight(int minimumHeight)
          Sets component minimum height.
 WebButton WebButton.setMinimumWidth(int minimumWidth)
          Sets component minimum width.
 WebButton WebButton.setMoveIconOnPress(boolean moveIconOnPress)
           
 WebButton WebButton.setPainter(Painter painter)
           
 WebButton WebButton.setPlainFont()
          Sets plain font for the component.
 WebButton WebButton.setPlainFont(boolean apply)
          Sets plain font for the component.
 WebButton WebButton.setPreferredHeight(int preferredHeight)
          Sets component preferred height.
 WebButton WebButton.setPreferredWidth(int preferredWidth)
          Sets component preferred width.
 WebButton WebButton.setRolloverDarkBorderOnly(boolean rolloverDarkBorderOnly)
           
 WebButton WebButton.setRolloverDecoratedOnly(boolean rolloverDecoratedOnly)
           
 WebButton WebButton.setRolloverShadeOnly(boolean rolloverShadeOnly)
           
 WebButton WebButton.setRolloverShine(boolean rolloverShine)
           
 WebButton WebButton.setRound(int round)
           
 WebButton WebButton.setSelectedForeground(java.awt.Color selectedForeground)
           
 WebButton WebButton.setShadeColor(java.awt.Color shadeColor)
           
 WebButton WebButton.setShadeWidth(int shadeWidth)
           
 WebButton WebButton.setShineColor(java.awt.Color shineColor)
           
 WebButton WebButton.setShowDisabledShade(boolean showDisabledShade)
           
 WebButton WebButton.setTopBgColor(java.awt.Color topBgColor)
           
 WebButton WebButton.setTopSelectedBgColor(java.awt.Color topSelectedBgColor)
           
 WebButton WebButton.setUndecorated(boolean undecorated)
           
 

Uses of WebButton in com.alee.laf.filechooser
 

Fields in com.alee.laf.filechooser declared as WebButton
protected  WebButton WebFileChooserPanel.approveButton
           
protected  WebButton WebFileChooserPanel.backward
          North panel components.
protected  WebButton WebFileChooserPanel.cancelButton
           
protected  WebButton WebFileChooserPanel.folderHome
           
protected  WebButton WebFileChooserPanel.folderNew
           
protected  WebButton WebFileChooserPanel.folderUp
           
protected  WebButton WebFileChooserPanel.forward
           
protected  WebButton WebFileChooserPanel.history
           
protected  WebButton WebFileChooserPanel.refresh
           
protected  WebButton WebFileChooserPanel.remove
           
protected  WebButton WebFileChooserPanel.view
           
 

Uses of WebButton in com.alee.managers.popup
 

Constructors in com.alee.managers.popup with parameters of type WebButton
WebButtonPopup(WebButton button, PopupWay popupWay)