- label - Variable in class org.jdesktop.swingx.plaf.basic.BasicTaskPaneUI.PaneBorder
-
- LabelProperties - Class in org.jdesktop.swingx.table
-
Class used to store label properties in a single object so that they
may be applied as a set on renderers.
- LabelProperties() - Constructor for class org.jdesktop.swingx.table.LabelProperties
-
- LabelProperties(Color, Color, Font, int, int, int, int, Icon, int, String) - Constructor for class org.jdesktop.swingx.table.LabelProperties
-
- LabelProvider - Class in org.jdesktop.swingx.renderer
-
A component provider which uses a JLabel
as rendering
component.
- LabelProvider() - Constructor for class org.jdesktop.swingx.renderer.LabelProvider
-
Instantiates a LabelProvider with default to-String converter and LEADING
horizontal alignment .
- LabelProvider(StringValue) - Constructor for class org.jdesktop.swingx.renderer.LabelProvider
-
Instantiates a LabelProvider with the given to-String converter and LEADING
horizontal alignment.
- LabelProvider(int) - Constructor for class org.jdesktop.swingx.renderer.LabelProvider
-
Instantiates a LabelProvider with default to-String converter and given
horizontal alignment.
- LabelProvider(StringValue, int) - Constructor for class org.jdesktop.swingx.renderer.LabelProvider
-
Instantiates a LabelProvider with given to-String converter and given
horizontal alignment.
- LARGE_ICON - Static variable in class org.jdesktop.swingx.action.AbstractActionExt
-
The key for the large icon
- lastFindBarTarget - Variable in class org.jdesktop.swingx.search.SearchFactory
-
this is a temporary hack: need to remove the useSearchHighlighter property.
- lastSearchResult - Variable in class org.jdesktop.swingx.search.AbstractSearchable
-
stores the result of the previous search.
- lastWeightedChild() - Method in class org.jdesktop.swingx.MultiSplitLayout.Split
-
Convenience method that returns the last child whose weight
is > 0.0.
- layoutByWeight(Container) - Method in class org.jdesktop.swingx.MultiSplitLayout
-
Set the size of the child components to match the weights of the children.
- layoutContainer(Container) - Method in class org.jdesktop.swingx.HorizontalLayout
-
- layoutContainer(Container) - Method in class org.jdesktop.swingx.JXRootPane.XRootLayout
- layoutContainer(Container) - Method in class org.jdesktop.swingx.MultiSplitLayout
-
Compute the bounds of all of the Split/Divider/Leaf Nodes in
the layout model, and then set the bounds of each child component
with a matching Leaf Node.
- layoutContainer(Container) - Method in class org.jdesktop.swingx.StackLayout
- layoutContainer(Container) - Method in class org.jdesktop.swingx.VerticalLayout
-
- leaf - Variable in class org.jdesktop.swingx.renderer.CellContext
-
- leafIcon - Variable in class org.jdesktop.swingx.renderer.TreeCellContext
-
the icon to use for a leaf node.
- LEDGER - Static variable in class org.jdesktop.swingx.decorator.HighlighterFactory
-
- LEFT - Static variable in class org.jdesktop.swingx.multisplitpane.DefaultSplitPaneModel
-
- left - Variable in class org.jdesktop.swingx.plaf.basic.BasicTitledPanelUI
-
- LEFT_DECORATION - Static variable in class org.jdesktop.swingx.JXTitledPanel
-
- LENGTH_CHANGED_PROPERTY - Static variable in class org.jdesktop.swingx.graphics.ReflectionRenderer
-
Identifies a change to the length of the rendered reflection.
- Lighten - Static variable in class org.jdesktop.swingx.graphics.BlendComposite
-
- lightWeightPopupEnabled - Variable in class org.jdesktop.swingx.JXDatePicker
-
- LINE_PRINTER - Static variable in class org.jdesktop.swingx.decorator.HighlighterFactory
-
- LINK_PANEL - Static variable in class org.jdesktop.swingx.JXDatePicker
-
- LinkAction<T> - Class in org.jdesktop.swingx.hyperlink
-
Convenience implementation to simplify
JXHyperlink
configuration and
provide minimal api as needed by a
org.jdesktop.swingx.hyperlink.LinkRenderer
.
- LinkAction() - Constructor for class org.jdesktop.swingx.hyperlink.LinkAction
-
Instantiates a LinkAction with null target.
- LinkAction(T) - Constructor for class org.jdesktop.swingx.hyperlink.LinkAction
-
Instantiates a LinkAction with a target of type targetClass.
- LinkModel - Class in org.jdesktop.swingx.hyperlink
-
An bean which represents an URL link.
- LinkModel(String, String, URL) - Constructor for class org.jdesktop.swingx.hyperlink.LinkModel
-
- LinkModel() - Constructor for class org.jdesktop.swingx.hyperlink.LinkModel
-
- LinkModel(String) - Constructor for class org.jdesktop.swingx.hyperlink.LinkModel
-
- LinkModel(String, String, String, String[]) - Constructor for class org.jdesktop.swingx.hyperlink.LinkModel
-
- LinkModelAction<T extends LinkModel> - Class in org.jdesktop.swingx.hyperlink
-
Specialized LinkAction for a target of type
LinkModel
.
- LinkModelAction() - Constructor for class org.jdesktop.swingx.hyperlink.LinkModelAction
-
- LinkModelAction(ActionListener) - Constructor for class org.jdesktop.swingx.hyperlink.LinkModelAction
-
- LinkModelAction(T) - Constructor for class org.jdesktop.swingx.hyperlink.LinkModelAction
-
- LinkModelAction(T, ActionListener) - Constructor for class org.jdesktop.swingx.hyperlink.LinkModelAction
-
- LinuxLookAndFeelAddons - Class in org.jdesktop.swingx.plaf.linux
-
- LinuxLookAndFeelAddons() - Constructor for class org.jdesktop.swingx.plaf.linux.LinuxLookAndFeelAddons
-
- list - Variable in class org.jdesktop.swingx.search.ListSearchable
-
- ListAdaptor - Class in org.jdesktop.swingx.autocomplete
-
An implementation of the AbstractAutoCompleteAdaptor that is suitable for a
JList in conjunction with a JTextComponent.
- ListAdaptor(JList, JTextComponent) - Constructor for class org.jdesktop.swingx.autocomplete.ListAdaptor
-
Creates a new JListAdaptor for the given list and text component.
- ListAdaptor(JList, JTextComponent, ObjectToStringConverter) - Constructor for class org.jdesktop.swingx.autocomplete.ListAdaptor
-
Creates a new JListAdaptor for the given list and text component.
- ListCellContext - Class in org.jdesktop.swingx.renderer
-
List specific cellContext.
- ListCellContext() - Constructor for class org.jdesktop.swingx.renderer.ListCellContext
-
- ListComboBoxModel<E> - Class in org.jdesktop.swingx.combobox
-
A ComboBoxModel
for List
s.
- ListComboBoxModel(List<E>) - Constructor for class org.jdesktop.swingx.combobox.ListComboBoxModel
-
Creates a ListComboBoxModel
backed by the supplied list
.
- listContainsSelectedItem() - Method in class org.jdesktop.swingx.autocomplete.AbstractAutoCompleteAdaptor
-
Returns true if the list contains the currently selected item.
- listenerList - Variable in class org.jdesktop.swingx.decorator.AbstractHighlighter
-
The listeners waiting for model changes.
- listenerList - Variable in class org.jdesktop.swingx.decorator.FilterPipeline
-
- listenerList - Variable in class org.jdesktop.swingx.treetable.SimpleFileSystemModel
-
- listenerMap - Variable in class org.jdesktop.swingx.calendar.AbstractDateSelectionModel
-
- listeners - Variable in class org.jdesktop.swingx.tree.TreeModelSupport
-
- ListRolloverController<T extends javax.swing.JList> - Class in org.jdesktop.swingx.rollover
-
listens to rollover properties.
- ListRolloverController() - Constructor for class org.jdesktop.swingx.rollover.ListRolloverController
-
- ListSearchable - Class in org.jdesktop.swingx.search
-
- ListSearchable(JXList) - Constructor for class org.jdesktop.swingx.search.ListSearchable
-
- load() - Method in class org.jdesktop.swingx.plaf.basic.BasicDatePickerUI.PopupRemover
-
- load(Properties) - Static method in class org.jdesktop.swingx.tips.TipLoader
-
Initializes a TipOfTheDayModel from properties.
- loadCompatibleImage(URL) - Static method in class org.jdesktop.swingx.graphics.GraphicsUtilities
-
Returns a new compatible image from a URL.
- loadCompatibleImage(URL) - Static method in class org.jdesktop.swingx.util.PaintUtils
-
Loads the image at the URL and makes it compatible with the screen.
- loadCompatibleImage(InputStream) - Static method in class org.jdesktop.swingx.util.PaintUtils
-
- loadDefaults(Object[]) - Method in class org.jdesktop.swingx.plaf.LookAndFeelAddons
-
Adds the given defaults in UIManager.
- loadImage(String) - Method in class org.jdesktop.swingx.BeanInfoSupport
-
- loadPainter(File) - Static method in class org.jdesktop.swingx.editors.PainterUtil
-
- loadPainter(URL) - Static method in class org.jdesktop.swingx.editors.PainterUtil
-
- loadUserNames() - Method in class org.jdesktop.swingx.auth.DefaultUserNameStore
-
Loads the user names from Preferences
- loadUserNames() - Method in class org.jdesktop.swingx.auth.UserNameStore
-
lifecycle method for loading names from persistent storage
- locale - Variable in class org.jdesktop.swingx.calendar.AbstractDateSelectionModel
-
the locale used by the calendar.
- LOGIN_ACTION_COMMAND - Static variable in class org.jdesktop.swingx.JXLoginPane
-
Action key for an Action in the ActionMap that initiates the Login
procedure
- LoginAdapter - Class in org.jdesktop.swingx.auth
-
- LoginAdapter() - Constructor for class org.jdesktop.swingx.auth.LoginAdapter
-
- loginCanceled(LoginEvent) - Method in class org.jdesktop.swingx.auth.LoginAdapter
-
- loginCanceled(LoginEvent) - Method in interface org.jdesktop.swingx.auth.LoginListener
-
Called by the JXLoginPane in the event of a login
cancellation by the user.
- loginCanceled(LoginEvent) - Method in class org.jdesktop.swingx.JXLoginPane.LoginListenerImpl
-
- LoginEvent - Class in org.jdesktop.swingx.auth
-
This is an event object that is passed to login listener methods
- LoginEvent(Object) - Constructor for class org.jdesktop.swingx.auth.LoginEvent
-
- LoginEvent(Object, Throwable) - Constructor for class org.jdesktop.swingx.auth.LoginEvent
-
Creates a new instance of LoginEvent
- loginFailed(LoginEvent) - Method in class org.jdesktop.swingx.auth.LoginAdapter
-
- loginFailed(LoginEvent) - Method in interface org.jdesktop.swingx.auth.LoginListener
-
Called by the JXLoginPane in the event of a login failure
- loginFailed(LoginEvent) - Method in class org.jdesktop.swingx.JXLoginPane.LoginListenerImpl
-
- LoginListener - Interface in org.jdesktop.swingx.auth
-
- LoginPaneAddon - Class in org.jdesktop.swingx.plaf
-
- LoginPaneAddon() - Constructor for class org.jdesktop.swingx.plaf.LoginPaneAddon
-
Creates a new instance of LoginPaneAddon
- LoginPaneUI - Class in org.jdesktop.swingx.plaf
-
- LoginPaneUI() - Constructor for class org.jdesktop.swingx.plaf.LoginPaneUI
-
- LoginService - Class in org.jdesktop.swingx.auth
-
LoginService is the abstract base class for all classes implementing
a login mechanism.
- LoginService() - Constructor for class org.jdesktop.swingx.auth.LoginService
-
- LoginService(String) - Constructor for class org.jdesktop.swingx.auth.LoginService
-
- loginStarted(LoginEvent) - Method in class org.jdesktop.swingx.auth.LoginAdapter
-
- loginStarted(LoginEvent) - Method in interface org.jdesktop.swingx.auth.LoginListener
-
Called by the JXLoginPane when the Authentication
operation is started.
- loginStarted(LoginEvent) - Method in class org.jdesktop.swingx.JXLoginPane.LoginListenerImpl
-
- loginSucceeded(LoginEvent) - Method in class org.jdesktop.swingx.auth.LoginAdapter
-
- loginSucceeded(LoginEvent) - Method in interface org.jdesktop.swingx.auth.LoginListener
-
Called by the JXLoginPane in the event of a
successful login.
- loginSucceeded(LoginEvent) - Method in class org.jdesktop.swingx.JXLoginPane.LoginListenerImpl
-
- LookAndFeelAddons - Class in org.jdesktop.swingx.plaf
-
Provides additional pluggable UI for new components added by the
library.
- LookAndFeelAddons() - Constructor for class org.jdesktop.swingx.plaf.LookAndFeelAddons
-
- lowerBound - Variable in class org.jdesktop.swingx.calendar.AbstractDateSelectionModel
-
- Luminosity - Static variable in class org.jdesktop.swingx.graphics.BlendComposite
-