Uses of Class
com.alee.laf.label.WebLabel

Packages that use WebLabel
com.alee.examples   
com.alee.examples.groups.language   
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.language   
com.alee.extended.list   
com.alee.extended.statusbar   
com.alee.extended.time   
com.alee.extended.tree   
com.alee.extended.tree.sample   
com.alee.extended.window   
com.alee.laf.combobox   
com.alee.laf.label   
com.alee.laf.list   
com.alee.laf.rootpane   
com.alee.laf.table.renderers   
com.alee.laf.tree   
com.alee.managers.tooltip   
com.alee.utils   
 

Uses of WebLabel in com.alee.examples
 

Methods in com.alee.examples that return WebLabel
protected  WebLabel WebLookAndFeelDemo.createLegendLabel(java.lang.String text, javax.swing.ImageIcon icon)
           
 

Uses of WebLabel in com.alee.examples.groups.language
 

Subclasses of WebLabel in com.alee.examples.groups.language
static class LanguageExample.MyLabel
          Custom label-based component with a new defined "pressed" state
 

Uses of WebLabel in com.alee.extended.breadcrumb
 

Subclasses of WebLabel in com.alee.extended.breadcrumb
 class WebBreadcrumbLabel
          Custom label that can be used as WebBreadcrumb element.
 

Uses of WebLabel in com.alee.extended.button
 

Methods in com.alee.extended.button that return WebLabel
 WebLabel WebSwitch.getLeftComponent()
          Returns left switch component.
 WebLabel WebSwitch.getRightComponent()
          Returns right switch component.
 

Methods in com.alee.extended.button with parameters of type WebLabel
 void WebSwitch.setLeftComponent(WebLabel leftComponent)
          Sets new left switch component.
 void WebSwitch.setRightComponent(WebLabel rightComponent)
          Sets new right switch component.
 

Uses of WebLabel in com.alee.extended.date
 

Fields in com.alee.extended.date declared as WebLabel
protected  WebLabel WebCalendar.titleLabel
           
 

Methods in com.alee.extended.date that return WebLabel
protected  WebLabel WebCalendar.createTitleLabel()
          Creates and returns title label.
 

Uses of WebLabel in com.alee.extended.dock
 

Fields in com.alee.extended.dock declared as WebLabel
protected  WebLabel WebDockableFrame.titleLabel
           
 

Methods in com.alee.extended.dock that return WebLabel
 WebLabel WebDockableFrame.getTitleLabel()
           
 

Uses of WebLabel in com.alee.extended.filechooser
 

Subclasses of WebLabel in com.alee.extended.filechooser
 class WebFileTableCellRenderer
          File table cell renderer.
 

Fields in com.alee.extended.filechooser declared as WebLabel
protected  WebLabel WebFilePlate.fileName
           
 

Uses of WebLabel in com.alee.extended.label
 

Subclasses of WebLabel in com.alee.extended.label
 class WebHotkeyLabel
          This class provides a quick access to hotkey-styled label with additional costructors for quick hotkey text initialization.
 class WebLinkLabel
          This custom component provides a link functionality together with default label options.
 class WebStepLabel
          This class provides a quick access to step-styled label which can be used to visualize some process steps.
 class WebVerticalLabel
          This WebLabel extension class allows you to display text vertically and provides a direct access to WebVerticalLabelUI methods.
 

Methods in com.alee.extended.label that return WebLabel
 WebLabel WebTipLabel.getHelpLabel()
           
 

Uses of WebLabel in com.alee.extended.language
 

Subclasses of WebLabel in com.alee.extended.language
 class DictionariesTreeRenderer
          Language dictionaries tree renderer.
 

Uses of WebLabel in com.alee.extended.list
 

Subclasses of WebLabel in com.alee.extended.list
 class WebFileListCellRenderer
          Custom list cell renderer for WebFileList component.
 

Fields in com.alee.extended.list declared as WebLabel
protected  WebLabel WebFileListCellRenderer.descriptionLabel
          File description label.
protected  WebLabel WebFileListCellRenderer.iconLabel
          Thumbnail icon label.
protected  WebLabel WebFileListCellRenderer.nameLabel
          File name label.
protected  WebLabel WebFileListCellRenderer.sizeLabel
          File size label.
 

Uses of WebLabel in com.alee.extended.statusbar
 

Subclasses of WebLabel in com.alee.extended.statusbar
 class WebCursorTracker
          User: mgarin Date: 17.10.11 Time: 18:57
 class WebMemoryBar
          User: mgarin Date: 10.10.11 Time: 17:51
 class WebStatusLabel
          User: mgarin Date: 21.10.11 Time: 18:57
 

Uses of WebLabel in com.alee.extended.time
 

Subclasses of WebLabel in com.alee.extended.time
 class WebClock
          This component can be used to provide time tracking visual feedback.
 

Uses of WebLabel in com.alee.extended.tree
 

Subclasses of WebLabel in com.alee.extended.tree
 class WebAsyncTreeCellRenderer
          Custom default tree cell renderer for WebAsyncTree.
 class WebFileTreeCellRenderer
          File tree cell renderer.
 

Uses of WebLabel in com.alee.extended.tree.sample
 

Subclasses of WebLabel in com.alee.extended.tree.sample
 class SampleTreeCellRenderer
          Sample asynchronous tree cell renderer.
 

Uses of WebLabel in com.alee.extended.window
 

Methods in com.alee.extended.window that return WebLabel
 WebLabel WebProgressDialog.getTitleLabel()
           
 

Uses of WebLabel in com.alee.laf.combobox
 

Subclasses of WebLabel in com.alee.laf.combobox
 class WebComboBoxElement
          User: mgarin Date: 27.07.12 Time: 19:17
 

Uses of WebLabel in com.alee.laf.label
 

Methods in com.alee.laf.label that return WebLabel
 WebLabel WebLabel.changeFontSize(int change)
          Changes font size of the specified component.
static WebLabel WebLabel.createTranslatedLabel(javax.swing.Icon icon, java.lang.String key)
          Creates and returns new label with the specified preferences.
static WebLabel WebLabel.createTranslatedLabel(javax.swing.Icon icon, java.lang.String key, java.lang.Object... data)
          Creates and returns new label with the specified preferences.
static WebLabel WebLabel.createTranslatedLabel(int halign, javax.swing.Icon icon, java.lang.String key)
          Creates and returns new label with the specified preferences.
static WebLabel WebLabel.createTranslatedLabel(int halign, javax.swing.Icon icon, java.lang.String key, java.lang.Object... data)
          Creates and returns new label with the specified preferences.
static WebLabel WebLabel.createTranslatedLabel(int halign, java.lang.String key)
          Creates and returns new label with the specified preferences.
static WebLabel WebLabel.createTranslatedLabel(int halign, java.lang.String key, java.lang.Object... data)
          Creates and returns new label with the specified preferences.
static WebLabel WebLabel.createTranslatedLabel(java.lang.String key)
          Creates and returns new label with the specified preferences.
static WebLabel WebLabel.createTranslatedLabel(java.lang.String key, java.lang.Object... data)
          Creates and returns new label with the specified preferences.
 WebLabel WebLabel.setBoldFont()
          Sets bold font for the component.
 WebLabel WebLabel.setBoldFont(boolean apply)
          Sets bold font for the component.
 WebLabel WebLabel.setDrawShade(boolean drawShade)
           
 WebLabel WebLabel.setFontName(java.lang.String fontName)
          Sets component font name.
 WebLabel WebLabel.setFontSize(int fontSize)
          Sets component font size.
 WebLabel WebLabel.setFontSizeAndStyle(int fontSize, boolean bold, boolean italic)
          Sets font size and style for the specified component.
 WebLabel WebLabel.setFontSizeAndStyle(int fontSize, int style)
          Sets font size and style for the specified component.
 WebLabel WebLabel.setFontStyle(boolean bold, boolean italic)
          Sets component font style.
 WebLabel WebLabel.setFontStyle(int style)
          Sets component font style.
 WebLabel WebLabel.setItalicFont()
          Sets italic or plain font for the component.
 WebLabel WebLabel.setItalicFont(boolean apply)
          Sets italic or plain font for the component.
 WebLabel WebLabel.setMargin(int spacing)
           
 WebLabel WebLabel.setMargin(int top, int left, int bottom, int right)
           
 WebLabel WebLabel.setMinimumHeight(int minimumHeight)
          Sets component minimum height.
 WebLabel WebLabel.setMinimumWidth(int minimumWidth)
          Sets component minimum width.
 WebLabel WebLabel.setPainter(Painter painter)
           
 WebLabel WebLabel.setPlainFont()
          Sets plain font for the component.
 WebLabel WebLabel.setPlainFont(boolean apply)
          Sets plain font for the component.
 WebLabel WebLabel.setPreferredHeight(int preferredHeight)
          Sets component preferred height.
 WebLabel WebLabel.setPreferredWidth(int preferredWidth)
          Sets component preferred width.
 WebLabel WebLabel.setShadeColor(java.awt.Color shadeColor)
           
 WebLabel WebLabel.setTransparency(java.lang.Float transparency)
           
 

Uses of WebLabel in com.alee.laf.list
 

Subclasses of WebLabel in com.alee.laf.list
 class WebListCellRenderer
          Custom default list cell renderer for WebLookAndFeel.
static class WebListCellRenderer.UIResource
          A subclass of WebListCellRenderer that implements UIResource.
 class WebListElement
          Component for default list cell rendering.
 

Uses of WebLabel in com.alee.laf.rootpane
 

Subclasses of WebLabel in com.alee.laf.rootpane
protected  class WebRootPaneUI.TitleLabel
           
 

Uses of WebLabel in com.alee.laf.table.renderers
 

Subclasses of WebLabel in com.alee.laf.table.renderers
 class WebDateRenderer
          User: mgarin Date: 31.10.12 Time: 16:15
 class WebDoubleRenderer
          User: mgarin Date: 31.10.12 Time: 16:14
 class WebIconRenderer
          User: mgarin Date: 31.10.12 Time: 16:17
 class WebNumberRenderer
          User: mgarin Date: 31.10.12 Time: 16:13
 class WebTableCellRenderer
          User: mgarin Date: 31.10.12 Time: 16:02
static class WebTableCellRenderer.UIResource
           
 class WebTableHeaderCellRenderer
          User: mgarin Date: 01.11.12 Time: 12:30
static class WebTableHeaderCellRenderer.UIResource
           
 

Uses of WebLabel in com.alee.laf.tree
 

Subclasses of WebLabel in com.alee.laf.tree
 class WebTreeCellRenderer
          Custom default tree cell renderer for WebLookAndFeel.
 class WebTreeElement
          Component for default tree cell rendering.
 

Uses of WebLabel in com.alee.managers.tooltip
 

Subclasses of WebLabel in com.alee.managers.tooltip
 class HotkeyTipLabel
          Custom label used to display hotkey within WebCustomTooltip component.
 

Methods in com.alee.managers.tooltip that return WebLabel
static WebLabel WebCustomTooltip.createDefaultComponent(javax.swing.Icon icon, java.lang.String tooltip)
           
 

Uses of WebLabel in com.alee.utils
 

Methods in com.alee.utils with parameters of type WebLabel
static java.awt.Rectangle LafUtils.getLabelEditorBounds(WebLabel label, WebTextField editor)
          Returns bounds for editor display atop of the label.