A B C D E F G H I J K L M N O P Q R S T U V W Y

A

absolute() - Static method in class com.levigo.util.swing.effect.EffectLayout.Constraints
Create a constraint used to exclude the component from layout.
absolutePosition() - Static method in class com.levigo.util.swing.effect.EffectLayout.Constraints
Create a constraint used to lock the component to its given position.
AbstractComponentAddon - Class in com.levigo.util.swing.plaf
Ease the work of creating an addon for a component.
AbstractComponentAddon(String) - Constructor for class com.levigo.util.swing.plaf.AbstractComponentAddon
 
AbstractGeometryFrame - Class in com.levigo.util.swing
Use AbstractGeometryFrame class as superclass for frames which provides services to read and save their location and size from a predefined preference store.
AbstractGeometryFrame(String) - Constructor for class com.levigo.util.swing.AbstractGeometryFrame
Constructor for AbstractGeometryFrame.
AbstractPropertyGeometryFrame - Class in com.levigo.util.swing
This class is an enhanced version of its super class AbstractGeometryFrame.
AbstractPropertyGeometryFrame(String) - Constructor for class com.levigo.util.swing.AbstractPropertyGeometryFrame
Constructor for AbstractPropertyGeometryFrame.
AbstractPropertyGeometryFrame() - Constructor for class com.levigo.util.swing.AbstractPropertyGeometryFrame
Constructor for AbstractPropertyGeometryFrame.
AbstractSubmenuContributor - Class in com.levigo.util.swing.menu
Abstract MenuContributor which adds contributions to a submenu.
AbstractSubmenuContributor() - Constructor for class com.levigo.util.swing.menu.AbstractSubmenuContributor
 
action - Variable in class com.levigo.util.swing.menu.BasicMenuBuilder.Entry
 
ActionCreationAdapter - Class in com.levigo.util.swing.action
Just an adapter class of ActionCreationListener with empty methods.
ActionCreationAdapter() - Constructor for class com.levigo.util.swing.action.ActionCreationAdapter
 
ActionCreationListener - Interface in com.levigo.util.swing.action
Instances of ActionCreationListener can be registered at DefaultActionFactory to receive informations or failure messages of actions creation process.
ActionFactory - Interface in com.levigo.util.swing.action
Basic interface for the action factory.
ActionFactoryMenuContributor - Class in com.levigo.util.swing.menu
MenuContributor which loads Actions using a ActionFactory.
ActionFactoryMenuContributor(ActionFactory, String...) - Constructor for class com.levigo.util.swing.menu.ActionFactoryMenuContributor
 
ActionInterceptor - Class in com.levigo.util.swing
An abstract class used to wrap and intercept actions.
ActionInterceptor(String, Action) - Constructor for class com.levigo.util.swing.ActionInterceptor
Create an action interceptor overriding the given action, using the given name.
ActionJButton - Class in com.levigo.util.swing.action
DefaultActionButton.java
ActionJButton(Action) - Constructor for class com.levigo.util.swing.action.ActionJButton
Constructor for this button.
ActionJCheckboxMenuItem - Class in com.levigo.util.swing.action
It is the component of the menu which can be used by the actions, that have two states.
ActionJCheckboxMenuItem(Action) - Constructor for class com.levigo.util.swing.action.ActionJCheckboxMenuItem
Constructor for ActionJCheckboxMenuItem.
ActionJRadioButton - Class in com.levigo.util.swing.action
 
ActionJRadioButton(Action) - Constructor for class com.levigo.util.swing.action.ActionJRadioButton
Constructor for ActionJCheckboxMenuItem.
ActionJRadioButton(String, boolean) - Constructor for class com.levigo.util.swing.action.ActionJRadioButton
 
ActionJRadioMenuItem - Class in com.levigo.util.swing.action
It is the component of the menu which can be used by the actions, that have two states.
ActionJRadioMenuItem(Action) - Constructor for class com.levigo.util.swing.action.ActionJRadioMenuItem
Constructor for ActionJCheckboxMenuItem.
ActionJToggleButton - Class in com.levigo.util.swing.action
It is the component which can be used by the actions, that have two states.
ActionJToggleButton(Action) - Constructor for class com.levigo.util.swing.action.ActionJToggleButton
Constructor for ActionJToggleButton.
actionLookupProperties - Variable in class com.levigo.util.swing.action.BasicActionFactory
Instance of the property file.
ActionOnDoubleClick - Class in com.levigo.util.swing
Utility class to wire up a JComponent with an Action so that the action is triggered whenever a multiple mouse-click is executed on the component.
actionPerformed(ActionEvent) - Method in class com.levigo.util.swing.action.CommandAction
Run the commandAction.
actionPerformed(ActionEvent) - Method in class com.levigo.util.swing.action.DelegateAction
 
actionPerformed(ActionEvent) - Method in class com.levigo.util.swing.ActionInterceptor
 
ACTIONS - Static variable in interface com.levigo.util.swing.action.MenuComponentFactory
Parameter of actions in the property file
add(Object) - Method in class com.levigo.util.swing.action.Context
Ensures that this collection contains the specified element (optional operation).
add(JComponent, Object) - Static method in class com.levigo.util.swing.action.ContextUtils
Add the given element to the appropriate context for the given UI component.
add(Component, int) - Method in class com.levigo.util.swing.infobar.DrawerContainer
 
add(Component, Object, int) - Method in class com.levigo.util.swing.infobar.DrawerContainer
 
add(Component, Object) - Method in class com.levigo.util.swing.infobar.DrawerContainer
 
add(Component) - Method in class com.levigo.util.swing.infobar.DrawerContainer
 
add(String, Component) - Method in class com.levigo.util.swing.infobar.DrawerContainer
 
add(AbstractButton) - Method in class com.levigo.util.swing.JButtonGroup
Adds a button to the group
add(AbstractButton[]) - Method in class com.levigo.util.swing.JButtonGroup
Adds an array of buttons to the group
add(String, Object) - Method in class com.levigo.util.swing.plaf.AbstractComponentAddon
Add a simple UI property.
add(String, Color, int) - Method in class com.levigo.util.swing.plaf.AbstractComponentAddon
Add a color with a transparency value.
add(String, Border...) - Method in class com.levigo.util.swing.plaf.AbstractComponentAddon
Add a set of nested borders.
add(IconManager, String, int) - Method in class com.levigo.util.swing.plaf.AbstractComponentAddon
Add all icons provided by the given icon manager the the UI resources.
addActionCreationListener(ActionCreationListener) - Static method in class com.levigo.util.swing.action.DefaultActionFactory
Adds a action creation listener to receive informations or failure messages of action creation process.
addChangeListener(ChangeListener) - Method in class com.levigo.util.swing.colorpicker.ColorPalette
This listener will be notified when the current HSB or RGB values change.
addChangeListener(ChangeListener) - Method in class com.levigo.util.swing.JButtonGroup
Adds a ChangeListener to the button.
addChildContext(Context) - Method in class com.levigo.util.swing.action.Context
Adds the context as child context and registers itself as ContextListener.
addColumn(TableColumn) - Method in class com.levigo.util.swing.glazedlists.EventTableColumnModel
 
addColumn(TableColumn) - Method in class com.levigo.util.swing.table.SortableJTable
 
addColumnModelListener(TableColumnModelListener) - Method in class com.levigo.util.swing.glazedlists.EventTableColumnModel
 
addCommandCreationListener(CommandCreationListener) - Static method in class com.levigo.util.swing.action.DefaultCommandFactory
Adds a command creation listener to receive informations or failure messages of command creation process.
addContextChangeListener(ContextListener) - Method in class com.levigo.util.swing.action.Context
Adds ContextListener to the collection of the listeners.
addCriterium(int, boolean, boolean) - Method in interface com.levigo.util.swing.table.SortableTableModel
Add a sort criterium (i.e. a column to sort by).
addCriterium(int, boolean, boolean) - Method in class com.levigo.util.swing.table.TableSorter
Adds the given criteria to the vector of criteria and sorts the whole model.
addDefaultDebugStream() - Static method in class com.levigo.util.swing.messaging.MessageManager
Adds the default Debug Stream to MessageManager Posts all messages to Standard Out
addDefaultErrorStream() - Static method in class com.levigo.util.swing.messaging.MessageManager
Adds the default Error Stream to MessageManager Posts only Errors to Standard Err
addImpl(Component, Object, int) - Method in class com.levigo.util.swing.CollapsiblePane
 
addImpl(Component, Object, int) - Method in class com.levigo.util.swing.CollapsibleSection
Overriden to redirect call to the content pane.
addImpl(Component, Object, int) - Method in class com.levigo.util.swing.effect.EffectContainer
 
addImpl(Component, Object, int) - Method in class com.levigo.util.swing.FadeablePane
 
addImpl(Component, Object, int) - Method in class com.levigo.util.swing.FlipFlopCollapsiblePanel
Overriden to redirect call to the content pane.
addImpl(Component, Object, int) - Method in class com.levigo.util.swing.TransformerPanel
 
addInputMap(int, String, String...) - Method in class com.levigo.util.swing.plaf.AbstractComponentAddon
Add an input map comprised of the given map entries.
addKeyListener(KeyListener) - Method in class com.levigo.util.swing.flextree.FlexibleTree
 
addLayoutComponent(String, Component) - Method in class com.levigo.util.swing.ButtonRowLayout
 
addLayoutComponent(Component, Object) - Method in class com.levigo.util.swing.effect.EffectLayout
 
addLayoutComponent(String, Component) - Method in class com.levigo.util.swing.effect.EffectLayout
 
addLinkedActionFactory(BasicActionFactory) - Method in class com.levigo.util.swing.action.DefaultActionFactory
Adds an action factory as linked factory to this factory.
addLinkedCommandFactory(BasicCommandFactory) - Method in class com.levigo.util.swing.action.DefaultCommandFactory
Adds a command factory as linked factory to this factory.
addLinkedMenuComponentFactory(BasicMenuComponentFactory) - Method in class com.levigo.util.swing.action.DefaultMenuComponentFactory
Adds a menu component factory as linked factory to this factory.
addListDataListener(ListDataListener) - Method in class com.levigo.util.swing.glazedlists.EventListModel
Registers the specified ListDataListener to receive updates whenever this list changes.
addListSelectionListener(ListSelectionListener) - Method in class com.levigo.util.swing.glazedlists.EventSelectionModel
Add a listener to the list that's notified each time a change to the selection occurs.
addLookupClassLoader(ClassLoader) - Static method in class com.levigo.util.swing.action.ResourceLocator
 
addLowerRightComponent(JComponent) - Method in class com.levigo.util.swing.colorpicker.ColorPicker
Add a component to the lower-right corner between the vertical and the alpha-slider.
addMenuComponentCreationListener(MenuComponentCreationListener) - Static method in class com.levigo.util.swing.action.DefaultMenuComponentFactory
Adds a command creation listener to receive informations or failure messages of command creation process.
addMenuItemAction(Action) - Method in class com.levigo.util.swing.DropDownToggleButton
Appends a new menu item to the end of the menu which dispatches the specified Action object.
addMessageFactory(MessageFactory) - Static method in class com.levigo.util.swing.messaging.MessageFactoryHolder
Adds a given MessageFactory.
addMessageFactory(MessageFactory) - Static method in class com.levigo.util.swing.messaging.MessageManager
Adds a given MessageFactory.
addMessageListener(MessageListener) - Static method in class com.levigo.util.swing.messaging.MessageManager
Adds a given MessageListener to the MessageManager.
addModule(TreeModule) - Method in class com.levigo.util.swing.flextree.FlexibleTree
 
addMouseListener(MouseListener) - Method in class com.levigo.util.swing.effect.EffectContainer
 
addMouseMotionListener(MouseMotionListener) - Method in class com.levigo.util.swing.effect.EffectContainer
 
addMouseWheelListener(MouseWheelListener) - Method in class com.levigo.util.swing.effect.EffectContainer
 
addNotify() - Method in class com.levigo.util.swing.AbstractPropertyGeometryFrame
 
addNotify() - Method in class com.levigo.util.swing.effect.FadeBox
 
addNotify() - Method in class com.levigo.util.swing.effect.RolloutBox
 
addPropertyChangeListener(PropertyChangeListener) - Method in class com.levigo.util.swing.action.CommandAction
Adds a PropertyChangeListener to the listener list.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.levigo.util.swing.action.DelegateAction
 
addResource(String) - Method in class com.levigo.util.swing.plaf.AbstractComponentAddon
Adds the all keys/values from the given named resource bundle to the defaults
addResult(Object, Object) - Method in class com.levigo.util.swing.messaging.MessageResult
Adds an result by name to already holded results.
addSelectionInterval(int, int) - Method in class com.levigo.util.swing.glazedlists.EventSelectionModel
Change the selection to be the set union of the current selection and the indices between index0 and index1 inclusive
addSelectionPath(TreePath) - Method in class com.levigo.util.swing.flextree.FlexibleTree
 
addSelectionPaths(TreePath[]) - Method in class com.levigo.util.swing.flextree.FlexibleTree
 
addSortActionListener(ActionListener) - Method in class com.levigo.util.swing.glazedlists.TableComparatorChooser
Registers the specified ActionListener to receive notification whenever the JTable is sorted by this TableComparatorChooser.
addTreeSelectionListener(TreeSelectionListener) - Method in class com.levigo.util.swing.flextree.FlexibleTree
 
addValidSelectionMatcher(Matcher<E>) - Method in class com.levigo.util.swing.glazedlists.EventSelectionModel
Add a matcher which decides when source elements are valid for selection.
alignment - Variable in class com.levigo.util.swing.effect.EffectLayout.Constraints
 
alignOnInsets - Variable in class com.levigo.util.swing.effect.EffectLayout.Constraints
 
AllArguments - Annotation Type in com.levigo.util.swing.action.injection
An annotation used to specify a member into which the argument collection itself should be injected.
ANIMATION_STATE_KEY - Static variable in class com.levigo.util.swing.CollapsiblePane
Used when generating PropertyChangeEvents for the "animationState" property
ANIMATION_STATE_KEY - Static variable in class com.levigo.util.swing.FadeablePane
Used when generating PropertyChangeEvents for the "animationState" property
AppendableTableModel - Interface in com.levigo.util.swing.table
The AppendableTableModel represents a TableModel which allows the entry of new data.
appendRow(Object[]) - Method in interface com.levigo.util.swing.table.AppendableTableModel
Append a new row of data.
appendRow() - Method in class com.levigo.util.swing.table.EntryTableModel
Append the entered data by sending it to the master table model.
AquaLookAndFeelAddons - Class in com.levigo.util.swing.plaf
 
AquaLookAndFeelAddons() - Constructor for class com.levigo.util.swing.plaf.AquaLookAndFeelAddons
 
Argument - Annotation Type in com.levigo.util.swing.action.injection
An annotation used to specify arguments to be injected into InjectedCommands.
ArrowIcon - Class in com.levigo.util.swing
An icon painting a triangle as used by combo-box popup-buttons etc.
ArrowIcon(int, int) - Constructor for class com.levigo.util.swing.ArrowIcon
 
ArrowIcon(int, int, Color, Color) - Constructor for class com.levigo.util.swing.ArrowIcon
 
ASCENDING - Static variable in class com.levigo.util.swing.table.SunTableSorter
 
AUTO_DISABLE - Static variable in class com.levigo.util.swing.IconManager
Flag indicating that the Icon should automatically draw itself disabled when its enclosing component is disabled
AUTO_DISABLE - Static variable in class com.levigo.util.swing.SlickBevelBorder
 
AUTO_ROLLOVER - Static variable in class com.levigo.util.swing.IconManager
Flag indicating that the Icon should automatically produce a rollover version of itself.
AUTO_ROLLOVER - Static variable in class com.levigo.util.swing.SlickBevelBorder
 
AUTO_SELECT - Static variable in class com.levigo.util.swing.SlickBevelBorder
 
AutoCompleteSupport<E> - Class in com.levigo.util.swing.glazedlists
This class AutoCompleteSupport.install(javax.swing.JComboBox, com.levigo.util.base.glazedlists.EventList)s support for filtering and autocompletion into a standard JComboBox.
AutoCompleteSupport.AutoCompleteCellEditor<E> - Class in com.levigo.util.swing.glazedlists
This extension of DefaultCellEditor exists solely to provide a handle to the AutoCompleteSupport object that is providing autocompletion capabilities to the JComboBox.
AutoCompleteSupport.AutoCompleteCellEditor(AutoCompleteSupport<E>) - Constructor for class com.levigo.util.swing.glazedlists.AutoCompleteSupport.AutoCompleteCellEditor
Construct a TableCellEditor using the JComboBox supplied by the given autoCompleteSupport.

B

BarSnapInScrollPane - Class in com.levigo.util.swing
 
BarSnapInScrollPane(Component, int, int) - Constructor for class com.levigo.util.swing.BarSnapInScrollPane
 
BarSnapInScrollPane() - Constructor for class com.levigo.util.swing.BarSnapInScrollPane
 
BarSnapInScrollPane(Component) - Constructor for class com.levigo.util.swing.BarSnapInScrollPane
 
BarSnapInScrollPane(int, int) - Constructor for class com.levigo.util.swing.BarSnapInScrollPane
 
base() - Static method in class com.levigo.util.swing.effect.EffectLayout.Constraints
Create a constraint for internal use: it will be used to deal with the base component and the glass pane.
BasicActionFactory - Class in com.levigo.util.swing.action
BasicActionFactory provides base functionality for action factories
BasicActionFactory(String) - Constructor for class com.levigo.util.swing.action.BasicActionFactory
Constructor invokes a loading of the property file and creates the icon manager.
BasicActionFactory(InputStream, String) - Constructor for class com.levigo.util.swing.action.BasicActionFactory
Constructor, reads a property list (key and element pairs) from the given input stream and fills up the contained BasicActionFactory.actionLookupProperties.
BasicActionFactory() - Constructor for class com.levigo.util.swing.action.BasicActionFactory
Default constructor
BasicCommandFactory - Class in com.levigo.util.swing.action
BasicCommandFactory provides base functionality for command factories.
BasicCommandFactory(String) - Constructor for class com.levigo.util.swing.action.BasicCommandFactory
Constructor, invokes the loading of the property file name resource and fills up the contained BasicCommandFactory.commandLookupProperties.
BasicCommandFactory() - Constructor for class com.levigo.util.swing.action.BasicCommandFactory
Constructor
BasicCommandFactory(InputStream, String) - Constructor for class com.levigo.util.swing.action.BasicCommandFactory
Constructor, reads a property list (key and element pairs) from the given input stream and fills up the contained BasicCommandFactory.commandLookupProperties.
BasicDragGestureRecognizer - Class in com.levigo.util.swing.dnd
A simple replacement for the non-accessible DragRecognitionSupport class.
BasicDragGestureRecognizer() - Constructor for class com.levigo.util.swing.dnd.BasicDragGestureRecognizer
 
BasicDragGestureRecognizer.BeforeDrag - Interface in com.levigo.util.swing.dnd
This interface must be implemented by classes wishing to receive a notification before a drag gesture starts.
BasicLookAndFeelAddons - Class in com.levigo.util.swing.plaf
Install simple pluggable UI.
BasicLookAndFeelAddons() - Constructor for class com.levigo.util.swing.plaf.BasicLookAndFeelAddons
 
BasicMenuBuilder - Class in com.levigo.util.swing.menu
 
BasicMenuBuilder(MenuContributor, BasicMenuBuilder.Menu) - Constructor for class com.levigo.util.swing.menu.BasicMenuBuilder
 
BasicMenuBuilder.Entry - Class in com.levigo.util.swing.menu
 
BasicMenuBuilder.Entry(String, MenuContributor, Action) - Constructor for class com.levigo.util.swing.menu.BasicMenuBuilder.Entry
 
BasicMenuBuilder.Group - Class in com.levigo.util.swing.menu
 
BasicMenuBuilder.Group(String) - Constructor for class com.levigo.util.swing.menu.BasicMenuBuilder.Group
 
BasicMenuBuilder.Menu - Class in com.levigo.util.swing.menu
 
BasicMenuBuilder.Menu(String, MenuContributor, Action) - Constructor for class com.levigo.util.swing.menu.BasicMenuBuilder.Menu
 
BasicMenuComponentFactory - Class in com.levigo.util.swing.action
BasicMenuComponentFactory provides base functionality for menu component factories
BasicMenuComponentFactory(String) - Constructor for class com.levigo.util.swing.action.BasicMenuComponentFactory
Constructor invokes a loading of the property file.
BasicMenuComponentFactory(InputStream, String) - Constructor for class com.levigo.util.swing.action.BasicMenuComponentFactory
Constructor, reads a property list (key and element pairs) from the given input stream and fills up the contained BasicMenuComponentFactory.compositionLookupProperties.
BOOLEAN_DECISION - Static variable in class com.levigo.util.swing.messaging.MessageResult
This key can be used by MessageListeners when feeding a MessageResultas a key for a boolean value that represents a simple YES/NO decision by the user.
BorderIcon - Class in com.levigo.util.swing
An Icon that is a composite of an Icon and a Border.
BorderIcon(Icon, Border) - Constructor for class com.levigo.util.swing.BorderIcon
Create a new BorderIcon consisting of the given icon and the given border.
BubbleBorder - Class in com.levigo.util.swing
A border looking somewhat like a text bubble from a comic strip.
BubbleBorder(int, int, Color, Color, int, EffectLayout.Edge, int) - Constructor for class com.levigo.util.swing.BubbleBorder
 
BubbleBorder(int, Insets, Color, Color, int, EffectLayout.Edge, int) - Constructor for class com.levigo.util.swing.BubbleBorder
 
ButtonRowLayout - Class in com.levigo.util.swing
This Layout Manager could be used to comfotably layout button rows or similar containers.
ButtonRowLayout() - Constructor for class com.levigo.util.swing.ButtonRowLayout
Constructor for ButtonRowLayout.
ButtonRowLayout(int) - Constructor for class com.levigo.util.swing.ButtonRowLayout
Constructor for ButtonRowLayout.
ButtonRowLayout(int, int, int, int, int) - Constructor for class com.levigo.util.swing.ButtonRowLayout
Constructor for ButtonRowLayout.

C

calculateThumbSize() - Method in class com.levigo.util.swing.colorpicker.ColorPickerSliderUI
 
calculateTrackRect() - Method in class com.levigo.util.swing.colorpicker.ColorPickerSliderUI
 
callLater(Callable<V>) - Static method in class com.levigo.util.swing.TGASwingUtil
Schedule the given callable to be called on the EDT and return a Future providing access to the result of the call.
callLater(ThreadGroup, Callable<V>) - Static method in class com.levigo.util.swing.TGASwingUtil
Schedule the given callable to be called on the EDT and return a Future providing access to the result of the call.
callNow(ThreadGroup, Callable<V>) - Static method in class com.levigo.util.swing.TGASwingUtil
Synchronously execute a Callable and return the result of the call.
callNow(Callable<V>) - Static method in class com.levigo.util.swing.TGASwingUtil
Synchronously execute a Callable and return the result of the call.
CANCEL_AFFIRMED - Static variable in class com.levigo.util.swing.messaging.MessageResult
This value constant can be used by MessageListeners when feeding a MessageResultas user decision result for a YES/NO/CANCEL question.
canExecute(Collection<Object>) - Method in interface com.levigo.util.swing.action.Command
Permission checking for a command works as follows: 1.
canExecute(Collection<Object>) - Method in class com.levigo.util.swing.action.DummyCommand
 
canExecute(Collection<Object>) - Method in class com.levigo.util.swing.action.injection.InjectedCommand
 
canExecute() - Method in class com.levigo.util.swing.action.injection.InjectedCommand
Subclasses may override this method to perform argument validation beyond the validation that happens automatically during the injection phase.
changed(JComponent) - Static method in class com.levigo.util.swing.action.Context
Propagate a context change for the Context associated with the given component.
changeSupport - Variable in class com.levigo.util.swing.action.CommandAction
If any PropertyChangeListeners have been registered, the changeSupport field describes them.
CHECKBOX_MENU - Static variable in class com.levigo.util.swing.action.BasicMenuComponentFactory
type of the menu is checkbox - it used in the file of actions definition in the parameter menuType
childrenRefreshRequired() - Method in interface com.levigo.util.swing.flextree.DynamicTreeModule.ChangeListener
Receive notification that the domain object or data that the target node represents changed in some way that makes it necessary to update the the derived properties of all immediate children of the target node that have been contributed by the current module.
childrenRefreshRequired(Collection<? extends Object>) - Method in interface com.levigo.util.swing.flextree.DynamicTreeModule.ChangeListener
Receive notification that a collection of domain objects or data that the target node represents changed in some way that makes it necessary to update the the derived properties of all immediate children of the target node that have been contributed by the current module.
CHOICE - Static variable in class com.levigo.util.swing.messaging.Message
 
clear() - Method in class com.levigo.util.swing.action.Context
Removes all of the elements from this collection (optional operation).
clear(JComponent) - Static method in class com.levigo.util.swing.action.ContextUtils
Clear the context for the given UI component.
clear() - Method in class com.levigo.util.swing.table.EntryTableModel
Clear all entered data.
clearHistory() - Method in class com.levigo.util.swing.infobar.RollingMessagePanel
 
clearLookupProperties() - Method in class com.levigo.util.swing.action.BasicActionFactory
Clears the lookup properties.
clearLookupProperties() - Method in class com.levigo.util.swing.action.BasicCommandFactory
Clears the lookup properties.
clearLookupProperties() - Method in class com.levigo.util.swing.action.BasicMenuComponentFactory
Clears the lookup properties.
clearSelection() - Method in class com.levigo.util.swing.flextree.FlexibleTree
 
clearSelection() - Method in class com.levigo.util.swing.glazedlists.EventSelectionModel
Change the selection to the empty set.
clearSelection() - Method in class com.levigo.util.swing.JButtonGroup
Clears the current selection.
COLLAPSED_ICON - Static variable in class com.levigo.util.swing.CollapsiblePane
The icon used by the "toggle" action when the JCollapsiblePane is expanded, i.e the icon which indicates the pane can be collapsed.
COLLAPSED_NAME - Static variable in class com.levigo.util.swing.CollapsiblePane
The name used by the "toggle" action when the JCollapsiblePane is expanded, i.e the name which indicates the pane can be collapsed.
collapsePath(TreePath) - Method in class com.levigo.util.swing.flextree.FlexibleTree
 
collapseRoot() - Method in class com.levigo.util.swing.flextree.FlexibleTree
 
CollapsiblePane - Class in com.levigo.util.swing
JCollapsiblePane provides a component which can collapse or expand its content area with animation and fade in/fade out effects.
CollapsiblePane(Container) - Constructor for class com.levigo.util.swing.CollapsiblePane
Constructs a new JCollapsiblePane with a JPanel as content pane and a vertical with a gap of 2 pixels as layout manager.
CollapsiblePane() - Constructor for class com.levigo.util.swing.CollapsiblePane
Constructs a new JCollapsiblePane with a JPanel as content pane and a vertical with a gap of 2 pixels as layout manager.
CollapsiblePane.JCollapsiblePaneContainer - Interface in com.levigo.util.swing
Tagging interface for containers in a JCollapsiblePane hierarchy who needs to be revalidated (invalidate/validate/repaint) when the pane is expanding or collapsing.
CollapsiblePane.Style - Enum in com.levigo.util.swing
Enum for possible options regarding the strategy how a shrunken collapsible pane lays out its contents.
CollapsibleSection - Class in com.levigo.util.swing
 
CollapsibleSection(Container, String, String, boolean) - Constructor for class com.levigo.util.swing.CollapsibleSection
 
ColorPalette - Class in com.levigo.util.swing.colorpicker
This is the large graphic element in the ColorPicker that depicts a wide range of colors.
ColorPalette() - Constructor for class com.levigo.util.swing.colorpicker.ColorPalette
Creates a new ColorPickerPanel
ColorPicker - Class in com.levigo.util.swing.colorpicker
This is a panel that offers a robust set of controls to pick a color.
ColorPicker() - Constructor for class com.levigo.util.swing.colorpicker.ColorPicker
Create a new ColorPicker with all controls visible except opacity.
ColorPicker(boolean, boolean) - Constructor for class com.levigo.util.swing.colorpicker.ColorPicker
Create a new ColorPicker.
colorPicker - Variable in class com.levigo.util.swing.colorpicker.ColorPickerSliderUI
 
ColorPicker.Mode - Enum in com.levigo.util.swing.colorpicker
 
ColorPickerAlphaSliderUI - Class in com.levigo.util.swing.colorpicker
 
ColorPickerAlphaSliderUI(JSlider, ColorPicker) - Constructor for class com.levigo.util.swing.colorpicker.ColorPickerAlphaSliderUI
 
ColorPickerSliderUI - Class in com.levigo.util.swing.colorpicker
This is a SliderUI designed specifically for the ColorPicker.
ColorPickerSliderUI(JSlider, ColorPicker) - Constructor for class com.levigo.util.swing.colorpicker.ColorPickerSliderUI
 
ColorSwatch - Class in com.levigo.util.swing.colorpicker
This is a square, opaque panel used to indicate a certain color.
ColorSwatch(int) - Constructor for class com.levigo.util.swing.colorpicker.ColorSwatch
 
ColorSwatch(Color, int) - Constructor for class com.levigo.util.swing.colorpicker.ColorSwatch
 
columnMoved(TableColumnModelEvent) - Method in class com.levigo.util.swing.table.SortableJTable
 
com.levigo.util.swing - package com.levigo.util.swing
 
com.levigo.util.swing.action - package com.levigo.util.swing.action
 
com.levigo.util.swing.action.injection - package com.levigo.util.swing.action.injection
 
com.levigo.util.swing.colorpicker - package com.levigo.util.swing.colorpicker
 
com.levigo.util.swing.componentdecorator - package com.levigo.util.swing.componentdecorator
 
com.levigo.util.swing.dnd - package com.levigo.util.swing.dnd
 
com.levigo.util.swing.effect - package com.levigo.util.swing.effect
 
com.levigo.util.swing.flextree - package com.levigo.util.swing.flextree
 
com.levigo.util.swing.glazedlists - package com.levigo.util.swing.glazedlists
 
com.levigo.util.swing.infobar - package com.levigo.util.swing.infobar
 
com.levigo.util.swing.menu - package com.levigo.util.swing.menu
 
com.levigo.util.swing.messaging - package com.levigo.util.swing.messaging
 
com.levigo.util.swing.messaging.dialog - package com.levigo.util.swing.messaging.dialog
 
com.levigo.util.swing.messaging.printstreams - package com.levigo.util.swing.messaging.printstreams
 
com.levigo.util.swing.plaf - package com.levigo.util.swing.plaf
 
com.levigo.util.swing.table - package com.levigo.util.swing.table
 
com.levigo.util.swing.text - package com.levigo.util.swing.text
 
com.levigo.util.swing.toolbar - package com.levigo.util.swing.toolbar
 
com.levigo.util.swing.tooltip - package com.levigo.util.swing.tooltip
 
com.levigo.util.swing.trees - package com.levigo.util.swing.trees
 
Command - Interface in com.levigo.util.swing.action
Basic interface for all commands.
CommandAction - Class in com.levigo.util.swing.action
Super class for all actions.
CommandAction(Context, Collection<Command>, String, String, String, String, Icon, Icon, String, KeyStroke, int, Map<String, Object>) - Constructor for class com.levigo.util.swing.action.CommandAction
Constructor It sets a context and registers the commandAction as one of the ContextListenerin the context.
CommandCreationAdapter - Class in com.levigo.util.swing.action
Just an adapter class of CommandCreationListener with empty methods.
CommandCreationAdapter() - Constructor for class com.levigo.util.swing.action.CommandCreationAdapter
 
CommandCreationListener - Interface in com.levigo.util.swing.action
Instances of CommandCreationListener can be registered at DefaultCommandFactory to receive informations or failure messages of command or command factory creation process.
CommandFactory - Interface in com.levigo.util.swing.action
Interface for the command factory.
commandLookupProperties - Variable in class com.levigo.util.swing.action.BasicCommandFactory
Set of provided command properties.
COMMANDS - Static variable in class com.levigo.util.swing.action.BasicActionFactory
Key word for the property: commands for the action
COMPARABLE_COMAPRATOR - Static variable in class com.levigo.util.swing.table.SunTableSorter
 
COMPONENT_KEY - Static variable in class com.levigo.util.swing.action.DefaultMenuComponentFactory
Accessor key for the structure identifier of JComponents builded by this factory.
COMPONENT_RESOURCE - Static variable in class com.levigo.util.swing.action.DefaultMenuComponentFactory
Accessor key for the resource name of JComponents builded by this factory.
ComponentAddon - Interface in com.levigo.util.swing.plaf
Each new component type of the library will contribute an addon to the LookAndFeelAddons.
compositionLookupProperties - Variable in class com.levigo.util.swing.action.BasicMenuComponentFactory
Instance of the property file.
configureGraphics(Graphics2D, Graphics2D) - Method in class com.levigo.util.swing.FadeablePane
 
configurePropertiesFromAction(Action) - Method in class com.levigo.util.swing.action.ActionJButton
 
configurePropertiesFromAction(Action) - Method in class com.levigo.util.swing.action.ActionJCheckboxMenuItem
This event adds a functionality for the action parameter "checked"
configurePropertiesFromAction(Action) - Method in class com.levigo.util.swing.action.ActionJRadioButton
This event adds a functionality for the action parameter "checked"
configurePropertiesFromAction(Action) - Method in class com.levigo.util.swing.action.ActionJRadioMenuItem
This event adds a functionality for the action parameter "checked"
configurePropertiesFromAction(Action) - Method in class com.levigo.util.swing.action.ActionJToggleButton
This event adds a functionality for the action parameter "checked"
configurePropertiesFromAction(Action) - Method in class com.levigo.util.swing.action.IconJMenuItem
Additional initializing of the menuitem.
configurePropertiesFromAction(Action) - Method in class com.levigo.util.swing.action.NonUglyActionJToggleButton
This event adds a functionality for the action parameter "checked"
configurePropertiesFromAction(Action) - Method in class com.levigo.util.swing.action.VisibilityEnabledJCheckboxMenuItem
Additional initializing of the menu item.
configurePropertiesFromAction(Action) - Method in class com.levigo.util.swing.action.VisibilityEnabledJRadioMenuItem
Additional initializing of the menuitem.
configurePropertiesFromAction(Action) - Method in class com.levigo.util.swing.DropDownToggleButton
 
CONFIRM - Static variable in class com.levigo.util.swing.messaging.Message
 
construct() - Method in class com.levigo.util.swing.SwingWorker
Compute the value to be returned by the get method.
contains(AbstractButton) - Method in class com.levigo.util.swing.JButtonGroup
Checks whether the group contains the given button
containsKey(String) - Method in class com.levigo.util.swing.messaging.DefaultMessageFactory
 
containsKey(String) - Method in class com.levigo.util.swing.messaging.DefaultMessageResource
Returns whether given key has a value
containsKey(String) - Method in interface com.levigo.util.swing.messaging.MessageFactory
Returns whether given key has a value in one of the registered resources.
containsKey(String) - Method in class com.levigo.util.swing.messaging.MessageFactoryHolder
 
containsKey(Object) - Method in class com.levigo.util.swing.messaging.MessageResult
Returns true if result map contains a mapping for the specified resultIdentifier.
Context - Class in com.levigo.util.swing.action
The Context is the class in the middle of the context model.
Context.Ancestors - Enum in com.levigo.util.swing.action
Enum used to determine whether the aggregated view includes elements of ancestor (parent, grand-parent etc.) contexts.
Context.Children - Enum in com.levigo.util.swing.action
Enum used to determine whether the aggregated view includes elements of child contexts.
CONTEXT_MENU_ACTIONS - Static variable in interface com.levigo.util.swing.action.MenuComponentFactory
Parameter of contextmenu actions in the property file
contextChanged(Context) - Method in class com.levigo.util.swing.action.CommandAction
Check the commandAction by the change of the context.
contextChanged() - Method in class com.levigo.util.swing.action.Context
Propagate context changes to all parent contexts and actions that are registered as ContextListener.
contextChanged(Context) - Method in interface com.levigo.util.swing.action.ContextListener
Message about the changing of the context.
ContextListener - Interface in com.levigo.util.swing.action
Interface for listeners who wish to be notified upon refreshes/changes of the Context they register with.
ContextualAction - Interface in com.levigo.util.swing.action
An Action associated with a Context.
ContextUtils - Class in com.levigo.util.swing.action
A collection of static utility methods used to deal with Contexts.
contribute(TreeContributionContext, MenuBuilder) - Method in interface com.levigo.util.swing.flextree.TreeContextMenuContributor
This method is called in order to give the menu contributor a chance to contribute context menu entries via the supplied MenuBuilder.
contribute(ContributionContext, MenuBuilder) - Method in class com.levigo.util.swing.menu.AbstractSubmenuContributor
 
contribute(ContributionContext, MenuBuilder) - Method in interface com.levigo.util.swing.menu.MenuContributor
This method is called in order to give the menu contributor a chance to contribute context menu entries via the supplied MenuBuilder.
contribute(ComponentAddon) - Static method in class com.levigo.util.swing.plaf.LookAndFeelAddons
Each new component added by the library will contribute its default UI classes, colors and fonts to the LookAndFeelAddons.
ContributionContext - Interface in com.levigo.util.swing.menu
A ContributionContext accompanies a MenuContributor.contribute(ContributionContext, MenuBuilder) call.
contributor - Variable in class com.levigo.util.swing.menu.BasicMenuBuilder.Entry
 
count(JComponent, Class<?>) - Static method in class com.levigo.util.swing.action.ContextUtils
Count the elements matching the given class in the context for the given UI component.
create(Class<?>) - Static method in class com.levigo.util.swing.action.injection.ParameterInjector
 
createBlueLineSeparator() - Static method in class com.levigo.util.swing.LevigoSeparators
Draws a horizontal blue line filling the available space.
createBuffer(int, int) - Method in class com.levigo.util.swing.FadeablePane
Creates the BufferedImage to be used as the cached image.
createCommand(String) - Method in class com.levigo.util.swing.action.BasicCommandFactory
 
createDefaultRenderer() - Method in class com.levigo.util.swing.table.JTableRowHeader
Returns a default renderer to be used when no header renderer is defined by a TableColumn.
createDetailsView() - Method in interface com.levigo.util.swing.infobar.MessageConsumer.Message
Create a visual representation of the message.
createDetailsView() - Method in class com.levigo.util.swing.infobar.SimpleMessage
 
createDoubleLineSeparator() - Static method in class com.levigo.util.swing.LevigoSeparators
Draws a double line filling the available space.
createDoubleLineSeparator(int) - Static method in class com.levigo.util.swing.LevigoSeparators
Draws a double line with the given inset.
createDoubleLineSeparator(int, int) - Static method in class com.levigo.util.swing.LevigoSeparators
Draws a double line with the given inset and orientation.
createForFlyout() - Static method in class com.levigo.util.swing.infobar.RollingMessagePanel
Create a RollingMessagePanel pre-configured for use as a flyout panel.
createForStatusBar() - Static method in class com.levigo.util.swing.infobar.RollingMessagePanel
Create a RollingMessagePanel pre-configured for use in a status bar.
createMessage(String) - Method in class com.levigo.util.swing.messaging.DefaultMessageFactory
 
createMessage(String, Object[], Throwable) - Method in class com.levigo.util.swing.messaging.DefaultMessageFactory
 
createMessage(String) - Method in interface com.levigo.util.swing.messaging.MessageFactory
Create a Message specified by given key.
createMessage(String, Object[], Throwable) - Method in interface com.levigo.util.swing.messaging.MessageFactory
Create a Message specified by given key and additionally parameters.
createMessage(String) - Method in class com.levigo.util.swing.messaging.MessageFactoryHolder
 
createMessage(String, Throwable) - Method in class com.levigo.util.swing.messaging.MessageFactoryHolder
 
createMessage(String, Object[], Throwable) - Method in class com.levigo.util.swing.messaging.MessageFactoryHolder
 
createMouseInputListener() - Method in class com.levigo.util.swing.table.TableRowHeaderUI
Creates the mouse listener for the JTable.
createPopup() - Method in class com.levigo.util.swing.PopupButton
This method is called in order to create the popup menu.
createPopupMenu(BasicMenuBuilder.Menu) - Static method in class com.levigo.util.swing.menu.SwingMenus
Create a JPopupMenu from a BasicMenuBuilder.Menu collected by a BasicMenuBuilder.
createSelectionModel() - Method in class com.levigo.util.swing.glazedlists.EventTableColumnModel
Creates a new default list selection model.
createSingleLineSeparator() - Static method in class com.levigo.util.swing.LevigoSeparators
Draws a single line filling the available space.
createSingleLineSeparator(int) - Static method in class com.levigo.util.swing.LevigoSeparators
Draws a single line with the given inset.
createSingleLineSeparator(int, int) - Static method in class com.levigo.util.swing.LevigoSeparators
Draws a single line with the given inset and orientation.
createSortArrowHeaderRenderer(TableCellRenderer) - Method in class com.levigo.util.swing.glazedlists.TableComparatorChooser
Decorates and returns the given delegateRenderer with functionality that attempts to install a sorting icon into the Component returned by the delegateRenderer.
createSwingThreadProxyList(EventList<E>) - Method in class com.levigo.util.swing.glazedlists.EventTableModel
This method exists as a hook for subclasses that may have custom threading needs within their EventTableModels.
createTableCellEditor(TableFormat<E>, EventList<E>, int) - Static method in class com.levigo.util.swing.glazedlists.AutoCompleteSupport
This factory method creates and returns a AutoCompleteSupport.AutoCompleteCellEditor which adapts an autocompleting JComboBox for use as a Table Cell Editor.
createTableCellEditor(Comparator, TableFormat<E>, EventList<E>, int) - Static method in class com.levigo.util.swing.glazedlists.AutoCompleteSupport
This factory method creates and returns a AutoCompleteSupport.AutoCompleteCellEditor which adapts an autocompleting JComboBox for use as a Table Cell Editor.
createTableCellEditor(EventList<E>) - Static method in class com.levigo.util.swing.glazedlists.AutoCompleteSupport
This factory method creates and returns a AutoCompleteSupport.AutoCompleteCellEditor which adapts an autocompleting JComboBox for use as a Table Cell Editor.
createUI(JComponent) - Static method in class com.levigo.util.swing.table.TableRowHeaderUI
 
creationFailure(NamedActionFactory, String, String, Throwable) - Method in class com.levigo.util.swing.action.ActionCreationAdapter
 
creationFailure(NamedActionFactory, String, String, Throwable) - Method in interface com.levigo.util.swing.action.ActionCreationListener
This method will be called if a failure occurred while action creation.
creationFailure(NamedCommandFactory, String, String, Throwable) - Method in class com.levigo.util.swing.action.CommandCreationAdapter
 
creationFailure(NamedCommandFactory, String, String, Throwable) - Method in interface com.levigo.util.swing.action.CommandCreationListener
This method will be called if a failure occurred while command or command factory creation.
creationFailure(NamedMenuComponentFactory, String, String, Throwable) - Method in class com.levigo.util.swing.action.MenuComponentCreationAdapter
 
creationFailure(NamedMenuComponentFactory, String, String, Throwable) - Method in interface com.levigo.util.swing.action.MenuComponentCreationListener
This method will be called if a failure occurred while menu component creation.
creationInformation(NamedActionFactory, String, String) - Method in class com.levigo.util.swing.action.ActionCreationAdapter
 
creationInformation(NamedActionFactory, String, String) - Method in interface com.levigo.util.swing.action.ActionCreationListener
This method will be called when ever informational messages should be provided while an action creation.
creationInformation(NamedCommandFactory, String, String) - Method in class com.levigo.util.swing.action.CommandCreationAdapter
 
creationInformation(NamedCommandFactory, String, String) - Method in interface com.levigo.util.swing.action.CommandCreationListener
This method will be called when ever informational messages should be provided while a command creation.
creationInformation(NamedMenuComponentFactory, String, String) - Method in class com.levigo.util.swing.action.MenuComponentCreationAdapter
 
creationInformation(NamedMenuComponentFactory, String, String) - Method in interface com.levigo.util.swing.action.MenuComponentCreationListener
This method will be called when ever informational messages should be provided while a menu component creation.
creationWarning(NamedActionFactory, String, String) - Method in class com.levigo.util.swing.action.ActionCreationAdapter
 
creationWarning(NamedActionFactory, String, String) - Method in interface com.levigo.util.swing.action.ActionCreationListener
This method will be called if something happens while action creation, which should be notified as a warning indicating a potential problem.
creationWarning(NamedCommandFactory, String, String) - Method in class com.levigo.util.swing.action.CommandCreationAdapter
 
creationWarning(NamedCommandFactory, String, String) - Method in interface com.levigo.util.swing.action.CommandCreationListener
This method will be called if something happens while command creation, which should be notified as a warning indicating a potential problem.
creationWarning(NamedMenuComponentFactory, String, String) - Method in class com.levigo.util.swing.action.MenuComponentCreationAdapter
 
creationWarning(NamedMenuComponentFactory, String, String) - Method in interface com.levigo.util.swing.action.MenuComponentCreationListener
This method will be called if something happens while menu component creation, which should be notified as a warning indicating a potential problem.

D

DataTipDecorator - Class in com.levigo.util.swing.tooltip
Add the ability to display additional text in a popup-window to a Component.
DataTipDecorator(DataTipSource, Component) - Constructor for class com.levigo.util.swing.tooltip.DataTipDecorator
 
DataTipSource - Interface in com.levigo.util.swing.tooltip
Source for the content of a data-tip.
decorate(JTextComponent, String) - Static method in class com.levigo.util.swing.componentdecorator.NonFocusedInfo
Decorate the given JTextComponent with the given non-focused text.
decorate(JTextComponent, String, boolean) - Static method in class com.levigo.util.swing.componentdecorator.NonFocusedInfo
Decorate the given JTextComponent with the given non-focused text.
decorate(ComboBoxEditor, String) - Static method in class com.levigo.util.swing.componentdecorator.NonFocusedInfo
Decorate the given ComboBoxEditor with the given non-focused text.
decorate(ComboBoxEditor, String, boolean) - Static method in class com.levigo.util.swing.componentdecorator.NonFocusedInfo
Decorate the given ComboBoxEditor with the given non-focused text.
decorate(JTextComponent) - Static method in class com.levigo.util.swing.componentdecorator.SelectAllOnFocusGain
Install SelectTextOnFocusGain behaviour on a component.
DefaultActionFactory - Class in com.levigo.util.swing.action
Is implementation of the ActionFactory The factory read the class information for the actions from the property file.
DefaultCommandFactory - Class in com.levigo.util.swing.action
The default implementation of the CommandFactory interface.
DefaultDialogMessageListener - Class in com.levigo.util.swing.messaging.dialog
Default Message Listener to be used with MessageManager.
DefaultMenuComponentFactory - Class in com.levigo.util.swing.action
Used by GUI components to create CommandAction-based toolbars, contextmenus and menus.
DefaultMessageDialog - Class in com.levigo.util.swing.messaging.dialog
Standardized Message Dialog.
DefaultMessageDialog(Frame, String, MessageEvent) - Constructor for class com.levigo.util.swing.messaging.dialog.DefaultMessageDialog
Constructor - Creates an Message Dialog corresponding to given MessageEvent
DefaultMessageDialog(Frame, String, MessageEvent, boolean) - Constructor for class com.levigo.util.swing.messaging.dialog.DefaultMessageDialog
Constructor - Creates an Message Dialog corresponding to given MessageEvent
DefaultMessageDialog(Frame, String, MessageEvent, boolean, boolean) - Constructor for class com.levigo.util.swing.messaging.dialog.DefaultMessageDialog
Constructor - Creates an Message Dialog corresponding to given MessageEvent
DefaultMessageFactory - Class in com.levigo.util.swing.messaging
A factory that makes Message Objects availiable.
DefaultMessageFactory(String) - Constructor for class com.levigo.util.swing.messaging.DefaultMessageFactory
Constructor for MessageFactory.
DefaultMessageResource - Class in com.levigo.util.swing.messaging
BasicMessageResource combines the functionality of a ResourceBundle and MessageFormat to make specific string resources availiable.
DefaultMessageResource(String) - Constructor for class com.levigo.util.swing.messaging.DefaultMessageResource
Constructor
DefaultTextResources - Class in com.levigo.util.swing.messaging.dialog
Accessor for the localized text resources.
deferredSwingThreadProxyList(EventList<E>, long, TimeUnit) - Static method in class com.levigo.util.swing.glazedlists.GlazedListsSwing
Behaves like the EventList returned by GlazedListsSwing.swingThreadProxyList(EventList) but adds the option of aggregating a all change events happening within a certain time and into a single update.
DelegateAction - Class in com.levigo.util.swing.action
An Action which delegates the actual action to a delegate Action, but allows other properties of the action to be overridden.
DelegateAction(Action) - Constructor for class com.levigo.util.swing.action.DelegateAction
Create a new delegate action delegating to the given delegate action.
DelegateFocusTraversalPolicy - Class in com.levigo.util.swing.colorpicker
A simple FocusTraversalPolicy object that delegates to another object.
DelegateFocusTraversalPolicy(FocusTraversalPolicy) - Constructor for class com.levigo.util.swing.colorpicker.DelegateFocusTraversalPolicy
 
DESCENDING - Static variable in class com.levigo.util.swing.table.SunTableSorter
 
destroy() - Static method in class com.levigo.util.swing.TGASwingUtil
Stops the ExecutionQueues redirecting Runnables to EventQueues and performs cleanup.
destroy(ThreadGroup) - Static method in class com.levigo.util.swing.TGASwingUtil
Stops the ExecutionQueues redirecting Runnables to EventQueues and performs cleanup for the ThreadGroup supplied.
disableInfo() - Method in class com.levigo.util.swing.componentdecorator.NonFocusedInfo
Disable non-focused info.
displacement - Variable in class com.levigo.util.swing.effect.EffectLayout.Constraints
 
DISPLAY - Static variable in class com.levigo.util.swing.messaging.Message
 
displayMessage(MessageEvent) - Method in class com.levigo.util.swing.messaging.dialog.DefaultDialogMessageListener
 
displayMessage(MessageEvent) - Method in class com.levigo.util.swing.messaging.dialog.StatusBarMessageListener
 
displayMessage(MessageEvent) - Method in interface com.levigo.util.swing.messaging.MessageListener
Invoked when an message event occurs.
displayMessage(Component, Message) - Static method in class com.levigo.util.swing.messaging.MessageManager
Creates an appropriate MessageEvent Object and forwards it to all registered listeners.
displayMessage(Component, String) - Static method in class com.levigo.util.swing.messaging.MessageManager
Creates an appropriate MessageEvent Object and forwards it to all registered listeners.
displayMessage(Component, String, Throwable) - Static method in class com.levigo.util.swing.messaging.MessageManager
Creates an appropriate MessageEvent Object and forwards it to all registered listeners.
displayMessage(Component, String, Throwable, boolean) - Static method in class com.levigo.util.swing.messaging.MessageManager
Creates an appropriate MessageEvent Object and forwards it to all registered listeners.
displayMessage(Component, String, Throwable, Object...) - Static method in class com.levigo.util.swing.messaging.MessageManager
Creates an appropriate MessageEvent Object and forwards it to all registered listeners.
displayMessage(Component, String, Object[], Throwable) - Static method in class com.levigo.util.swing.messaging.MessageManager
Creates an appropriate MessageEvent Object and forwards it to all registered listeners.
displayMessage(Component, String, Object...) - Static method in class com.levigo.util.swing.messaging.MessageManager
Creates an appropriate MessageEvent Object and forwards it to all registered listeners.
displayMessage(MessageEvent) - Static method in class com.levigo.util.swing.messaging.MessageManager
Forwards given MessageEvent to all registered listeners.
displayMessage(MessageEvent) - Method in class com.levigo.util.swing.messaging.printstreams.MessageDefaultDebugStream
 
displayMessage(MessageEvent) - Method in class com.levigo.util.swing.messaging.printstreams.MessageDefaultErrorStream
 
displayMessage(MessageEvent) - Method in class com.levigo.util.swing.messaging.printstreams.MessagePrintStream
 
dispose() - Method in class com.levigo.util.swing.glazedlists.EventListModel
Releases the resources consumed by this EventListModel so that it may eventually be garbage collected.
dispose() - Method in class com.levigo.util.swing.glazedlists.EventSelectionModel
Releases the resources consumed by this EventSelectionModel so that it may eventually be garbage collected.
dispose() - Method in class com.levigo.util.swing.glazedlists.EventTableColumnModel
Releases the resources consumed by this EventTableColumnModel so that it may eventually be garbage collected.
dispose() - Method in class com.levigo.util.swing.glazedlists.EventTableModel
Releases the resources consumed by this EventTableModel so that it may eventually be garbage collected.
dispose() - Method in class com.levigo.util.swing.glazedlists.SearchEngineTextFieldMatcherEditor
A cleanup method which stops this MatcherEditor from listening to the underlying JTextField, thus freeing the SearchEngineTextMatcherEditor to be garbage collected.
dispose() - Method in class com.levigo.util.swing.glazedlists.TableComparatorChooser
Releases the resources consumed by this TableComparatorChooser so that it may eventually be garbage collected.
dispose() - Method in class com.levigo.util.swing.glazedlists.TextComponentMatcherEditor
A cleanup method which stops this MatcherEditor from listening to changes on the underlying Document, thus freeing the MatcherEditor or Document to be garbage collected.
dispose() - Method in class com.levigo.util.swing.messaging.dialog.DefaultMessageDialog
 
doContribute(ContributionContext, MenuBuilder) - Method in class com.levigo.util.swing.menu.AbstractSubmenuContributor
 
doContribute(ContributionContext, MenuBuilder) - Method in class com.levigo.util.swing.menu.ActionFactoryMenuContributor
 
doCreateComponentForAction(Action) - Method in class com.levigo.util.swing.action.BasicMenuComponentFactory
Create a beautiful button to carry an action in a toolbar.
doCreateContextMenu(String, Collection<String>, Context, Action[]) - Method in class com.levigo.util.swing.action.BasicMenuComponentFactory
Creates the context menu from the informations inside the collection.
doCreateMenu(String, Collection<String>, Context, Action[]) - Method in class com.levigo.util.swing.action.BasicMenuComponentFactory
Creates the menu from the informations inside the collection.
doCreateMenuBar(String, Collection<String>, Context, Action[]) - Method in class com.levigo.util.swing.action.BasicMenuComponentFactory
Creates the menu from the informations inside the collection.
doCreateToolbar(Collection<String>, Context, Action[]) - Method in class com.levigo.util.swing.action.BasicMenuComponentFactory
Creates the toolbar from the informations inside the collection.
doCreateToolbar(String, Collection<String>, Context, Action[]) - Method in class com.levigo.util.swing.action.BasicMenuComponentFactory
Creates the toolbar from the informations inside the collection.
doLayout() - Method in class com.levigo.util.swing.FadeablePane
 
doLayout() - Method in class com.levigo.util.swing.toolbar.EllipseJToolBar
 
doLayout() - Method in class com.levigo.util.swing.TransformerPanel
 
doShowMessage(MessageConsumer.Message) - Method in class com.levigo.util.swing.infobar.RollingMessagePanel
 
dragStarting(MouseEvent) - Method in interface com.levigo.util.swing.dnd.BasicDragGestureRecognizer.BeforeDrag
 
drawBevel(Graphics2D, Rectangle) - Static method in class com.levigo.util.swing.colorpicker.PlafPaintUtils
Uses translucent shades of white and black to draw highlights and shadows around a rectangle, and then frames the rectangle with a shade of gray (120).
DrawerContainer - Class in com.levigo.util.swing.infobar
 
DrawerContainer() - Constructor for class com.levigo.util.swing.infobar.DrawerContainer
 
DrawerContainer(Component) - Constructor for class com.levigo.util.swing.infobar.DrawerContainer
 
DrawerContainer.AccessibleDrawer - Class in com.levigo.util.swing.infobar
This class implements accessibility support.
DrawerContainer.AccessibleDrawer() - Constructor for class com.levigo.util.swing.infobar.DrawerContainer.AccessibleDrawer
 
DrawerContainer.Position - Enum in com.levigo.util.swing.infobar
 
DropDownToggleButton - Class in com.levigo.util.swing
A DropDownButton is intended to be used in a toolbar as multiple action button.
DropDownToggleButton() - Constructor for class com.levigo.util.swing.DropDownToggleButton
Construct this button
DropShadowBorder - Class in com.levigo.util.swing
 
DropShadowBorder(int, int) - Constructor for class com.levigo.util.swing.DropShadowBorder
 
DropShadowBorder(int, int, int, int) - Constructor for class com.levigo.util.swing.DropShadowBorder
 
DummyCommand - Class in com.levigo.util.swing.action
A null command used to instantiate actions from the action factory when no command string for this action is provided in the properties file.
DummyCommand() - Constructor for class com.levigo.util.swing.action.DummyCommand
 
DynamicTreeModule - Interface in com.levigo.util.swing.flextree
The DynamicTreeModule is like any other TreeModule, except that it is supplied with a per-node callback enabling it to inform the representation about asynchronous changes.
DynamicTreeModule.ChangeListener - Interface in com.levigo.util.swing.flextree
 

E

edge - Variable in class com.levigo.util.swing.effect.EffectLayout.Constraints
 
EditableRowHeaderTableModel - Interface in com.levigo.util.swing.table
 
EditableTableRowHeaderRenderer - Class in com.levigo.util.swing.table
 
EditableTableRowHeaderRenderer(JTable, boolean) - Constructor for class com.levigo.util.swing.table.EditableTableRowHeaderRenderer
 
EditableTableRowHeaderRenderer(JTable) - Constructor for class com.levigo.util.swing.table.EditableTableRowHeaderRenderer
 
Effect - Enum in com.levigo.util.swing.effect
 
EFFECT_ALPHA50P - Static variable in class com.levigo.util.swing.IconManager
Icon effect: make icon 50% transparent
EFFECT_DARKER - Static variable in class com.levigo.util.swing.IconManager
Icon effect draw icon darker
EFFECT_GRAY - Static variable in class com.levigo.util.swing.IconManager
Icon effect: convert to gray (desaturate)
EFFECT_GRAY50P - Static variable in class com.levigo.util.swing.IconManager
Icon effect: convert to gray (desaturate) partially (50%)
EFFECT_LIGHTER - Static variable in class com.levigo.util.swing.IconManager
Icon effect: draw icon lighter
EFFECT_MORECONTRAST - Static variable in class com.levigo.util.swing.IconManager
Icon effect: make icon 50% transparent
EffectContainer - Class in com.levigo.util.swing.effect
A container for effect boxes like the FadeBox or the RolloutBox.
EffectContainer() - Constructor for class com.levigo.util.swing.effect.EffectContainer
Create an empty effect container.
EffectContainer(JComponent) - Constructor for class com.levigo.util.swing.effect.EffectContainer
Create an effect container for the given base component.
EffectLayout - Class in com.levigo.util.swing.effect
 
EffectLayout() - Constructor for class com.levigo.util.swing.effect.EffectLayout
Create a RollOutLayout which lays out the rollout components along the border of the base component, but doesn't care about the visible bounds.
EffectLayout(boolean) - Constructor for class com.levigo.util.swing.effect.EffectLayout
Create a RollOutLayout which lays out the rollout components either along the border of the base component or along the visible bounds, depending on the EffectLayout.useVisibleBounds parameter.
EffectLayout.Constraints - Class in com.levigo.util.swing.effect
 
EffectLayout.Edge - Enum in com.levigo.util.swing.effect
 
EllipseJToolBar - Class in com.levigo.util.swing.toolbar
A toolbar which automatically creates an ellipse button, if it becomes too small to show all entries.
EllipseJToolBar() - Constructor for class com.levigo.util.swing.toolbar.EllipseJToolBar
 
EllipseJToolBar.AccessibleEllipseJToolBar - Class in com.levigo.util.swing.toolbar
This class implements accessibility support for the JToolBar class.
EllipseJToolBar.AccessibleEllipseJToolBar() - Constructor for class com.levigo.util.swing.toolbar.EllipseJToolBar.AccessibleEllipseJToolBar
 
EMPTY_STRING_LIST - Static variable in class com.levigo.util.swing.action.BasicActionFactory
 
EMPTY_STRING_LIST - Static variable in class com.levigo.util.swing.action.BasicCommandFactory
 
enabled - Variable in class com.levigo.util.swing.action.CommandAction
Specifies whether action is enabled; the default is true.
enableInfo() - Method in class com.levigo.util.swing.componentdecorator.NonFocusedInfo
Enable non-focused info.
enableLink - Variable in class com.levigo.util.swing.Hyperlink
 
ENDSUB - Static variable in class com.levigo.util.swing.action.BasicMenuComponentFactory
End submenu [Format:{EndSubMenu}]
ensureEventDispatchThread() - Static method in class com.levigo.util.swing.TGASwingUtil
This method will ensure that the calling thread is the event dispatch thread.
ensureEventDispatchThread(Component) - Static method in class com.levigo.util.swing.TGASwingUtil
This method will (in case of a displayable component) ensure that the calling thread is the event dispatch thread.
entries - Variable in class com.levigo.util.swing.menu.BasicMenuBuilder.Group
 
EntryTableModel - Class in com.levigo.util.swing.table
The EntryTableModel provides a single-row model in order to allow the addition of a single row to an existing table which is defined by a master table model.
EntryTableModel(AppendableTableModel) - Constructor for class com.levigo.util.swing.table.EntryTableModel
Construct an entry table model which uses the row scheme of the given master table model.
equals(Object) - Method in class com.levigo.util.swing.messaging.DefaultMessageResource
Gets whether given Object equals this MessageResource.
error(QualifiedLogEvent) - Method in class com.levigo.util.swing.infobar.QualifiedLoggingBridge
 
ERROR - Static variable in class com.levigo.util.swing.messaging.Message
 
EventComboBoxModel<E> - Class in com.levigo.util.swing.glazedlists
A combo box model for displaying Glazed Lists in a combo box.
EventComboBoxModel(EventList<E>) - Constructor for class com.levigo.util.swing.glazedlists.EventComboBoxModel
Creates a new combo box model that contains the elements of the given source and tracks further changes made to it.
EventListModel<E> - Class in com.levigo.util.swing.glazedlists
An EventListModel adapts an EventList to the ListModel interface making it appropriate for use with a JList.
EventListModel(EventList<E>) - Constructor for class com.levigo.util.swing.glazedlists.EventListModel
Creates a new model that contains all objects located in the given source and reacts to any changes in the given source.
EventSelectionModel<E> - Class in com.levigo.util.swing.glazedlists
An EventSelectionModel is a class that performs two simulaneous services.
EventSelectionModel(EventList<E>) - Constructor for class com.levigo.util.swing.glazedlists.EventSelectionModel
Creates a new selection model that also presents a list of the selection.
EventTableColumnModel<T extends javax.swing.table.TableColumn> - Class in com.levigo.util.swing.glazedlists
A TableColumnModel that holds an EventList.
EventTableColumnModel(EventList<T>) - Constructor for class com.levigo.util.swing.glazedlists.EventTableColumnModel
Creates a new model that contains the TableColumn objects from the given source.
EventTableModel<E> - Class in com.levigo.util.swing.glazedlists
A TableModel that holds an EventList.
EventTableModel(EventList<E>, TableFormat<? super E>) - Constructor for class com.levigo.util.swing.glazedlists.EventTableModel
Creates a new table model that extracts column data from the given source using the the given tableFormat.
EventTableModel(EventList<E>, String[], String[], boolean[]) - Constructor for class com.levigo.util.swing.glazedlists.EventTableModel
Creates a new table that renders the specified list with an automatically generated TableFormat.
execute(Collection<Object>) - Method in interface com.levigo.util.swing.action.Command
Execute the command.
execute(Collection<Object>) - Method in class com.levigo.util.swing.action.DummyCommand
 
execute(Collection<Object>) - Method in class com.levigo.util.swing.action.injection.InjectedCommand
 
execute() - Method in class com.levigo.util.swing.action.injection.InjectedCommand
This method is called in order to execute the command.
EXPANDED_ICON - Static variable in class com.levigo.util.swing.CollapsiblePane
The icon used by the "toggle" action when the JCollapsiblePane is collapsed, i.e the icon which indicates the pane can be expanded.
EXPANDED_NAME - Static variable in class com.levigo.util.swing.CollapsiblePane
The name used by the "toggle" action when the JCollapsiblePane is collapsed, i.e the name which indicates the pane can be expanded.
expandPath(TreePath) - Method in class com.levigo.util.swing.flextree.FlexibleTree
 
expandRoot() - Method in class com.levigo.util.swing.flextree.FlexibleTree
 
exportAsDrag(JComponent, InputEvent, int) - Method in class com.levigo.util.swing.dnd.VisualRepresentationSupportTransferHandler
 
EXTERNAL_ACTION - Static variable in class com.levigo.util.swing.action.BasicMenuComponentFactory
An externally defined action.

F

factoryName - Variable in class com.levigo.util.swing.action.BasicActionFactory
Name of this action factory, usually the properties file name.
factoryName - Variable in class com.levigo.util.swing.action.BasicCommandFactory
Name of this command factory, usually its properties file name.
factoryName - Variable in class com.levigo.util.swing.action.BasicMenuComponentFactory
Name of this command factory, usually the properties file name.
factoryName - Variable in class com.levigo.util.swing.action.DefaultActionFactory
Name of this action factory, usually its properties file name.
factoryName - Variable in class com.levigo.util.swing.action.DefaultCommandFactory
Name of this command factory, usually its properties file name.
factoryName - Variable in class com.levigo.util.swing.action.DefaultMenuComponentFactory
Name of this menu component factory, usually its properties file name.
FadeablePane - Class in com.levigo.util.swing
Document me.
FadeablePane(JComponent) - Constructor for class com.levigo.util.swing.FadeablePane
Constructs a new JCollapsiblePane with a JPanel as content pane and a vertical with a gap of 2 pixels as layout manager.
FadeablePane() - Constructor for class com.levigo.util.swing.FadeablePane
Constructs a new JCollapsiblePane with a JPanel as content pane and a vertical with a gap of 2 pixels as layout manager.
FadeBox - Class in com.levigo.util.swing.effect
 
FadeBox(JComponent) - Constructor for class com.levigo.util.swing.effect.FadeBox
 
FadeBox(JComponent, float, float) - Constructor for class com.levigo.util.swing.effect.FadeBox
 
fadeCompleted() - Method in class com.levigo.util.swing.FadeablePane
Subclasses may override this method in order to perform some action after a fade-in or fade-out animation completed.
fadeStarted() - Method in class com.levigo.util.swing.FadeablePane
Subclasses may override this method in order to perform some action before a fade-in or fade-out animation starts.
fatal(QualifiedLogEvent) - Method in class com.levigo.util.swing.infobar.QualifiedLoggingBridge
 
fields - Static variable in class com.levigo.util.swing.action.BasicActionFactory
All key event identifiers used to generate keystrokes.
fill(EffectLayout.Edge, boolean, boolean) - Static method in class com.levigo.util.swing.effect.EffectLayout.Constraints
 
finalize() - Method in class com.levigo.util.swing.action.CommandAction
Removes listeners.
finalize() - Method in class com.levigo.util.swing.messaging.MessageResult
 
finalize() - Method in class com.levigo.util.swing.messaging.printstreams.MessagePrintStream
 
findAll(JComponent, Class<T>) - Static method in class com.levigo.util.swing.action.ContextUtils
Find all elements matching the given class in the context for the given UI component.
findAll(Collection<? extends Object>, Class<T>) - Static method in class com.levigo.util.swing.action.ContextUtils
Find all elements matching the given class in the given collection.
findFirst(JComponent, Class<T>) - Static method in class com.levigo.util.swing.action.ContextUtils
Find the first element matching the given class in the context for the given UI component.
findFirst(Collection<? extends Object>, Class<T>) - Static method in class com.levigo.util.swing.action.ContextUtils
Find the first element matching the given class in the given collection.
findSubMenu(String) - Method in class com.levigo.util.swing.menu.BasicMenuBuilder
 
findSubMenu(String) - Method in interface com.levigo.util.swing.menu.MenuBuilder
Find a MenuBuilder for an existing sub-menu.
findTopmost(Class<E>, TreePath) - Static method in class com.levigo.util.swing.trees.Trees
find that object of the given class, which is nearest to a leaf (and furthes from the root).
finished(Object) - Method in class com.levigo.util.swing.PendingOperations
Notify this instance that the operation that was registered as pending under the given key is finished now.
finished() - Method in class com.levigo.util.swing.SwingWorker
Called on the event dispatching thread (not on the worker thread) after the construct method has returned.
fireChangeListeners() - Method in class com.levigo.util.swing.colorpicker.ColorPalette
 
fireColumnAdded(TableColumnModelEvent) - Method in class com.levigo.util.swing.glazedlists.EventTableColumnModel
 
fireColumnMarginChanged() - Method in class com.levigo.util.swing.glazedlists.EventTableColumnModel
 
fireColumnMoved(TableColumnModelEvent) - Method in class com.levigo.util.swing.glazedlists.EventTableColumnModel
 
fireColumnRemoved(TableColumnModelEvent) - Method in class com.levigo.util.swing.glazedlists.EventTableColumnModel
 
fireColumnSelectionChanged(ListSelectionEvent) - Method in class com.levigo.util.swing.glazedlists.EventTableColumnModel
 
fireListDataEvent(ListDataEvent) - Method in class com.levigo.util.swing.glazedlists.EventListModel
Notifies all ListDataListeners about one block of changes in the list.
firePropertyChange(String, Object, Object) - Method in class com.levigo.util.swing.action.CommandAction
Supports reporting bound property changes.
fireStateChanged() - Method in class com.levigo.util.swing.JButtonGroup
Notifies all listeners that have registered interest for notification on this event type.
FlexibleTree - Class in com.levigo.util.swing.flextree
 
FlexibleTree() - Constructor for class com.levigo.util.swing.flextree.FlexibleTree
 
FlexibleTree.AccessilbeFlexibleTree - Class in com.levigo.util.swing.flextree
 
FlexibleTree.AccessilbeFlexibleTree() - Constructor for class com.levigo.util.swing.flextree.FlexibleTree.AccessilbeFlexibleTree
 
FlexTreeUtils - Class in com.levigo.util.swing.flextree
 
FlipFlopCollapsiblePanel - Class in com.levigo.util.swing
The FlipFlopCollapsiblePane is a special kind of collapsible pane which is not only titled, but toggles the title orientation so that it uses the least possible space when collapsed.
FlipFlopCollapsiblePanel(String, String, LayoutManager) - Constructor for class com.levigo.util.swing.FlipFlopCollapsiblePanel
Create a FlipFlopCollapsiblePanel using the separate expanded and collapsed titles and layout manager.
FocusArrowListener - Class in com.levigo.util.swing.colorpicker
This listens for arrow keys and shifts the keyboard focus accordingly.
FocusArrowListener() - Constructor for class com.levigo.util.swing.colorpicker.FocusArrowListener
 
fullRefreshRequired() - Method in interface com.levigo.util.swing.flextree.DynamicTreeModule.ChangeListener
Receive notification that the domain object or data that the target node represents changed in some way that makes it necessary to update the the derived properties of all nodes within the sub-tree starting at the target node.

G

get(JComponent) - Static method in class com.levigo.util.swing.action.Context
Get the context for a given component by looking at the client properties.
get(String) - Method in interface com.levigo.util.swing.action.injection.ParameterInjector.ParameterProvider
 
get(JComponent) - Static method in class com.levigo.util.swing.effect.EffectContainer
Returns the first ancestor of comp that is a EffectContainer or null if comp is NotActiveException contained in a EffectContainer.
get(Object) - Method in class com.levigo.util.swing.messaging.MessageResult
Returns the value to which the specified result identifier is mapped in this identity hash map, or null if the map contains no mapping for this identifier.
get() - Method in class com.levigo.util.swing.SwingWorker
Return the value created by the construct method.
getAccessibleActionDescription(int) - Method in class com.levigo.util.swing.action.NonUglyActionJToggleButton.AccessibleNonUglyActionJToggleButton
 
getAccessibleChild(int) - Method in class com.levigo.util.swing.IconManager.IconManagerIcon.AccessibleIconManagerIcon
Returns the nth Accessible child of the object.
getAccessibleChildrenCount() - Method in class com.levigo.util.swing.IconManager.IconManagerIcon.AccessibleIconManagerIcon
Returns the number of accessible children in the object.
getAccessibleContext() - Method in class com.levigo.util.swing.action.NonUglyActionJToggleButton
Gets the AccessibleContext associated with this AccessibleNonUglyActionJToggleButton.
getAccessibleContext() - Method in class com.levigo.util.swing.flextree.FlexibleTree
 
getAccessibleContext() - Method in class com.levigo.util.swing.IconManager.IconManagerIcon
Gets the AccessibleContext associated with this Icon.
getAccessibleContext() - Method in class com.levigo.util.swing.infobar.DrawerContainer
Gets the AccessibleContext associated with this JPanel.
getAccessibleContext() - Method in class com.levigo.util.swing.LevigoSeparators.AbstractLineSeparator
Gets the AccessibleContext associated with this JSeparator.
getAccessibleContext() - Method in class com.levigo.util.swing.toolbar.EllipseJToolBar
Gets the AccessibleContext associated with this JToolBar.
getAccessibleIconDescription() - Method in class com.levigo.util.swing.IconManager.IconManagerIcon.AccessibleIconManagerIcon
Gets the description of the icon.
getAccessibleIconHeight() - Method in class com.levigo.util.swing.IconManager.IconManagerIcon.AccessibleIconManagerIcon
Gets the height of the icon.
getAccessibleIconWidth() - Method in class com.levigo.util.swing.IconManager.IconManagerIcon.AccessibleIconManagerIcon
Gets the width of the icon.
getAccessibleIndexInParent() - Method in class com.levigo.util.swing.IconManager.IconManagerIcon.AccessibleIconManagerIcon
Gets the index of this object in its accessible parent.
getAccessibleName(TreePath) - Method in interface com.levigo.util.swing.flextree.TreeAccessibleNameProvider
Return a String to provide Accessible Name for the FlexibleTree Elements.
getAccessibleParent() - Method in class com.levigo.util.swing.IconManager.IconManagerIcon.AccessibleIconManagerIcon
Gets the Accessible parent of this object.
getAccessibleRole() - Method in class com.levigo.util.swing.flextree.FlexibleTree.AccessilbeFlexibleTree
 
getAccessibleRole() - Method in class com.levigo.util.swing.IconManager.IconManagerIcon.AccessibleIconManagerIcon
Gets the role of this object.
getAccessibleRole() - Method in class com.levigo.util.swing.infobar.DrawerContainer.AccessibleDrawer
Get the role of this object.
getAccessibleRole() - Method in class com.levigo.util.swing.LevigoSeparators.AbstractLineSeparator.AccessibleSeparator
Get the role of this object.
getAccessibleStateSet() - Method in class com.levigo.util.swing.IconManager.IconManagerIcon.AccessibleIconManagerIcon
Gets the state of this object.
getAccessibleStateSet() - Method in class com.levigo.util.swing.toolbar.EllipseJToolBar.AccessibleEllipseJToolBar
Get the state of this object.
getAction(Context, String) - Method in interface com.levigo.util.swing.action.ActionFactory
Default constructor using the settings of the actions.properties file.
getAction(Context, String, String, String, String, String, Icon, Icon, String, KeyStroke, int, HashMap<String, Object>) - Method in interface com.levigo.util.swing.action.ActionFactory
Settings for the icons, texts etc. in the action.properties file can be overwritten.
getAction(Context, String, String, String, String, String, Icon, Icon, String, KeyStroke, int, HashMap<String, Object>) - Method in class com.levigo.util.swing.action.BasicActionFactory
Settings for the icons, texts etc. in the action.properties file can be overwritten.
getAction(Context, String, String, String, String, String, Icon, Icon, String, KeyStroke, int, HashMap<String, Object>, boolean) - Method in class com.levigo.util.swing.action.BasicActionFactory
Settings for the icons, texts etc. in the action.properties file can be overwritten.
getAction(Context, String) - Method in class com.levigo.util.swing.action.BasicActionFactory
Default constructor using the settings of the actions.properties file.
getAction(Context, String, boolean) - Method in class com.levigo.util.swing.action.BasicActionFactory
Default constructor using the settings of the actions.properties file.
getAction(Context, String) - Method in class com.levigo.util.swing.action.DefaultActionFactory
 
getAction(Context, String, String, String, String, String, Icon, Icon, String, KeyStroke, int, HashMap<String, Object>) - Method in class com.levigo.util.swing.action.DefaultActionFactory
 
getActionCreationListener() - Static method in class com.levigo.util.swing.action.DefaultActionFactory
Returns an array of currently registered creation listeners
getActionFactory(String) - Method in class com.levigo.util.swing.action.BasicMenuComponentFactory
Returns an action factory for given resource key.
getActions(String) - Method in class com.levigo.util.swing.action.BasicMenuComponentFactory
Create all currently available action names(!)
getActions(String) - Method in class com.levigo.util.swing.action.DefaultMenuComponentFactory
 
getActions(String) - Method in interface com.levigo.util.swing.action.MenuComponentFactory
Create a collection of all currently available action names(!)
getActionsForType(String, String) - Method in class com.levigo.util.swing.action.BasicMenuComponentFactory
 
getActionsForType(String, String) - Method in class com.levigo.util.swing.action.DefaultMenuComponentFactory
 
getActionsForType(String, String) - Method in interface com.levigo.util.swing.action.MenuComponentFactory
Create a collection of all currently available action names(!)
getActiveFrame(String, String) - Static method in class com.levigo.util.swing.AbstractGeometryFrame
Retrieve the first (i.e. the one and only) active frame of a given type and ID.
getActiveFrames() - Static method in class com.levigo.util.swing.AbstractGeometryFrame
Retrieves a collection of all currently active frames.
getActiveFrames(String) - Static method in class com.levigo.util.swing.AbstractGeometryFrame
Retrieve all currently active frames of a given type.
getActiveFramesinZOrder() - Static method in class com.levigo.util.swing.AbstractGeometryFrame
Retrieves a collection of all currently active frames in the current z-order.
getAddon() - Static method in class com.levigo.util.swing.plaf.LookAndFeelAddons
 
getAllKeys() - Method in class com.levigo.util.swing.IconManager
Return all icon keys.
getAlpha() - Method in class com.levigo.util.swing.FadeablePane
 
getAnchorSelectionIndex() - Method in class com.levigo.util.swing.glazedlists.EventSelectionModel
Return the first index argument from the most recent call to setSelectionInterval(), addSelectionInterval() or removeSelectionInterval().
getAnimationFPS() - Method in class com.levigo.util.swing.CollapsiblePane
 
getAnimationFPS() - Method in class com.levigo.util.swing.FadeablePane
 
getAnimationSteps() - Method in class com.levigo.util.swing.CollapsiblePane
 
getAnimationSteps() - Method in class com.levigo.util.swing.FadeablePane
 
getAutoCompleteSupport() - Method in class com.levigo.util.swing.glazedlists.AutoCompleteSupport.AutoCompleteCellEditor
Returns the AutoCompleteSupport object that controls the autocompletion behaviour for the JComboBox.
getAutoDisableFlags() - Method in class com.levigo.util.swing.IconManager
Gets the autoDisableFlags.
getAutoRolloverFlags() - Method in class com.levigo.util.swing.IconManager
Gets the autoRolloverFlags.
getAuxiliaryWindowIcon(String) - Static method in class com.levigo.util.swing.AbstractGeometryFrame
Returns the auxiliary window icon defined via the given icon identifier.
getBackingTree() - Method in class com.levigo.util.swing.flextree.FlexibleTree
 
getBeepOnStrictViolation() - Method in class com.levigo.util.swing.glazedlists.AutoCompleteSupport
Returns true if a beep sound is played when the user attempts to violate the strict invariant; false if no beep sound is played.
getBestMatchAddonClassName() - Static method in class com.levigo.util.swing.plaf.LookAndFeelAddons
Based on the current look and feel (as returned by UIManager.getLookAndFeel()), this method returns the name of the closest LookAndFeelAddons to use.
getBodyText() - Method in class com.levigo.util.swing.messaging.Message
Gets the message content text,
getBoolean(Object) - Method in class com.levigo.util.swing.messaging.MessageResult
Returns the boolean valu for the given identifier.
getBorder() - Method in class com.levigo.util.swing.CollapsiblePane
 
getBorder() - Method in class com.levigo.util.swing.FadeablePane
 
getBorderInsets(Component) - Method in class com.levigo.util.swing.BubbleBorder
 
getBorderInsets(Component) - Method in class com.levigo.util.swing.DropShadowBorder
 
getBorderInsets(Component) - Method in class com.levigo.util.swing.RolloutBorder
 
getBorderInsets(Component) - Method in class com.levigo.util.swing.RoundedBorder
 
getBorderInsets(Component, Insets) - Method in class com.levigo.util.swing.SlickBevelBorder
 
getBorderInsets(Component) - Method in class com.levigo.util.swing.SlickBevelBorder
 
getBuffer() - Method in class com.levigo.util.swing.FadeablePane
Returns the current cached image.
getBundleName() - Method in class com.levigo.util.swing.messaging.DefaultMessageResource
Returns the name of associated ResourceBundle.
getButton(ButtonModel) - Method in class com.levigo.util.swing.JButtonGroup
Returns the AbstractButton whose ButtonModel is given.
getButtonCount() - Method in class com.levigo.util.swing.JButtonGroup
 
getButtons() - Method in class com.levigo.util.swing.JButtonGroup
Returns the buttons in the group as a List
getCellHeight() - Method in class com.levigo.util.swing.table.JTableRowHeader
 
getCheckerBoard(int) - Static method in class com.levigo.util.swing.colorpicker.PlafPaintUtils
 
getChildren() - Method in class com.levigo.util.swing.action.Context
Returns the child contexts.
getChildren(TreePath) - Method in interface com.levigo.util.swing.flextree.TreeContentProvider
Returns a EventList containing all the children for the last tree path component of given tree path.
getCollapsible() - Method in class com.levigo.util.swing.FlipFlopCollapsiblePanel
 
getColor() - Method in class com.levigo.util.swing.colorpicker.ColorPicker
 
getColor(String) - Method in class com.levigo.util.swing.plaf.AbstractComponentAddon
 
getColor(String, Color) - Method in class com.levigo.util.swing.plaf.AbstractComponentAddon
 
getColorPanel() - Method in class com.levigo.util.swing.colorpicker.ColorPicker
 
getColumn(int) - Method in class com.levigo.util.swing.glazedlists.EventTableColumnModel
 
getColumnClass(int) - Method in class com.levigo.util.swing.glazedlists.EventTableModel
Gets the class of elements in the specified column.
getColumnClass(int) - Method in class com.levigo.util.swing.table.SunTableSorter
 
getColumnCount() - Method in class com.levigo.util.swing.glazedlists.EventTableColumnModel
 
getColumnCount() - Method in class com.levigo.util.swing.glazedlists.EventTableModel
Get the column count as specified by the table format.
getColumnCount() - Method in class com.levigo.util.swing.table.EntryTableModel
 
getColumnCount() - Method in class com.levigo.util.swing.table.SunTableSorter
 
getColumnIndex(Object) - Method in class com.levigo.util.swing.glazedlists.EventTableColumnModel
 
getColumnIndexAtX(int) - Method in class com.levigo.util.swing.glazedlists.EventTableColumnModel
 
getColumnMargin() - Method in class com.levigo.util.swing.glazedlists.EventTableColumnModel
 
getColumnName(int) - Method in class com.levigo.util.swing.glazedlists.EventTableModel
Fetch the name for the specified column.
getColumnName(int) - Method in class com.levigo.util.swing.table.EntryTableModel
 
getColumnName(int) - Method in class com.levigo.util.swing.table.SunTableSorter
 
getColumns() - Method in class com.levigo.util.swing.glazedlists.EventTableColumnModel
 
getColumnSelectionAllowed() - Method in class com.levigo.util.swing.glazedlists.EventTableColumnModel
 
getComboBox() - Method in class com.levigo.util.swing.glazedlists.AutoCompleteSupport
Returns the autocompleting JComboBox or null if AutoCompleteSupport has been AutoCompleteSupport.uninstall()ed.
getCommand(String) - Method in class com.levigo.util.swing.action.BasicCommandFactory
 
getCommand(String) - Method in interface com.levigo.util.swing.action.CommandFactory
Default constructor using the settings of the commands.properties file.
getCommand(String) - Method in class com.levigo.util.swing.action.DefaultCommandFactory
 
getCommandActions(String, Context) - Method in class com.levigo.util.swing.action.BasicMenuComponentFactory
Create all currently available command actions for the given template key.
getCommandActions(String, Context) - Method in class com.levigo.util.swing.action.DefaultMenuComponentFactory
 
getCommandActions(String, Context) - Method in interface com.levigo.util.swing.action.MenuComponentFactory
Create all currently available command actions for the given template key.
getCommandClassname(String) - Method in class com.levigo.util.swing.action.BasicCommandFactory
Returns the command class name for given key, provided by embedded BasicCommandFactory.commandLookupProperties, or an empty string if no command entry was found.
getCommandCreationListeners() - Static method in class com.levigo.util.swing.action.DefaultCommandFactory
Returns an array of currently registered creation listeners
getCommandFactory(String) - Method in class com.levigo.util.swing.action.BasicActionFactory
 
getCommands() - Method in class com.levigo.util.swing.action.CommandAction
Method returns collection of the commands which are related to the action.
getComparableAt(int, int) - Method in interface com.levigo.util.swing.table.SortableTableModel
 
getComparator(int) - Method in class com.levigo.util.swing.table.SunTableSorter
 
getComponentAfter(Container, Component) - Method in class com.levigo.util.swing.colorpicker.DelegateFocusTraversalPolicy
 
getComponentBefore(Container, Component) - Method in class com.levigo.util.swing.colorpicker.DelegateFocusTraversalPolicy
 
getCompositeIcon(String[], int, Dimension) - Method in class com.levigo.util.swing.IconManager
Get the IconManager.IconManagerIconfor a given set of layers (names of icons representing the layers) and a set of effect flags scaled to a given dimension.
getCompositeIcon(String[]) - Method in class com.levigo.util.swing.IconManager
Get the IconManager.IconManagerIconfor a given set of layers (names of icons representing the layers).
getContentPanel() - Method in class com.levigo.util.swing.CollapsiblePane
 
getContentPanel() - Method in class com.levigo.util.swing.FadeablePane
 
getContext() - Method in class com.levigo.util.swing.action.CommandAction
 
getContext() - Method in interface com.levigo.util.swing.menu.ContributionContext
Returns a Context object.
getContextMenu(String, Context) - Method in class com.levigo.util.swing.action.BasicMenuComponentFactory
Create a JPopupMenu for the given template key or context name.
getContextMenu(String, Context, Action[]) - Method in class com.levigo.util.swing.action.BasicMenuComponentFactory
Create a JPopupMenu for the given template key or context name.
getContextMenu(String, Context) - Method in class com.levigo.util.swing.action.DefaultMenuComponentFactory
 
getContextMenu(String, Context, Action[]) - Method in class com.levigo.util.swing.action.DefaultMenuComponentFactory
 
getContextMenu(String, Context) - Method in interface com.levigo.util.swing.action.MenuComponentFactory
Create a JPopupMenu for the given template key or context name.
getContextMenu(String, Context, Action[]) - Method in interface com.levigo.util.swing.action.MenuComponentFactory
Create a JPopupMenu for the given template key or context name.
getControlLabels() - Method in class com.levigo.util.swing.messaging.Message
Gets an array of message control labels.
getControlMnemonics() - Method in class com.levigo.util.swing.messaging.Message
Gets an array of message control mnemonics.
getCorrectsCase() - Method in class com.levigo.util.swing.glazedlists.AutoCompleteSupport
Returns true if user specified strings are converted to the case of the autocompletion term they match; false otherwise.
getDataTipText() - Method in interface com.levigo.util.swing.tooltip.DataTipSource
 
getDefaultComponent(Container) - Method in class com.levigo.util.swing.colorpicker.DelegateFocusTraversalPolicy
 
getDefaultEffects() - Method in class com.levigo.util.swing.IconManager
Gets the default effects.
getDefaultLocation() - Method in class com.levigo.util.swing.AbstractGeometryFrame
The default location for new frames.
getDefaultRenderer() - Method in class com.levigo.util.swing.table.JTableRowHeader
Returns the default renderer used when no headerRenderer is defined by a TableColumn.
getDefaults() - Method in class com.levigo.util.swing.plaf.AquaLookAndFeelAddons
 
getDefaults() - Method in class com.levigo.util.swing.plaf.LookAndFeelAddons
 
getDefaults() - Method in class com.levigo.util.swing.plaf.MetalLookAndFeelAddons
 
getDefaultSize() - Method in class com.levigo.util.swing.AbstractGeometryFrame
The default size for new frames.
getDefaultThreadGroup() - Static method in class com.levigo.util.swing.TGASwingUtil
Gets the default ThreadGroup.
getDescription() - Method in class com.levigo.util.swing.messaging.Message
Returns the description text of a message.
getDeselected() - Method in class com.levigo.util.swing.glazedlists.EventSelectionModel
Gets an EventList that contains only deselected values and modifies the source list on mutation.
getDetailsText() - Method in class com.levigo.util.swing.messaging.Message
Gets more detailed information belonging to the message.
getDisabledIcon() - Method in class com.levigo.util.swing.action.IconJMenuItem
 
getDragGestureMotionThreshold() - Method in class com.levigo.util.swing.dnd.BasicDragGestureRecognizer
 
getDragOperationType(MouseEvent, TransferHandler) - Method in class com.levigo.util.swing.dnd.BasicDragGestureRecognizer
 
getDragThreshold() - Method in class com.levigo.util.swing.dnd.BasicDragGestureRecognizer
 
getElementAt(int) - Method in class com.levigo.util.swing.glazedlists.EventListModel
Retrieves the value at the specified location from the table.
getElementAt(int) - Method in class com.levigo.util.swing.glazedlists.EventTableModel
Retrieves the value at the specified location from the table.
getEnabled() - Method in class com.levigo.util.swing.glazedlists.EventSelectionModel
Returns whether the EventSelectionModel is editable or not.
getEvent() - Method in interface com.levigo.util.swing.menu.ContributionContext
Returns the originating event which causes the contribution.
getEventList() - Method in class com.levigo.util.swing.glazedlists.EventSelectionModel
Deprecated. As of 2005/02/18, the naming of this method became ambiguous. Please use EventSelectionModel.getSelected().
getExpertControls() - Method in class com.levigo.util.swing.colorpicker.ColorPicker
This returns the panel with several rows of spinner controls.
getFactoryName() - Method in class com.levigo.util.swing.action.BasicActionFactory
Returns the name of this factory, usually its properties file name.
getFactoryName() - Method in class com.levigo.util.swing.action.BasicCommandFactory
Returns the name of this factory, usually its properties file name.
getFactoryName() - Method in class com.levigo.util.swing.action.BasicMenuComponentFactory
Returns the name of this factory, usually its properties file name.
getFactoryName() - Method in class com.levigo.util.swing.action.DefaultActionFactory
 
getFactoryName() - Method in class com.levigo.util.swing.action.DefaultCommandFactory
 
getFactoryName() - Method in class com.levigo.util.swing.action.DefaultMenuComponentFactory
 
getFactoryName() - Method in interface com.levigo.util.swing.action.NamedActionFactory
Returns the name of this factory, usually its properties resource name.
getFactoryName() - Method in interface com.levigo.util.swing.action.NamedCommandFactory
Returns the name of this factory, usually its properties resource name.
getFactoryName() - Method in interface com.levigo.util.swing.action.NamedMenuComponentFactory
Returns the name of this factory, usually its properties resource name.
getFallbackIcon() - Method in class com.levigo.util.swing.DropDownToggleButton
Gets the buttons fallback icon.
getFallbackToolTipText() - Method in class com.levigo.util.swing.DropDownToggleButton
Gets the buttons fallback tool tip text.
getFilterMode() - Method in class com.levigo.util.swing.glazedlists.AutoCompleteSupport
Returns the manner in which the contents of the ComboBoxModel are filtered.
getFirstComponent(Container) - Method in class com.levigo.util.swing.colorpicker.DelegateFocusTraversalPolicy
 
getFirstItem() - Method in class com.levigo.util.swing.glazedlists.AutoCompleteSupport
Returns the optional single value used as the first element in the ComboBoxModel or null if no first item has been set.
getFixedContributors() - Method in class com.levigo.util.swing.flextree.PopupMenuFeature
 
getFocusableComponents(Component) - Static method in class com.levigo.util.swing.colorpicker.FocusArrowListener
Returns a set of all the components that can have the keyboard focus.
getFocusRingColor() - Static method in class com.levigo.util.swing.colorpicker.PlafPaintUtils
 
getFont(String) - Method in class com.levigo.util.swing.plaf.AbstractComponentAddon
 
getFont(String, Font) - Method in class com.levigo.util.swing.plaf.AbstractComponentAddon
 
getFrameID() - Method in class com.levigo.util.swing.AbstractGeometryFrame
Get the frame's ID.
getFrameType() - Method in class com.levigo.util.swing.AbstractGeometryFrame
Returns the type or identification of this frame instance.
getGraphicsConfiguration() - Method in class com.levigo.util.swing.action.ActionJButton
 
getGraphicsConfiguration() - Method in class com.levigo.util.swing.action.ActionJCheckboxMenuItem
 
getGraphicsConfiguration() - Method in class com.levigo.util.swing.action.ActionJRadioMenuItem
 
getGraphicsConfiguration() - Method in class com.levigo.util.swing.action.IconJMenuItem
 
getGraphicsConfiguration() - Method in class com.levigo.util.swing.action.NonUglyActionJToggleButton
 
getGroup() - Method in class com.levigo.util.swing.menu.ActionFactoryMenuContributor
 
getGroups() - Method in class com.levigo.util.swing.menu.BasicMenuBuilder
 
getGroups() - Method in interface com.levigo.util.swing.menu.MenuBuilder
Return the (read-only) list of group names already defined.
getHeaderRect(int) - Method in class com.levigo.util.swing.table.JTableRowHeader
Returns the rectangle containing the header tile at row.
getHeaderRenderer(TableColumn) - Method in class com.levigo.util.swing.table.SortableJTable
 
getHeaderRendererIcon(int, int) - Method in class com.levigo.util.swing.table.SunTableSorter
 
getHidesPopupOnFocusLost() - Method in class com.levigo.util.swing.glazedlists.AutoCompleteSupport
Returns true if the popup menu is hidden whenever the combo box editor loses focus; false otherwise.
getHistoryDepth() - Method in class com.levigo.util.swing.infobar.RollingMessagePanel
Returns the maximum number of messages the message panel can display.
getHistorySize() - Method in class com.levigo.util.swing.infobar.RollingMessagePanel
 
getHSB() - Method in class com.levigo.util.swing.colorpicker.ColorPalette
 
getHSB(Point) - Method in class com.levigo.util.swing.colorpicker.ColorPalette
Returns the color at the indicated point in HSB values.
getHSB() - Method in class com.levigo.util.swing.colorpicker.ColorPicker
 
getIcon() - Method in class com.levigo.util.swing.action.IconJMenuItem
 
getIcon() - Method in class com.levigo.util.swing.action.VisibilityEnabledJCheckboxMenuItem
 
getIcon() - Method in class com.levigo.util.swing.action.VisibilityEnabledJRadioMenuItem
 
getIcon(TreePath) - Method in interface com.levigo.util.swing.flextree.TreeIconProvider
 
getIcon(String) - Method in class com.levigo.util.swing.IconManager
Get the IconManager.IconManagerIconfor a given name.
getIcon(String, int) - Method in class com.levigo.util.swing.IconManager
Get the IconManager.IconManagerIconfor a given name.
getIcon(String, int, Dimension) - Method in class com.levigo.util.swing.IconManager
Get the IconManager.IconManagerIconfor a given name and a set of effect flags scaled to a given dimension.
getIcon() - Method in interface com.levigo.util.swing.infobar.MessageConsumer.Message
Get the icon (if any) to be associated with the message.
getIcon() - Method in class com.levigo.util.swing.infobar.SimpleMessage
 
getIcon() - Method in class com.levigo.util.swing.RotatedIcon
Gets the Icon to be rotated
getIconHeight() - Method in class com.levigo.util.swing.ArrowIcon
 
getIconHeight() - Method in class com.levigo.util.swing.BorderIcon
 
getIconHeight() - Method in class com.levigo.util.swing.IconManager.IconManagerIcon
 
getIconHeight() - Method in class com.levigo.util.swing.RotatedIcon
Gets the height of this icon.
getIconManager(String) - Method in class com.levigo.util.swing.action.BasicActionFactory
Finds the IconManager to use for the specified key.
getIconWidth() - Method in class com.levigo.util.swing.ArrowIcon
 
getIconWidth() - Method in class com.levigo.util.swing.BorderIcon
 
getIconWidth() - Method in class com.levigo.util.swing.IconManager.IconManagerIcon
 
getIconWidth() - Method in class com.levigo.util.swing.RotatedIcon
Gets the width of this icon.
getID() - Method in interface com.levigo.util.swing.infobar.MessageConsumer.Message
Get the message's ID.
getID() - Method in class com.levigo.util.swing.infobar.SimpleMessage
 
getID() - Method in class com.levigo.util.swing.messaging.MessageEvent
 
getIdentifier() - Method in class com.levigo.util.swing.messaging.Message
Returns the messageIdentifier.
getImage(String, int) - Method in class com.levigo.util.swing.IconManager
Get the Imageof an icon instead of the icon itself.
getImage(String) - Method in class com.levigo.util.swing.IconManager
Get the Imageof an icon instead of the icon itself.
getImageForEffect(int) - Method in class com.levigo.util.swing.IconManager
Get the image instance for a particular set of effect flags.
getInsertionIndex(Comparable[]) - Method in class com.levigo.util.swing.table.TableSorter
 
getInsets(Insets) - Method in class com.levigo.util.swing.CollapsiblePane
 
getInsets() - Method in class com.levigo.util.swing.CollapsiblePane
 
getInsets(Insets) - Method in class com.levigo.util.swing.FadeablePane
 
getInsets() - Method in class com.levigo.util.swing.FadeablePane
 
getInstance(String) - Static method in class com.levigo.util.swing.action.DefaultActionFactory
Provide access to the one and only instance of this factory.
getInstance(String) - Static method in class com.levigo.util.swing.action.DefaultCommandFactory
Create instance for the factory.
getInstance(String) - Static method in class com.levigo.util.swing.action.DefaultMenuComponentFactory
Create instance for the factory.
getInstance(String) - Static method in class com.levigo.util.swing.IconManager
Factory method: get an IconManager instance for the specified icon set name.
getInstance(Class<?>, String) - Static method in class com.levigo.util.swing.IconManager
Factory method: get an IconManager instance for the specified icon set name.
getInstance() - Static method in class com.levigo.util.swing.messaging.dialog.DefaultDialogMessageListener
Gets the single instance of this class.
getInstance() - Static method in class com.levigo.util.swing.messaging.MessageFactoryHolder
returns an instance of this class
getInstance(Object) - Static method in class com.levigo.util.swing.PendingOperations
The context to add, query or remove an operation for.
getIntegerValue() - Method in class com.levigo.util.swing.text.NumericDocument
Returns the actual value of the document
getItemList() - Method in class com.levigo.util.swing.glazedlists.AutoCompleteSupport
Returns the filtered EventList of items which backs the ComboBoxModel of the autocompleting JComboBox.
getKey() - Method in class com.levigo.util.swing.action.injection.InjectedCommand
 
getKeyEventIdentifier(NamedActionFactory, String) - Static method in class com.levigo.util.swing.action.BasicActionFactory
Find the key stroke or key mask identifier (defined in either KeyEvent or InputEvent) for the given name and returns it.
getKeys() - Method in class com.levigo.util.swing.messaging.DefaultMessageResource
Returns an enumeration of all keys
getKeys() - Method in interface com.levigo.util.swing.messaging.MessageResource
Returns all keys that were found in this resource.
getKeyStroke(String) - Method in class com.levigo.util.swing.action.BasicActionFactory
Creates a Keystroke by the given key information, e.g. for accelerator keys or keystrokes used in an InputMap.
getLastComponent(Container) - Method in class com.levigo.util.swing.colorpicker.DelegateFocusTraversalPolicy
 
getLastTriggerEvent() - Static method in class com.levigo.util.swing.action.CommandAction
Due to technical reasons this method is temporary part of this class.
getLayoutAlignmentX(Container) - Method in class com.levigo.util.swing.effect.EffectLayout
 
getLayoutAlignmentY(Container) - Method in class com.levigo.util.swing.effect.EffectLayout
 
getLeadSelectionIndex() - Method in class com.levigo.util.swing.glazedlists.EventSelectionModel
Return the second index argument from the most recent call to setSelectionInterval(), addSelectionInterval() or removeSelectionInterval().
getLeadSelectionPath() - Method in class com.levigo.util.swing.flextree.FlexibleTree
 
getLevel() - Method in class com.levigo.util.swing.infobar.SimpleMessage
 
getLinkedActionFactories() - Method in class com.levigo.util.swing.action.DefaultActionFactory
Returns an array of linked actions factories
getLinkedCommandFactories() - Method in class com.levigo.util.swing.action.DefaultCommandFactory
Returns an array of linked command factories
getLinkedFactoryDescription() - Method in class com.levigo.util.swing.action.DefaultActionFactory
Returns a description of linked factories.
getLinkedFactoryDescription() - Method in class com.levigo.util.swing.action.DefaultCommandFactory
Returns a description of linked factories.
getLinkedFactoryDescription() - Method in class com.levigo.util.swing.action.DefaultMenuComponentFactory
Returns a description of linked factories.
getLinkedMenuComponentFactories() - Method in class com.levigo.util.swing.action.DefaultMenuComponentFactory
Returns an array of linked menu component factories
getListenerCount(Class) - Static method in class com.levigo.util.swing.messaging.MessageManager
Returns the total number of listeners of the supplied type registered as MessageListener at MessageManager.
getListenerList() - Static method in class com.levigo.util.swing.messaging.MessageManager
Returns a list of current registered listeners at MessageManager.
getListSelectionModel() - Method in class com.levigo.util.swing.glazedlists.EventSelectionModel
Deprecated. As of 2004/11/26, the EventSelectionModel implements ListSelectionModel directly.
getLocale() - Method in class com.levigo.util.swing.IconManager.IconManagerIcon.AccessibleIconManagerIcon
Returns the locale of this object.
getLookupClassLoaders() - Static method in class com.levigo.util.swing.action.ResourceLocator
 
getLookupProperty(String) - Method in class com.levigo.util.swing.action.BasicActionFactory
Allows an application to request lookup properties programmatically.
getLookupProperty(String) - Method in class com.levigo.util.swing.action.BasicCommandFactory
Allows an application to request lookup properties programmatically.
getLookupProperty(String) - Method in class com.levigo.util.swing.action.BasicMenuComponentFactory
Allows an application to request lookup properties programmatically.
getLookupProperty(String) - Method in class com.levigo.util.swing.action.DefaultActionFactory
Allows an application to programmatically request lookup properties.
getLookupProperty(String) - Method in class com.levigo.util.swing.action.DefaultCommandFactory
Allows an application to request lookup properties programmatically.
getLookupProperty(String) - Method in class com.levigo.util.swing.action.DefaultMenuComponentFactory
Allows an application to programmatically request lookup properties.
getLoweredBevelBorder() - Static method in class com.levigo.util.swing.SlickBevelBorder
 
getMaxAnimationStepSize() - Method in class com.levigo.util.swing.CollapsiblePane
 
getMaximumSize() - Method in class com.levigo.util.swing.FlipFlopCollapsiblePanel
 
getMaximumSize() - Method in class com.levigo.util.swing.LevigoSeparators.AbstractLineSeparator
 
getMaximumSize(JComponent) - Method in class com.levigo.util.swing.table.TableRowHeaderUI
Return the maximum size of the header.
getMaximumValue() - Method in class com.levigo.util.swing.text.NumericDocument
 
getMaxSelectionIndex() - Method in class com.levigo.util.swing.glazedlists.EventSelectionModel
Gets the index of the last selected element.
getMenu(String, Context) - Method in class com.levigo.util.swing.action.BasicMenuComponentFactory
Create a JMenu for the given template key or context name.
getMenu(String, Context, Action[]) - Method in class com.levigo.util.swing.action.BasicMenuComponentFactory
Create a JMenu for the given template key or context name.
getMenu(String, Context) - Method in class com.levigo.util.swing.action.DefaultMenuComponentFactory
 
getMenu(String, Context, Action[]) - Method in class com.levigo.util.swing.action.DefaultMenuComponentFactory
 
getMenu(String, Context) - Method in interface com.levigo.util.swing.action.MenuComponentFactory
Create a JMenu for the given template key or context name.
getMenu(String, Context, Action[]) - Method in interface com.levigo.util.swing.action.MenuComponentFactory
Create a JMenu for the given template key or context name.
getMenuBar(String, Context) - Method in class com.levigo.util.swing.action.BasicMenuComponentFactory
 
getMenuBar(String, Context) - Method in class com.levigo.util.swing.action.DefaultMenuComponentFactory
 
getMenuBar(String, Context) - Method in interface com.levigo.util.swing.action.MenuComponentFactory
Create a JMenuBar for the given template key or context name.
getMenuComponentCreationListeners() - Static method in class com.levigo.util.swing.action.DefaultMenuComponentFactory
Returns an array of currently registered creation listeners
getMenuFactory(String) - Method in class com.levigo.util.swing.action.BasicMenuComponentFactory
 
getMenuType() - Method in interface com.levigo.util.swing.menu.ContributionContext
Return the type of menu currently under construction.
getMessage() - Method in interface com.levigo.util.swing.infobar.MessageConsumer.Message
Get the - usually one-line - message to be shown initially.
getMessage() - Method in class com.levigo.util.swing.infobar.SimpleMessage
 
getMessage() - Method in class com.levigo.util.swing.messaging.MessageEvent
Returns the Message Object to be displayed.
getMessage(String, Object[], Exception) - Static method in class com.levigo.util.swing.messaging.MessageManager
Returns the Messagethat was generated by the MessageFactory system for the given Message key.
getMessageEvent() - Method in class com.levigo.util.swing.messaging.MessageResult
Returns the associate MessageEvent.
getMessageResult() - Method in class com.levigo.util.swing.messaging.MessageEvent
Returns the resultOfMessage.
getMinimumSize() - Method in class com.levigo.util.swing.CollapsiblePane
 
getMinimumSize() - Method in class com.levigo.util.swing.FadeablePane
 
getMinimumSize() - Method in class com.levigo.util.swing.LevigoSeparators.AbstractLineSeparator
 
getMinimumSize(JComponent) - Method in class com.levigo.util.swing.table.TableRowHeaderUI
Return the minimum size of the header.
getMinimumValue() - Method in class com.levigo.util.swing.text.NumericDocument
 
getMinSelectionIndex() - Method in class com.levigo.util.swing.glazedlists.EventSelectionModel
Gets the index of the first selected element.
getMode() - Method in class com.levigo.util.swing.colorpicker.ColorPicker
 
getMoreParameters(String) - Method in class com.levigo.util.swing.action.BasicActionFactory
Method returns the Map of the keys and values which are not recognized in AbstractAction.
getMutableTableModelEvent() - Method in class com.levigo.util.swing.glazedlists.EventTableModel
 
getName() - Method in class com.levigo.util.swing.IconManager.IconManagerIcon
Returns if available the name of the icon otherwise null.
getName() - Method in class com.levigo.util.swing.plaf.AbstractComponentAddon
 
getName() - Method in interface com.levigo.util.swing.plaf.ComponentAddon
 
getNumberOfColumns() - Method in class com.levigo.util.swing.text.NColumnsDigitDocument
Returns the numberOfColumns.
getNumberOfColumns() - Method in class com.levigo.util.swing.text.NColumnsTextDocument
Returns the numberOfColumns.
getOpacity() - Method in class com.levigo.util.swing.colorpicker.ColorPicker
Returns the currently selected opacity (a float between 0 and 1).
getOperationType(int, int) - Method in class com.levigo.util.swing.dnd.BasicDragGestureRecognizer
 
getOrientation() - Method in class com.levigo.util.swing.CollapsiblePane
Deprecated. Please use CollapsiblePane.getStyle() instead.
getOwner() - Method in class com.levigo.util.swing.action.Context
Returns the owner.
getParameters(String) - Method in class com.levigo.util.swing.action.BasicActionFactory
Method returns all parameters for the key.
getParent() - Method in class com.levigo.util.swing.action.Context
Return the parent context.
getPathForLocation(int, int) - Method in class com.levigo.util.swing.flextree.FlexibleTree
 
getPendingOperations() - Method in class com.levigo.util.swing.PendingOperations
Returns a flat copy of the pendingOperations, mostly for logging purposes.
getPopupIconGap() - Method in class com.levigo.util.swing.PopupButton
 
getPopupMenu() - Method in class com.levigo.util.swing.PopupButton
 
getPopupMenu() - Method in class com.levigo.util.swing.SplitButton
 
getPreferenceStore() - Static method in class com.levigo.util.swing.AbstractGeometryFrame
Gets the PreferenceStore where user preferences can be stored.
getPreferredLocale() - Static method in class com.levigo.util.swing.action.ResourceLocator
Returns a locale which is used to find preferable locale specific resources.
getPreferredScrollableViewportSize() - Method in class com.levigo.util.swing.effect.EffectContainer
 
getPreferredSize() - Method in class com.levigo.util.swing.CollapsiblePane
The critical part of the animation of this JCollapsiblePane relies on the calculation of its preferred size.
getPreferredSize() - Method in class com.levigo.util.swing.FadeablePane
 
getPreferredSize() - Method in class com.levigo.util.swing.LevigoSeparators.AbstractLineSeparator
 
getPreferredSize(JComponent) - Method in class com.levigo.util.swing.table.TableRowHeaderUI
Return the preferred size of the header.
getPreferredSize() - Method in class com.levigo.util.swing.TransformerPanel
 
getPressedIcon() - Method in class com.levigo.util.swing.action.IconJMenuItem
 
getPressedIcon() - Method in class com.levigo.util.swing.action.VisibilityEnabledJCheckboxMenuItem
 
getPressedIcon() - Method in class com.levigo.util.swing.action.VisibilityEnabledJRadioMenuItem
 
getPrintStream() - Method in class com.levigo.util.swing.messaging.printstreams.MessagePrintStream
Returns the PrintStream in which message are printed.
getPriority() - Method in interface com.levigo.util.swing.infobar.MessageConsumer.Message
Get the message priority.
getPriority() - Method in class com.levigo.util.swing.infobar.SimpleMessage
 
getPrivateContext(JComponent) - Static method in class com.levigo.util.swing.action.Context
Get the context for a given component by looking at the client properties.
getPropertyChangeListeners() - Method in class com.levigo.util.swing.action.CommandAction
Returns an array of all the PropertyChangeListeners added to this AbstractAction with addPropertyChangeListener().
getRaisedBevelBorder() - Static method in class com.levigo.util.swing.SlickBevelBorder
 
getRangeSet() - Method in class com.levigo.util.swing.text.NColumsRangeSetDocument
Returns the rangeSet.
getRecentlyFocusedFrame() - Static method in class com.levigo.util.swing.AbstractGeometryFrame
Returns the most recently activated and focused AbstractGeometryFrame instance.
getRegisteredListeners() - Method in class com.levigo.util.swing.action.Context
Method getRegisteredListeners -ContextListener.
getRenderingHints() - Method in class com.levigo.util.swing.TransformerPanel
 
getResizingAllowed() - Method in class com.levigo.util.swing.table.JTableRowHeader
Returns true if the user is allowed to resize columns by dragging between their headers, false otherwise.
getResourceURLIterator(String) - Static method in class com.levigo.util.swing.action.ResourceLocator
Returns an Iterator providing all resources of the specified name from the search path used to load classes.
getResourceURLIterator(String, Locale) - Static method in class com.levigo.util.swing.action.ResourceLocator
Returns an Iterator providing all resources of the specified name from the search path used to load classes.
getResultKeys() - Method in class com.levigo.util.swing.messaging.MessageResult
Returns an iterator over the key in the result map.
getRGB() - Method in class com.levigo.util.swing.colorpicker.ColorPalette
 
getRGB(Point) - Method in class com.levigo.util.swing.colorpicker.ColorPalette
Returns the color at the indicated point in RGB values.
getRGB() - Method in class com.levigo.util.swing.colorpicker.ColorPicker
 
getRolloverIcon() - Method in class com.levigo.util.swing.action.IconJMenuItem
 
getRolloverIcon() - Method in class com.levigo.util.swing.action.VisibilityEnabledJCheckboxMenuItem
 
getRolloverIcon() - Method in class com.levigo.util.swing.action.VisibilityEnabledJRadioMenuItem
 
getRotation() - Method in class com.levigo.util.swing.RotatedIcon
Gets the Rotate enum which indicates the direction of rotation
getRowCount() - Method in class com.levigo.util.swing.glazedlists.EventTableModel
The number of rows equals the number of entries in the source event list.
getRowCount() - Method in class com.levigo.util.swing.table.EntryTableModel
 
getRowCount() - Method in class com.levigo.util.swing.table.SunTableSorter
 
getScrollableBlockIncrement(Rectangle, int, int) - Method in class com.levigo.util.swing.effect.EffectContainer
 
getScrollableTracksViewportHeight() - Method in class com.levigo.util.swing.effect.EffectContainer
 
getScrollableTracksViewportWidth() - Method in class com.levigo.util.swing.effect.EffectContainer
 
getScrollableUnitIncrement(Rectangle, int, int) - Method in class com.levigo.util.swing.effect.EffectContainer
 
getSelected() - Method in class com.levigo.util.swing.glazedlists.EventSelectionModel
Gets an EventList that contains only selected values and modifies the source list on mutation.
getSelected() - Method in class com.levigo.util.swing.JButtonGroup
Returns the selected button in the group.
getSelectedColumnCount() - Method in class com.levigo.util.swing.glazedlists.EventTableColumnModel
 
getSelectedColumns() - Method in class com.levigo.util.swing.glazedlists.EventTableColumnModel
 
getSelectedIcon() - Method in class com.levigo.util.swing.action.IconJMenuItem
 
getSelectedIcon() - Method in class com.levigo.util.swing.action.VisibilityEnabledJCheckboxMenuItem
 
getSelectedIcon() - Method in class com.levigo.util.swing.action.VisibilityEnabledJRadioMenuItem
 
getSelectedItem() - Method in class com.levigo.util.swing.glazedlists.EventComboBoxModel
Gets the currently selected item.
getSelectedPaths() - Method in interface com.levigo.util.swing.flextree.TreeContributionContext
 
getSelection() - Method in class com.levigo.util.swing.JButtonGroup
 
getSelectionMode() - Method in class com.levigo.util.swing.glazedlists.EventSelectionModel
Returns the current selection mode.
getSelectionModel() - Method in class com.levigo.util.swing.glazedlists.EventTableColumnModel
 
getSelectionPath() - Method in class com.levigo.util.swing.flextree.FlexibleTree
 
getSelectionPaths() - Method in class com.levigo.util.swing.flextree.FlexibleTree
Returns the paths of all selected values.
getSelectsTextOnFocusGain() - Method in class com.levigo.util.swing.glazedlists.AutoCompleteSupport
Returns true if the combo box editor text is selected when it gains focus; false otherwise.
getSeverity() - Method in class com.levigo.util.swing.messaging.Message
 
getSize() - Method in class com.levigo.util.swing.glazedlists.EventListModel
Gets the size of the list.
getSnapIn(String) - Method in class com.levigo.util.swing.BarSnapInScrollPane
 
getSortDirection(int) - Method in interface com.levigo.util.swing.table.SortableTableModel
Return the sort direction for the given column: 0: the column is not considered for sorting 1: the column is sorted in ascending order -1: the column is sorted in descending order.
getSortDirection(int) - Method in class com.levigo.util.swing.table.TableSorter
Return the sort direction for the given column: 0: the column is not considered for sorting 1: the column is sorted in ascending order -1: the column is sorted in descending order.
getSortingStatus(int) - Method in class com.levigo.util.swing.table.SunTableSorter
 
getSortingStyle(int) - Method in class com.levigo.util.swing.glazedlists.TableComparatorChooser
Gets the sorting style currently applied to the specified column.
getSortPriority(int) - Method in interface com.levigo.util.swing.table.SortableTableModel
Get the sort priority for a given column.
getSortPriority(int) - Method in class com.levigo.util.swing.table.TableSorter
Get the sort priority for a given column.
getString(String, Object[]) - Method in class com.levigo.util.swing.messaging.DefaultMessageResource
Gets the String value for the specified key.
getString(String) - Static method in class com.levigo.util.swing.messaging.dialog.DefaultTextResources
Gets the properties file entry for the specified key.
getString(String, Object[]) - Method in interface com.levigo.util.swing.messaging.MessageResource
Gets the String value for the specified key.
getStructureOfActionNames(String, String) - Method in class com.levigo.util.swing.action.BasicMenuComponentFactory
Separate the actions for the specific key of the component and typ of query and puts them into the collection.
getStyle() - Method in class com.levigo.util.swing.CollapsiblePane
 
getSubMenuIDs() - Method in class com.levigo.util.swing.menu.BasicMenuBuilder
 
getSubMenuIDs() - Method in interface com.levigo.util.swing.menu.MenuBuilder
Return the (read-only) list of sub-menu ids already defined.
getSuppressableMessages() - Method in class com.levigo.util.swing.messaging.DefaultMessageFactory
Returns a Collection of Message identifiers of messages that are allowed to be suppressed by the user.
getSuppressableMessages() - Method in interface com.levigo.util.swing.messaging.MessageFactory
Returns a Collection of Message identifiers of messages that are allowed to be suppressed by the user.
getSuppressableMessages() - Method in class com.levigo.util.swing.messaging.MessageFactoryHolder
Returns a Collection of Message identifiers of messages that are allowed to be suppressed by the user.
getSuppressableMessages() - Static method in class com.levigo.util.swing.messaging.MessageManager
Returns a Collection of Messageidentifiers of messages that are allowed to be suppressed by the user.
getSystemAddonClassName() - Static method in class com.levigo.util.swing.plaf.LookAndFeelAddons
Gets the addon best suited for the operating system where the virtual machine is running.
getTable() - Method in class com.levigo.util.swing.table.JTableRowHeader
Returns the table associated with this header.
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class com.levigo.util.swing.table.EditableTableRowHeaderRenderer
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class com.levigo.util.swing.table.SortButtonRenderer
It is recognized which type of button should be used (UP, DOWN).
getTableFormat() - Method in class com.levigo.util.swing.glazedlists.EventTableModel
Gets the Table Format.
getTableHeader() - Method in class com.levigo.util.swing.table.SunTableSorter
 
getTableModel() - Method in class com.levigo.util.swing.table.JTableRowHeader
Returns the table model associated with this header.
getTableModel() - Method in class com.levigo.util.swing.table.SunTableSorter
 
getTargetPath() - Method in interface com.levigo.util.swing.flextree.TreeContributionContext
The TreePath (which is normally also one of the selected paths) that was immediately under the mouse when the popup menu was triggered.
getTextFilterator() - Method in class com.levigo.util.swing.glazedlists.AutoCompleteSupport
Returns the TextFilterator that extracts searchable strings from each item in the ComboBoxModel.
getTextMatchingStrategy() - Method in class com.levigo.util.swing.glazedlists.AutoCompleteSupport
Returns the manner in which the contents of the ComboBoxModel are filtered and autocompletion terms are matched.
getThreshold() - Method in class com.levigo.util.swing.infobar.QualifiedLoggingBridge
 
getThrowable() - Method in class com.levigo.util.swing.infobar.SimpleMessage
 
getTitleText() - Method in class com.levigo.util.swing.messaging.Message
Returns the title text that characterizes the message.
getTogglingDeselected() - Method in class com.levigo.util.swing.glazedlists.EventSelectionModel
Gets an EventList that contains only deselected values and modifies the selection state on mutation.
getTogglingSelected() - Method in class com.levigo.util.swing.glazedlists.EventSelectionModel
Gets an EventList that contains only selected values and modifies the selection state on mutation.
getToolbar(String, Context) - Method in class com.levigo.util.swing.action.BasicMenuComponentFactory
Create a JToolbar for the given template key or context name.
getToolbar(String, Context, Action[]) - Method in class com.levigo.util.swing.action.BasicMenuComponentFactory
Create a JToolbar for the given template key or context name.
getToolbar(String, Context) - Method in class com.levigo.util.swing.action.DefaultMenuComponentFactory
 
getToolbar(String, Context, Action[]) - Method in class com.levigo.util.swing.action.DefaultMenuComponentFactory
 
getToolbar(String, Context) - Method in interface com.levigo.util.swing.action.MenuComponentFactory
Create a JToolBar for the given template key or context name.
getToolbar(String, Context, Action[]) - Method in interface com.levigo.util.swing.action.MenuComponentFactory
Create a JToolbar for the given template key or context name.
getTooltip(TreePath) - Method in interface com.levigo.util.swing.flextree.TreeTipProvider
 
getToolTipText(MouseEvent) - Method in class com.levigo.util.swing.table.JTableRowHeader
Allows the renderer's tips to be used if there is text set.
getTotalColumnWidth() - Method in class com.levigo.util.swing.glazedlists.EventTableColumnModel
 
getTransform() - Method in class com.levigo.util.swing.TransformerPanel
Never returns null
getTree() - Method in interface com.levigo.util.swing.flextree.TreeContributionContext
 
getTreeModules() - Method in class com.levigo.util.swing.flextree.FlexibleTree
 
getTreeModules(Class<T>) - Method in class com.levigo.util.swing.flextree.FlexibleTree
 
getType() - Method in interface com.levigo.util.swing.infobar.MessageConsumer.Message
Get the message type.
getType() - Method in class com.levigo.util.swing.infobar.SimpleMessage
 
getType() - Method in class com.levigo.util.swing.messaging.Message
 
getUI(JComponent, Class<?>) - Static method in class com.levigo.util.swing.plaf.LookAndFeelAddons
Workaround for IDE mixing up with classloaders and Applets environments.
getUI(JComponent, String) - Static method in class com.levigo.util.swing.plaf.LookAndFeelAddons
Create the UI for the given component.
getUI() - Method in class com.levigo.util.swing.table.JTableRowHeader
Returns the look and feel (L&F) object that renders this component.
getUIClassID() - Method in class com.levigo.util.swing.table.JTableRowHeader
Returns the suffix used to construct the name of the look and feel (L&F) class used to render this component.
getValidatingContainer() - Method in interface com.levigo.util.swing.CollapsiblePane.JCollapsiblePaneContainer
 
getValue(String) - Method in class com.levigo.util.swing.action.CommandAction
Gets the Object associated with the specified key.
getValue(String) - Method in class com.levigo.util.swing.action.DelegateAction
Get the value for the given property key.
getValue() - Method in class com.levigo.util.swing.SwingWorker
Get the value produced by the worker thread, or null if it hasn't been constructed yet.
getValueAt(int, int) - Method in class com.levigo.util.swing.glazedlists.EventTableModel
Retrieves the value at the specified location of the table.
getValueAt(int, int) - Method in class com.levigo.util.swing.table.EntryTableModel
 
getValueAt(int, int) - Method in class com.levigo.util.swing.table.SunTableSorter
 
getValueIsAdjusting() - Method in class com.levigo.util.swing.glazedlists.EventSelectionModel
Returns true if the value is undergoing a series of changes.
getView() - Method in class com.levigo.util.swing.TransformerPanel
 
getWindowIcon() - Static method in class com.levigo.util.swing.AbstractGeometryFrame
Gets the window icon used as default icon for all frames of this type.
GlazedListsSwing - Class in com.levigo.util.swing.glazedlists
A factory for creating all sorts of objects to be used with Glazed Lists.
grabFocus() - Method in class com.levigo.util.swing.flextree.FlexibleTree
 
GraphicsConfigurationValidateable - Interface in com.levigo.util.swing.action
In multi screen environments positioning of tooltips, popups and other graphics configuration dependent component functionalities do not work correctly caused by a VM bug.
GROUP_DEFAULT - Static variable in interface com.levigo.util.swing.menu.MenuBuilder
The name of the default menu group.
GROUP_EDIT - Static variable in interface com.levigo.util.swing.menu.MenuBuilder
The name of the "edit" menu group.
GROUP_KEY - Static variable in interface com.levigo.util.swing.menu.MenuBuilder
The item type key queried on actions to determine the group name, if no explicit name has been specified upon installation.
GROUP_SETTINGS - Static variable in interface com.levigo.util.swing.menu.MenuBuilder
The name of the "settings" menu group.
groups - Variable in class com.levigo.util.swing.menu.BasicMenuBuilder.Menu
 

H

handleListChange(ListEvent<E>) - Method in class com.levigo.util.swing.glazedlists.EventTableModel
Default implementation for converting a ListEvent to TableModelEvents.
handleMessage(MessageConsumer.Message) - Method in interface com.levigo.util.swing.infobar.MessageConsumer
Handle the given message.
handleMessage(MessageConsumer.Message) - Method in class com.levigo.util.swing.infobar.RollingMessagePanel
Adds a message to the message panel and shows it.
hasChildren(TreePath) - Method in interface com.levigo.util.swing.flextree.TreeContentProvider
Determines whether the last tree path component has children.
hasDetails() - Method in interface com.levigo.util.swing.infobar.MessageConsumer.Message
Return whether the message has associated details.
hasDetails() - Method in class com.levigo.util.swing.infobar.SimpleMessage
 
header - Variable in class com.levigo.util.swing.table.TableRowHeaderUI
The JTableHeader that is delegating the painting to this UI.
HIDDEN_INPUT - Static variable in class com.levigo.util.swing.messaging.Message
 
hide() - Method in class com.levigo.util.swing.AbstractGeometryFrame
Deprecated.  
HOMESTEAD_VISUAL_STYLE - Static variable in class com.levigo.util.swing.plaf.WindowsLookAndFeelAddons
 
HORIZONTAL - Static variable in class com.levigo.util.swing.LevigoSeparators
 
HORIZONTAL_LEADING - Static variable in class com.levigo.util.swing.BarSnapInScrollPane
 
HORIZONTAL_LEFT - Static variable in class com.levigo.util.swing.BarSnapInScrollPane
 
HORIZONTAL_RIGHT - Static variable in class com.levigo.util.swing.BarSnapInScrollPane
 
HORIZONTAL_TRAILING - Static variable in class com.levigo.util.swing.BarSnapInScrollPane
 
Hyperlink - Class in com.levigo.util.swing
A button which looks vaguely hyperlinky without the hassles of an actual HTML-in-JTextComponent hyperlinks.
Hyperlink() - Constructor for class com.levigo.util.swing.Hyperlink
 
Hyperlink(Action) - Constructor for class com.levigo.util.swing.Hyperlink
 
Hyperlink(Icon) - Constructor for class com.levigo.util.swing.Hyperlink
 
Hyperlink(String, Icon) - Constructor for class com.levigo.util.swing.Hyperlink
 
Hyperlink(String) - Constructor for class com.levigo.util.swing.Hyperlink
 

I

ICON_MENU - Static variable in class com.levigo.util.swing.action.BasicMenuComponentFactory
type of the menu is an menu with icon decorated icons - it used in the file of actions definition in the parameter menuType
IconJMenuItem - Class in com.levigo.util.swing.action
A menu item that is able to show or to suppress the appearance of an icon next to the menu text, although it is defined in the initializing action.
IconJMenuItem(Action, boolean) - Constructor for class com.levigo.util.swing.action.IconJMenuItem
Constructor.
IconManager - Class in com.levigo.util.swing
The IconManager manages a set of Icons.
IconManager.IconManagerIcon - Class in com.levigo.util.swing
The LevigoIconimplementation used for icons created by the icon manager.
IconManager.IconManagerIcon(String, Rectangle, int, Dimension) - Constructor for class com.levigo.util.swing.IconManager.IconManagerIcon
Constructor for IconManagerIcon.
IconManager.IconManagerIcon.AccessibleIconManagerIcon - Class in com.levigo.util.swing
This class implements accessibility support for the IconManagerIcon class.
IconManager.IconManagerIcon.AccessibleIconManagerIcon() - Constructor for class com.levigo.util.swing.IconManager.IconManagerIcon.AccessibleIconManagerIcon
 
id - Variable in class com.levigo.util.swing.menu.BasicMenuBuilder.Entry
 
ID - Static variable in class com.levigo.util.swing.messaging.MessageEvent
 
ignore(String) - Method in class com.levigo.util.swing.messaging.dialog.DefaultDialogMessageListener
Lets the user customize to what events he doesn't want to react by showing a message dialog.
INFO - Static variable in class com.levigo.util.swing.messaging.Message
 
init(String, Icon) - Method in class com.levigo.util.swing.Hyperlink
 
init() - Method in class com.levigo.util.swing.PopupButton
 
init() - Method in class com.levigo.util.swing.SplitButton
 
init() - Static method in class com.levigo.util.swing.TGASwingUtil
Sets the destroyed flag to false so Runnables are directed at the EventQueues.
initBasicDefaults(LookAndFeelAddons) - Method in class com.levigo.util.swing.plaf.AbstractComponentAddon
Adds default key/value pairs to the given list.
initColumnSizes(JTable) - Static method in class com.levigo.util.swing.table.JTableFormatter
Initializes the column sizes of the specified JTable to use the given space as smart as possible: Minimum width = heading width Preferred width = width of the widest cell content in each column If the sum of preferred cell widthes is wider than the available space, all columns will be cropped equally.
initialize(int) - Method in class com.levigo.util.swing.action.NonUglyActionJToggleButton
Overrides the button initialisation to get the styling we want.
initialize(int) - Method in class com.levigo.util.swing.NonUglyActionButton
Overrides the button initialisation to get the styling we want.
initialize(LookAndFeelAddons) - Method in class com.levigo.util.swing.plaf.AbstractComponentAddon
 
initialize(LookAndFeelAddons) - Method in interface com.levigo.util.swing.plaf.ComponentAddon
Initializes this addon (i.e register UI classes, colors, fonts, borders, any UIResource used by the component class).
initialize() - Method in class com.levigo.util.swing.plaf.LookAndFeelAddons
 
initializeLocalVars() - Method in class com.levigo.util.swing.table.JTableRowHeader
Initializes the local variables and properties with default values.
initMacDefaults(LookAndFeelAddons) - Method in class com.levigo.util.swing.plaf.AbstractComponentAddon
Default implementation calls AbstractComponentAddon.initBasicDefaults(LookAndFeelAddons)
initMetalDefaults(LookAndFeelAddons) - Method in class com.levigo.util.swing.plaf.AbstractComponentAddon
Default implementation calls AbstractComponentAddon.initBasicDefaults(LookAndFeelAddons)
initMotifDefaults(LookAndFeelAddons) - Method in class com.levigo.util.swing.plaf.AbstractComponentAddon
Default implementation calls AbstractComponentAddon.initBasicDefaults(LookAndFeelAddons)
initTrackImageData(int, int[]) - Method in class com.levigo.util.swing.colorpicker.ColorPickerAlphaSliderUI
 
initTrackImageData(int, int[]) - Method in class com.levigo.util.swing.colorpicker.ColorPickerSliderUI
 
initWindowsDefaults(LookAndFeelAddons) - Method in class com.levigo.util.swing.plaf.AbstractComponentAddon
Default implementation calls AbstractComponentAddon.initBasicDefaults(LookAndFeelAddons)
inject(Object, ParameterInjector.ParameterProvider) - Method in class com.levigo.util.swing.action.injection.ParameterInjector
 
InjectedCommand - Class in com.levigo.util.swing.action.injection
An abstract Command which relieves its subclasses from the chore of dealing with the extraction and validation of arguments from the context.
InjectedCommand() - Constructor for class com.levigo.util.swing.action.injection.InjectedCommand
 
INPUT - Static variable in class com.levigo.util.swing.messaging.Message
 
INPUT_MAP - Static variable in class com.levigo.util.swing.action.BasicActionFactory
The key used for storing the keystrokes for the action in an InputMap (referenced by an ActionMap) used for a menu or button.
insertIndexInterval(int, int, boolean) - Method in class com.levigo.util.swing.glazedlists.EventSelectionModel
Insert length indices beginning before/after index.
insertLinkedActionFactory(int, BasicActionFactory) - Method in class com.levigo.util.swing.action.DefaultActionFactory
Inserts a action factory at index position of linked factories.
insertLinkedCommandFactory(int, BasicCommandFactory) - Method in class com.levigo.util.swing.action.DefaultCommandFactory
Inserts a command factory at index position of linked factories.
insertLinkedMenuComponentFactory(int, BasicMenuComponentFactory) - Method in class com.levigo.util.swing.action.DefaultMenuComponentFactory
Inserts a menu component factory at index position of linked factories.
insertString(int, String, AttributeSet) - Method in class com.levigo.util.swing.text.NColumnsDigitDocument
 
insertString(int, String, AttributeSet) - Method in class com.levigo.util.swing.text.NColumnsTextDocument
 
insertString(int, String, AttributeSet) - Method in class com.levigo.util.swing.text.NColumsRangeSetDocument
 
insertString(int, String, AttributeSet) - Method in class com.levigo.util.swing.text.NumericDocument
 
insertString(int, String, AttributeSet) - Method in class com.levigo.util.swing.text.UppercaseDocument
 
inset - Variable in class com.levigo.util.swing.LevigoSeparators.AbstractLineSeparator
 
install(JComponent, Context.Children, Context.Ancestors) - Static method in class com.levigo.util.swing.action.Context
Install a context with the given aggregation mode on the given owner.
install(JComponent, Action) - Static method in class com.levigo.util.swing.ActionOnDoubleClick
 
install(FlexibleTree) - Static method in class com.levigo.util.swing.flextree.PopupMenuFeature
Install this feature on the given flextree.
install(FlexibleTree) - Static method in class com.levigo.util.swing.flextree.SelectionHandlerFeature
Install this feature on the given flextree.
install(JComboBox, EventList<E>) - Static method in class com.levigo.util.swing.glazedlists.AutoCompleteSupport
Installs support for autocompletion into the comboBox and returns the support object that is actually providing those facilities.
install(JComboBox, EventList<E>, TextFilterator<? super E>) - Static method in class com.levigo.util.swing.glazedlists.AutoCompleteSupport
Installs support for autocompletion into the comboBox and returns the support object that is actually providing those facilities.
install(JComboBox, EventList<E>, TextFilterator<? super E>, Format) - Static method in class com.levigo.util.swing.glazedlists.AutoCompleteSupport
Installs support for autocompletion into the comboBox and returns the support object that is actually providing those facilities.
install(JTable, SortedList<E>, Object) - Static method in class com.levigo.util.swing.glazedlists.TableComparatorChooser
Installs a new TableComparatorChooser that responds to clicks on the header of the specified table and uses them to sort the specified sortedList by delegating to the given strategy If at any time the table should no longer sort, the behaviour can be removed calling TableComparatorChooser.dispose() on the object returned by this method.
install(JTable, SortedList<E>, Object, TableFormat<? super E>) - Static method in class com.levigo.util.swing.glazedlists.TableComparatorChooser
Installs a new TableComparatorChooser that responds to clicks on the header of the specified table and uses them to sort the specified sortedList by delegating to the given strategy If at any time the table should no longer sort, the behaviour can be removed calling TableComparatorChooser.dispose() on the object returned by this method.
install(UndoManager, EventList<E>) - Static method in class com.levigo.util.swing.glazedlists.UndoSupport
Installs support for undoing/redoing edits on the given source.
install(UndoManager, EventList<E>, FunctionList.Function<UndoRedoSupport.Edit, UndoableEdit>) - Static method in class com.levigo.util.swing.glazedlists.UndoSupport
Installs support for undoing/redoing edits on the given source.
install(LoggingConfiguration, MessageConsumer) - Static method in class com.levigo.util.swing.infobar.QualifiedLoggingBridge
 
installAction(Action) - Method in class com.levigo.util.swing.menu.BasicMenuBuilder
 
installAction(String, Action) - Method in class com.levigo.util.swing.menu.BasicMenuBuilder
 
installAction(Action) - Method in interface com.levigo.util.swing.menu.MenuBuilder
Install the given action into the default menu group MenuBuilder.GROUP_DEFAULT.
installAction(String, Action) - Method in interface com.levigo.util.swing.menu.MenuBuilder
Install the given action into the given menu group.
installDefaults() - Method in class com.levigo.util.swing.table.TableRowHeaderUI
Initialize JTableHeader properties, e.g. font, foreground, and background.
installKeyboardActions() - Method in class com.levigo.util.swing.table.TableRowHeaderUI
Register all keyboard actions on the JTableHeader.
installListeners(JSlider) - Method in class com.levigo.util.swing.colorpicker.ColorPickerSliderUI
 
installListeners() - Method in class com.levigo.util.swing.table.TableRowHeaderUI
Attaches listeners to the JTableHeader.
installSubMenu(String, String, Action) - Method in class com.levigo.util.swing.menu.BasicMenuBuilder
 
installSubMenu(String, String, Action) - Method in interface com.levigo.util.swing.menu.MenuBuilder
Install a sub-menu and return a MenuBuilder for it.
installUI(JComponent) - Method in class com.levigo.util.swing.table.TableRowHeaderUI
 
interrupt() - Method in class com.levigo.util.swing.SwingWorker
A new method that interrupts the worker thread.
invalidateLayout(Container) - Method in class com.levigo.util.swing.effect.EffectLayout
 
invertSelection() - Method in class com.levigo.util.swing.glazedlists.EventSelectionModel
Inverts the current selection.
invokeAndWait(Runnable) - Static method in class com.levigo.util.swing.TGASwingUtil
Calls SwingUtilities.invokeAndWait(Runnable code) using the default ThreadGroup
invokeAndWait(ThreadGroup, Runnable) - Static method in class com.levigo.util.swing.TGASwingUtil
Calls SwingUtilities.invokeAndWait(Runnable code) considering the ThreadGroup to be used
invokeLater(Runnable) - Static method in class com.levigo.util.swing.TGASwingUtil
Calls SwingUtilities.invokeLater(Runnable code) using the default ThreadGroup.
invokeLater(ThreadGroup, Runnable) - Static method in class com.levigo.util.swing.TGASwingUtil
Calls SwingUtilities.invokeLater(Runnable code) considering the ThreadGroup to be used
invokeLaterIfNotEDT(Runnable) - Static method in class com.levigo.util.swing.TGASwingUtil
Initiate a call of the given Runnable.run() method on the event dispatch thread.
invokeLaterIfNotEDT(ThreadGroup, Runnable) - Static method in class com.levigo.util.swing.TGASwingUtil
Initiate a call of the given Runnable.run() method considering the thread group to be used on the event dispatch thread.
isActive() - Method in class com.levigo.util.swing.action.Context
Returns the info if the context is active.
isActive() - Static method in class com.levigo.util.swing.TGASwingUtil
Gets the active flag.
isAdjustGeometryEnabled() - Static method in class com.levigo.util.swing.AbstractPropertyGeometryFrame
Returns whether adjusting of frames geometry into current graphics environment is enabled This behavior is only supported if the restoring of frame geometry is enabled.
isAnimated() - Method in class com.levigo.util.swing.CollapsiblePane
 
isAvailable() - Method in interface com.levigo.util.swing.action.Command
Returns an indicator whether the command is available and therefore integrable.
isAvailable() - Method in class com.levigo.util.swing.action.DummyCommand
 
isAvailable() - Method in class com.levigo.util.swing.action.injection.InjectedCommand
 
isBorderOpaque() - Method in class com.levigo.util.swing.BubbleBorder
 
isBorderOpaque() - Method in class com.levigo.util.swing.DropShadowBorder
 
isBorderOpaque() - Method in class com.levigo.util.swing.RolloutBorder
 
isBorderOpaque() - Method in class com.levigo.util.swing.RoundedBorder
 
isBufferFormatValid(BufferedImage) - Method in class com.levigo.util.swing.FadeablePane
Defines if the cached image has the valid format for the current painting painting operation and there is no need to recreate it.
isCellEditable(int, int) - Method in class com.levigo.util.swing.glazedlists.EventTableModel
Delegates the question of whether the cell is editable or not to the backing TableFormat if it is a WritableTableFormat.
isCellEditable(int, int) - Method in class com.levigo.util.swing.table.EntryTableModel
 
isCellEditable(int, int) - Method in class com.levigo.util.swing.table.SunTableSorter
 
isCenterOnParent() - Method in class com.levigo.util.swing.messaging.dialog.DefaultDialogMessageListener
Returns whether the displayed message dialog should be centered on the parent frame of messageEvents source or on the screen.
isCheckingEnabled() - Method in class com.levigo.util.swing.text.NumericDocument
Returns a flag indicating if range check is active
isCollapsed() - Method in class com.levigo.util.swing.CollapsiblePane
 
isCollapsed() - Method in class com.levigo.util.swing.FlipFlopCollapsiblePanel
 
isColumnSortable(TableColumn) - Method in interface com.levigo.util.swing.table.SortableTableModel
Is this column sortable?
isDestroyed() - Static method in class com.levigo.util.swing.TGASwingUtil
 
isEdited() - Method in class com.levigo.util.swing.table.EntryTableModel
Gets whether at least one field has been edited.
isEmpty() - Method in class com.levigo.util.swing.messaging.MessageResult
Returns true if result map is empty otherwise false
isEnabled() - Method in class com.levigo.util.swing.action.CommandAction
Returns true if the action is enabled.
isEnabled() - Method in class com.levigo.util.swing.action.DelegateAction
 
isEnabled(String) - Method in interface com.levigo.util.swing.action.Privileges
Deprecated. Returns if the specified action is enabled.
isEnabled() - Method in class com.levigo.util.swing.effect.FadeBox
 
isEnabled() - Method in class com.levigo.util.swing.effect.RolloutBox
 
isEnableLink() - Method in class com.levigo.util.swing.Hyperlink
 
isEntryRow(int) - Method in interface com.levigo.util.swing.table.EditableRowHeaderTableModel
 
isEntryRow() - Method in class com.levigo.util.swing.table.EditableTableRowHeaderRenderer
 
isEntryRow(int) - Method in class com.levigo.util.swing.table.EntryTableModel
 
isEventDispatchThread() - Static method in class com.levigo.util.swing.TGASwingUtil
Checks whether the current thread (no matter if EventQueue or not) is the correct EventDispatchThread for the current ThreadGroup.
isEventDispatchThread(ThreadGroup) - Static method in class com.levigo.util.swing.TGASwingUtil
Checks whether the current thread (no matter if EventQueue or not) is the correct EventDispatchThread for the current ThreadGroup.
isExecutable(String) - Method in interface com.levigo.util.swing.action.Privileges
Deprecated. Returns if it is allowed to execute the specified command.
isExistingFrameAt(Point) - Method in class com.levigo.util.swing.AbstractGeometryFrame
Check whether there is already an active frame with the same type like this frame at the given location.
isFullRowSelected() - Method in class com.levigo.util.swing.table.EditableTableRowHeaderRenderer
 
isGeometryRestored() - Method in class com.levigo.util.swing.AbstractPropertyGeometryFrame
Returns whether frames geometry could be restored from given properties preferences.
isHSB - Variable in enum com.levigo.util.swing.colorpicker.ColorPicker.Mode
 
isIgnoreEmptyActions() - Static method in class com.levigo.util.swing.action.DefaultMenuComponentFactory
Returns an indicator whether to ignore actions with no commands configured.
isInstalled() - Method in class com.levigo.util.swing.glazedlists.AutoCompleteSupport
Returns true if this autocomplete support instance is currently installed and altering the behaviour of the combo box; false if it has been AutoCompleteSupport.uninstall()ed.
isLive() - Method in class com.levigo.util.swing.glazedlists.TextComponentMatcherEditor
Whether filtering occurs by the keystroke or not.
isMac(LookAndFeelAddons) - Method in class com.levigo.util.swing.plaf.AbstractComponentAddon
 
isMessageSuppressed(String) - Static method in class com.levigo.util.swing.messaging.MessageManager
Returns true if the user has switched off this message.
isMetal(LookAndFeelAddons) - Method in class com.levigo.util.swing.plaf.AbstractComponentAddon
 
isMotif(LookAndFeelAddons) - Method in class com.levigo.util.swing.plaf.AbstractComponentAddon
 
isOptimizedDrawingEnabled() - Method in class com.levigo.util.swing.TransformerPanel
 
isPathSelected(TreePath) - Method in class com.levigo.util.swing.flextree.FlexibleTree
 
isPending(Object) - Method in class com.levigo.util.swing.PendingOperations
Ask if the specified operation is still running in the current instance's context.
isPending() - Method in class com.levigo.util.swing.PendingOperations
Ask if any operation is still running in the current instance's context.
isPlastic() - Method in class com.levigo.util.swing.plaf.AbstractComponentAddon
 
isResizable() - Method in class com.levigo.util.swing.messaging.dialog.DefaultDialogMessageListener
Returns whether the displayed message dialog can be resized.
isRestoreGeometryEnabled() - Static method in class com.levigo.util.swing.AbstractPropertyGeometryFrame
Returns whether re-/storing of frames geometry is enabled
isRootVisible() - Method in class com.levigo.util.swing.flextree.FlexibleTree
 
isRowLocked(int) - Method in interface com.levigo.util.swing.table.EditableRowHeaderTableModel
 
isRowLocked() - Method in class com.levigo.util.swing.table.EditableTableRowHeaderRenderer
 
isRowLocked(int) - Method in class com.levigo.util.swing.table.EntryTableModel
 
isRowSelected() - Method in class com.levigo.util.swing.table.EditableTableRowHeaderRenderer
 
isSelected(Collection<Object>) - Method in interface com.levigo.util.swing.action.Command
Returns the selected state of this command.
isSelected(Collection<Object>) - Method in class com.levigo.util.swing.action.DummyCommand
 
isSelected(Collection<Object>) - Method in class com.levigo.util.swing.action.injection.InjectedCommand
 
isSelected() - Method in class com.levigo.util.swing.action.injection.InjectedCommand
Returns the selected state of this command.
isSelected(AbstractButton) - Method in class com.levigo.util.swing.JButtonGroup
Returns whether the button is selected
isSelectedIndex(int) - Method in class com.levigo.util.swing.glazedlists.EventSelectionModel
Returns true if the specified index is selected.
isSelectionEmpty() - Method in class com.levigo.util.swing.glazedlists.EventSelectionModel
Returns true if no indices are selected.
isShowRootHandles() - Method in class com.levigo.util.swing.flextree.FlexibleTree
 
isSorting() - Method in class com.levigo.util.swing.table.SunTableSorter
 
isSortingMouseEvent(MouseEvent) - Method in class com.levigo.util.swing.glazedlists.TableComparatorChooser
Determines if the specified mouse event shall be handled by this TableComparatorChooser.
isStrict() - Method in class com.levigo.util.swing.glazedlists.AutoCompleteSupport
Returns true if the user is able to specify values which do not appear in the popup list of suggestions; false otherwise.
isSuppressable() - Method in class com.levigo.util.swing.messaging.Message
Tells you if a message can be suppressed.
isSuppressed() - Method in class com.levigo.util.swing.messaging.Message
Tells you if a message is suppressed.
isSwingThreadProxyList(EventList) - Static method in class com.levigo.util.swing.glazedlists.GlazedListsSwing
Returns true iff list is an EventList that fires all of its update events from the Swing event dispatch thread.
isSyncPaletteToSatBri() - Method in class com.levigo.util.swing.colorpicker.ColorPalette
 
isSynth() - Method in class com.levigo.util.swing.plaf.AbstractComponentAddon
 
isTrackImageUpToDate(int) - Method in class com.levigo.util.swing.colorpicker.ColorPickerSliderUI
 
isTrackingLookAndFeelChanges() - Static method in class com.levigo.util.swing.plaf.LookAndFeelAddons
 
isUnderlineActive - Variable in class com.levigo.util.swing.Hyperlink
 
isValidateGraphicsConfigurationEnabled - Variable in class com.levigo.util.swing.action.ActionJButton
 
isValidateGraphicsConfigurationEnabled() - Method in class com.levigo.util.swing.action.ActionJButton
 
isValidateGraphicsConfigurationEnabled - Variable in class com.levigo.util.swing.action.ActionJCheckboxMenuItem
 
isValidateGraphicsConfigurationEnabled() - Method in class com.levigo.util.swing.action.ActionJCheckboxMenuItem
 
isValidateGraphicsConfigurationEnabled - Variable in class com.levigo.util.swing.action.ActionJRadioMenuItem
 
isValidateGraphicsConfigurationEnabled() - Method in class com.levigo.util.swing.action.ActionJRadioMenuItem
 
isValidateGraphicsConfigurationEnabled() - Method in interface com.levigo.util.swing.action.GraphicsConfigurationValidateable
Returns the current state of this behavior.
isValidateGraphicsConfigurationEnabled - Variable in class com.levigo.util.swing.action.IconJMenuItem
 
isValidateGraphicsConfigurationEnabled() - Method in class com.levigo.util.swing.action.IconJMenuItem
 
isValidateGraphicsConfigurationEnabled - Variable in class com.levigo.util.swing.action.NonUglyActionJToggleButton
 
isValidateGraphicsConfigurationEnabled() - Method in class com.levigo.util.swing.action.NonUglyActionJToggleButton
 
isVisible(String) - Method in interface com.levigo.util.swing.action.Privileges
Deprecated. Returns if the specified action is visible.
isWindows(LookAndFeelAddons) - Method in class com.levigo.util.swing.plaf.AbstractComponentAddon
 
ITEM_TYPE_KEY - Static variable in interface com.levigo.util.swing.menu.MenuBuilder
The item type key queried on actions to determine the type of menu item to create.
iterator() - Method in class com.levigo.util.swing.action.Context
Returns an iterator over the elements in this context.

J

JButtonGroup - Class in com.levigo.util.swing
JButtonGroup is an useful enhanced version of its ancestor class ButtonGroup.
JButtonGroup() - Constructor for class com.levigo.util.swing.JButtonGroup
Creates an empty JButtonGroup
JButtonGroup(AbstractButton[]) - Constructor for class com.levigo.util.swing.JButtonGroup
Creates a JButtonGroup object from an array of buttons and adds the buttons to the group.
join() - Method in class com.levigo.util.swing.SwingWorker
 
join(long) - Method in class com.levigo.util.swing.SwingWorker
 
JTableFormatter - Class in com.levigo.util.swing.table
A utility class that helps with JTable formatting, such as adjusting the column widths to their optimal value.
JTableFormatter() - Constructor for class com.levigo.util.swing.table.JTableFormatter
 
JTableRowHeader - Class in com.levigo.util.swing.table
This is the object which manages the header of the JTable.
JTableRowHeader() - Constructor for class com.levigo.util.swing.table.JTableRowHeader
Constructs a JTableHeader with a default TablerowModel.

K

keyPressed(KeyEvent) - Method in class com.levigo.util.swing.colorpicker.FocusArrowListener
 

L

LARGE_ICON - Static variable in class com.levigo.util.swing.action.CommandAction
 
launchContextMenu(MouseEvent) - Method in class com.levigo.util.swing.PopupMenuLauncher
 
layoutContainer(Container) - Method in class com.levigo.util.swing.ButtonRowLayout
 
layoutContainer(Container) - Method in class com.levigo.util.swing.effect.EffectLayout
 
layoutContainer(Container) - Method in class com.levigo.util.swing.infobar.RackLayout
 
LevigoSeparators - Class in com.levigo.util.swing
A utility class that draws line separators in different styles.
LevigoSeparators() - Constructor for class com.levigo.util.swing.LevigoSeparators
 
LevigoSeparators.AbstractLineSeparator - Class in com.levigo.util.swing
An abstract superclass for all separator implementations around here.
LevigoSeparators.AbstractLineSeparator() - Constructor for class com.levigo.util.swing.LevigoSeparators.AbstractLineSeparator
 
LevigoSeparators.AbstractLineSeparator.AccessibleSeparator - Class in com.levigo.util.swing
This class implements accessibility support for the JSeparator class.
LevigoSeparators.AbstractLineSeparator.AccessibleSeparator() - Constructor for class com.levigo.util.swing.LevigoSeparators.AbstractLineSeparator.AccessibleSeparator
 
LevigoSeparators.BlueLineSeparator - Class in com.levigo.util.swing
Draws a blue line filling the available space.
LevigoSeparators.BlueLineSeparator() - Constructor for class com.levigo.util.swing.LevigoSeparators.BlueLineSeparator
 
LevigoSeparators.DoubleLineSeparator - Class in com.levigo.util.swing
Draws a double line filling the available space.
LevigoSeparators.DoubleLineSeparator() - Constructor for class com.levigo.util.swing.LevigoSeparators.DoubleLineSeparator
 
LevigoSeparators.PlainSeparator - Class in com.levigo.util.swing
 
LevigoSeparators.PlainSeparator(Color) - Constructor for class com.levigo.util.swing.LevigoSeparators.PlainSeparator
 
LevigoSeparators.SingleLineSeparator - Class in com.levigo.util.swing
Draws a single line filling the available space.
LevigoSeparators.SingleLineSeparator() - Constructor for class com.levigo.util.swing.LevigoSeparators.SingleLineSeparator
 
LEXICAL_COMPARATOR - Static variable in class com.levigo.util.swing.table.SunTableSorter
 
linkedActionFactories - Variable in class com.levigo.util.swing.action.DefaultActionFactory
List of associated action factories
linkedCommandFactories - Variable in class com.levigo.util.swing.action.DefaultCommandFactory
 
linkedMenuComponentFactories - Variable in class com.levigo.util.swing.action.DefaultMenuComponentFactory
List of associated menu component factories
listChanged(ListEvent<E>) - Method in class com.levigo.util.swing.glazedlists.EventListModel
For implementing the ListEventListener interface.
listChanged(ListEvent<T>) - Method in class com.levigo.util.swing.glazedlists.EventTableColumnModel
 
listChanged(ListEvent<E>) - Method in class com.levigo.util.swing.glazedlists.EventTableModel
For implementing the ListEventListener interface.
listDataEvent - Variable in class com.levigo.util.swing.glazedlists.EventListModel
recycle the list data event to prevent unnecessary object creation
loadDefaults(Object[]) - Static method in class com.levigo.util.swing.plaf.LookAndFeelAddons
Adds the given defaults in UIManager.
loadProperties(String) - Method in class com.levigo.util.swing.action.BasicActionFactory
The method loads the property file.
loadProperties(InputStream) - Method in class com.levigo.util.swing.action.BasicActionFactory
Reads a property list (key and element pairs) from the input stream and fills the embedded BasicActionFactory.actionLookupProperties.
loadProperties(String) - Method in class com.levigo.util.swing.action.BasicCommandFactory
Reads a property list (key and element pairs) from the input file name and fills the embedded BasicCommandFactory.commandLookupProperties.
loadProperties(InputStream) - Method in class com.levigo.util.swing.action.BasicCommandFactory
Reads a property list (key and element pairs) from the input stream and fills the embedded BasicCommandFactory.commandLookupProperties.
loadProperties(String) - Method in class com.levigo.util.swing.action.BasicMenuComponentFactory
Load the data from the propertyFile.
loadProperties(InputStream) - Method in class com.levigo.util.swing.action.BasicMenuComponentFactory
Reads a property list (key and element pairs) from the input stream and fills the embedded BasicMenuComponentFactory.compositionLookupProperties.
locateLast(TreePath, Class<T>) - Static method in class com.levigo.util.swing.flextree.FlexTreeUtils
 
log - Variable in class com.levigo.util.swing.menu.AbstractSubmenuContributor
 
LookAndFeelAddons - Class in com.levigo.util.swing.plaf
Provides additional pluggable UI for new components added by the library.
LookAndFeelAddons() - Constructor for class com.levigo.util.swing.plaf.LookAndFeelAddons
 
lookupColor(Color, String...) - Method in class com.levigo.util.swing.plaf.AbstractComponentAddon
Look up a Color from the UIManager using a list of keys to try.
lowerRangeModel(ThresholdList) - Static method in class com.levigo.util.swing.glazedlists.GlazedListsSwing
Creates a model that manipulates the lower bound of the specified ThresholdList.

M

main(String[]) - Static method in class com.levigo.util.swing.DropShadowBorder
 
main(String[]) - Static method in class com.levigo.util.swing.FlipFlopCollapsiblePanel
 
makeGapForTail(int, int, EffectLayout.Edge) - Method in class com.levigo.util.swing.BubbleBorder
 
MAX_SIZE - Static variable in class com.levigo.util.swing.colorpicker.ColorPalette
The maximum size the graphic will be.
maximumLayoutSize(Container) - Method in class com.levigo.util.swing.effect.EffectLayout
 
MENU_ACTIONS - Static variable in interface com.levigo.util.swing.action.MenuComponentFactory
Parameter of menu actions in the property file
MenuBuilder - Interface in com.levigo.util.swing.menu
The MenuBuilder is responsible for the construction of some kind of menu UI in response to contributions it receives.
MenuBuilder.ItemType - Enum in com.levigo.util.swing.menu
 
MenuComponentCreationAdapter - Class in com.levigo.util.swing.action
Just an adapter class of MenuComponentCreationListener with empty methods.
MenuComponentCreationAdapter() - Constructor for class com.levigo.util.swing.action.MenuComponentCreationAdapter
 
MenuComponentCreationListener - Interface in com.levigo.util.swing.action
Instances of MenuComponentCreationListener can be registered at DefaultMenuComponentFactory to receive informations or failure messages of menu component creation process.
MenuComponentFactory - Interface in com.levigo.util.swing.action
Interface for the menu factory.
MenuContributor - Interface in com.levigo.util.swing.menu
A MenuContributor is able to contribute entries to a menu.
Message - Class in com.levigo.util.swing.messaging
An object to hold message relevant data.
Message(String, String, String, String, String, String, Throwable, String[]) - Constructor for class com.levigo.util.swing.messaging.Message
Constructor
Message(String, String, String, String, String, String, String, Throwable, String[], boolean, boolean) - Constructor for class com.levigo.util.swing.messaging.Message
Constructor
Message(String, String, String, String, String, String, String, Throwable, String[], String[], boolean, boolean) - Constructor for class com.levigo.util.swing.messaging.Message
Constructor
MessageConsumer - Interface in com.levigo.util.swing.infobar
An interface to be implemented by RollingMessagePanel-like components.
MessageConsumer.Message - Interface in com.levigo.util.swing.infobar
A message to be presented through the RollingMessagePanel.
MessageDefaultDebugStream - Class in com.levigo.util.swing.messaging.printstreams
An Message Listener,which displays messages to Standard Out
MessageDefaultDebugStream() - Constructor for class com.levigo.util.swing.messaging.printstreams.MessageDefaultDebugStream
Constructor for MessageDefaultError.
MessageDefaultErrorStream - Class in com.levigo.util.swing.messaging.printstreams
An Message Listener,which displays only error messages to Standard Err Error messages are characterized by MessageEvent.getID()
MessageDefaultErrorStream() - Constructor for class com.levigo.util.swing.messaging.printstreams.MessageDefaultErrorStream
Constructor for MessageDefaultError.
MessageEvent - Class in com.levigo.util.swing.messaging
A semantic event which indicates that a message should be forwarded to user.
MessageEvent(Object, Message) - Constructor for class com.levigo.util.swing.messaging.MessageEvent
Constructor for MessageEvent.
MessageFactory - Interface in com.levigo.util.swing.messaging
A factory interface that makes Message Objects availiable.
MessageFactoryHolder - Class in com.levigo.util.swing.messaging
A helper class for MessageManager.
MessageListener - Interface in com.levigo.util.swing.messaging
An Interface to characterize all Objects, which can display an given message The listener interface for receiving message events.
MessageManager - Class in com.levigo.util.swing.messaging
A class to handle messages forwarded to user, which can mean displaying them to the user.
MessagePrintStream - Class in com.levigo.util.swing.messaging.printstreams
An Message Listener,which displays messages to a given Print Stream
MessageResource - Interface in com.levigo.util.swing.messaging
The interface for all Message resources.
MessageResult - Class in com.levigo.util.swing.messaging
MessageResult can be used by MessageListeners to add result information to this message.
MessageResult(MessageEvent) - Constructor for class com.levigo.util.swing.messaging.MessageResult
Constructor for MessageResult.
MessageStandardErr - Class in com.levigo.util.swing.messaging.printstreams
An Message Listener,which displays messages to Standard Err
MessageStandardOut - Class in com.levigo.util.swing.messaging.printstreams
An Message Listener,which displays messages to Standard Out
MessageSuppressionPanel - Class in com.levigo.util.swing.messaging.dialog
The user can choose if specific messages will be shown or suppressed.
MessageSuppressionPanel() - Constructor for class com.levigo.util.swing.messaging.dialog.MessageSuppressionPanel
Contructs the MessageSuppressionPanel
MetalLookAndFeelAddons - Class in com.levigo.util.swing.plaf
MetalLookAndFeelAddons.
MetalLookAndFeelAddons() - Constructor for class com.levigo.util.swing.plaf.MetalLookAndFeelAddons
 
minimumLayoutSize(Container) - Method in class com.levigo.util.swing.ButtonRowLayout
 
minimumLayoutSize(Container) - Method in class com.levigo.util.swing.effect.EffectLayout
 
minimumSize - Variable in class com.levigo.util.swing.LevigoSeparators.AbstractLineSeparator
 
MNEMONICKEY - Static variable in class com.levigo.util.swing.action.BasicMenuComponentFactory
Parameter of the MnemonicKey in the menu components properties file
mode - Variable in class com.levigo.util.swing.effect.EffectLayout.Constraints
 
MODE_CONTROLS_VISIBLE_PROPERTY - Static variable in class com.levigo.util.swing.colorpicker.ColorPicker
PropertyChangeEvents will be triggered for this property when setModeControlsVisible() is called.
MODE_PROPERTY - Static variable in class com.levigo.util.swing.colorpicker.ColorPicker
PropertyChangeEvents will be triggered when the mode changes.
modelIndex(int) - Method in class com.levigo.util.swing.table.SunTableSorter
 
MotifLookAndFeelAddons - Class in com.levigo.util.swing.plaf
 
MotifLookAndFeelAddons() - Constructor for class com.levigo.util.swing.plaf.MotifLookAndFeelAddons
 
mouseClicked(MouseEvent) - Method in class com.levigo.util.swing.PopupMenuLauncher
 
mouseClicked(MouseEvent) - Method in class com.levigo.util.swing.table.TableRowHeaderUI.MouseInputHandler
Handle mouse click
mouseDragged(MouseEvent, BasicDragGestureRecognizer.BeforeDrag) - Method in class com.levigo.util.swing.dnd.BasicDragGestureRecognizer
Handle a mouse drag.
mouseDragged(MouseEvent) - Method in class com.levigo.util.swing.table.TableRowHeaderUI.MouseInputHandler
Handle mouse drag
mouseEntered(MouseEvent) - Method in class com.levigo.util.swing.table.TableRowHeaderUI.MouseInputHandler
Handle mouse enter
mouseExited(MouseEvent) - Method in class com.levigo.util.swing.table.TableRowHeaderUI.MouseInputHandler
Handle mouse exit
mouseInputListener - Variable in class com.levigo.util.swing.table.TableRowHeaderUI
 
mouseMoved(MouseEvent) - Method in class com.levigo.util.swing.table.TableRowHeaderUI.MouseInputHandler
Handle mouse move
mousePressed(MouseEvent) - Method in class com.levigo.util.swing.dnd.BasicDragGestureRecognizer
Handle a mouse press.
mousePressed(MouseEvent) - Method in class com.levigo.util.swing.PopupMenuLauncher
 
mousePressed(MouseEvent) - Method in class com.levigo.util.swing.table.TableRowHeaderUI.MouseInputHandler
Handle mouse press
mouseReleased(MouseEvent) - Method in class com.levigo.util.swing.dnd.BasicDragGestureRecognizer
Handle a mouse release.
mouseReleased(MouseEvent) - Method in class com.levigo.util.swing.PopupMenuLauncher
 
mouseReleased(MouseEvent) - Method in class com.levigo.util.swing.table.TableRowHeaderUI.MouseInputHandler
Handle mouse released
moveColumn(int, int) - Method in class com.levigo.util.swing.glazedlists.EventTableColumnModel
 
MULTISCREEN_ABILITY - Static variable in class com.levigo.util.swing.action.CommandAction
In multi screen environments positioning of tooltips, popups and other graphics configuration dependent component functionalities do not work correctly caused by a VM bug.

N

name - Variable in class com.levigo.util.swing.menu.BasicMenuBuilder.Group
 
NamedActionFactory - Interface in com.levigo.util.swing.action
Enhanced interface of the action factory interface providing a specified factory name.
NamedCommandFactory - Interface in com.levigo.util.swing.action
Enhanced interface of the command factory interface providing a specified factory name.
NamedMenuComponentFactory - Interface in com.levigo.util.swing.action
Enhanced interface of the menu component factory interface providing a specified factory name.
NColumnsDigitDocument - Class in com.levigo.util.swing.text
A plain text document for TextComponents with restricted columns length.
NColumnsDigitDocument(int) - Constructor for class com.levigo.util.swing.text.NColumnsDigitDocument
Constructor for NColumnsTextDocument with the specified number of columns.
NColumnsTextDocument - Class in com.levigo.util.swing.text
A Plain Text Document for Text Components with restricted columns length User can enter only "numberOfColumns" letters, extra letters will be ignored.
NColumnsTextDocument() - Constructor for class com.levigo.util.swing.text.NColumnsTextDocument
Constructor for NColumnsTextDocument.
NColumnsTextDocument(int) - Constructor for class com.levigo.util.swing.text.NColumnsTextDocument
Constructor for NColumnsTextDocument.
NColumsRangeSetDocument - Class in com.levigo.util.swing.text
A Document for numerical input with the possibility to set the length of the field and to set a range set.
NColumsRangeSetDocument(int, Vector) - Constructor for class com.levigo.util.swing.text.NColumsRangeSetDocument
 
NO - Static variable in class com.levigo.util.swing.messaging.Message
 
NO_AFFIRMED - Static variable in class com.levigo.util.swing.messaging.MessageResult
This value constant can be used by MessageListeners when feeding a MessageResultas user decision result for a YES/NO/CANCEL question.
nodeRefreshRequired() - Method in interface com.levigo.util.swing.flextree.DynamicTreeModule.ChangeListener
Receive notification that the domain object or data that the target node represents changed in some way that makes it necessary to update the node's derived properties.
NonFocusedInfo - Class in com.levigo.util.swing.componentdecorator
A decorator allowing a JTextComponent to be out-fitted with a disabled text which is shown while the component is not focused.
NonUglyActionButton - Class in com.levigo.util.swing
An FCMS style button.
NonUglyActionButton() - Constructor for class com.levigo.util.swing.NonUglyActionButton
Constructor for FCMSButton.
NonUglyActionButton(Action) - Constructor for class com.levigo.util.swing.NonUglyActionButton
Constructor for FCMSButton.
NonUglyActionButton(Action, int) - Constructor for class com.levigo.util.swing.NonUglyActionButton
Constructor for FCMSButton.
NonUglyActionButton(Icon) - Constructor for class com.levigo.util.swing.NonUglyActionButton
Constructor for FCMSButton.
NonUglyActionButton(Icon, int) - Constructor for class com.levigo.util.swing.NonUglyActionButton
Constructor for FCMSButton.
NonUglyActionButton(String, Icon) - Constructor for class com.levigo.util.swing.NonUglyActionButton
Constructor for FCMSButton.
NonUglyActionButton(String, Icon, int) - Constructor for class com.levigo.util.swing.NonUglyActionButton
Constructor for FCMSButton.
NonUglyActionJToggleButton - Class in com.levigo.util.swing.action
A styleable button.
NonUglyActionJToggleButton(Action) - Constructor for class com.levigo.util.swing.action.NonUglyActionJToggleButton
Constructor for the button.
NonUglyActionJToggleButton(Action, int) - Constructor for class com.levigo.util.swing.action.NonUglyActionJToggleButton
Constructor for the most beautiful button in the world.
NonUglyActionJToggleButton.AccessibleNonUglyActionJToggleButton - Class in com.levigo.util.swing.action
This class implements accessibility support for the NonUglyActionJToggleButton class.
NonUglyActionJToggleButton.AccessibleNonUglyActionJToggleButton() - Constructor for class com.levigo.util.swing.action.NonUglyActionJToggleButton.AccessibleNonUglyActionJToggleButton
 
NOT_SORTED - Static variable in class com.levigo.util.swing.table.SunTableSorter
 
NOTICE - Static variable in class com.levigo.util.swing.messaging.Message
 
NumericDocument - Class in com.levigo.util.swing.text
A plain Document, which allows only numerical input in a defined range.
NumericDocument(int, int) - Constructor for class com.levigo.util.swing.text.NumericDocument
Constructor

O

OK_ACTION_TEXTS - Static variable in class com.levigo.util.swing.messaging.DefaultMessageFactory
The default text for a pure confirmation action.
OK_CANCEL_ACTION_TEXTS - Static variable in class com.levigo.util.swing.messaging.DefaultMessageFactory
The default text pair for the OK/CANCEL action.
OPACITY_PROPERTY - Static variable in class com.levigo.util.swing.colorpicker.ColorPicker
PropertyChangeEvents will be triggered when the opacity value is adjusted.
orientation - Variable in class com.levigo.util.swing.LevigoSeparators.AbstractLineSeparator
 
overlapBorder - Variable in class com.levigo.util.swing.effect.EffectLayout.Constraints
 

P

paint(Graphics) - Method in class com.levigo.util.swing.colorpicker.ColorPalette
 
paint(Graphics) - Method in class com.levigo.util.swing.colorpicker.ColorSwatch
 
paint(Graphics) - Method in class com.levigo.util.swing.effect.EffectContainer
 
paint(Graphics) - Method in class com.levigo.util.swing.FadeablePane
 
paint(Graphics) - Method in class com.levigo.util.swing.LevigoSeparators.AbstractLineSeparator
 
paint(Graphics) - Method in class com.levigo.util.swing.LevigoSeparators.BlueLineSeparator
 
paint(Graphics) - Method in class com.levigo.util.swing.LevigoSeparators.DoubleLineSeparator
 
paint(Graphics) - Method in class com.levigo.util.swing.LevigoSeparators.PlainSeparator
 
paint(Graphics) - Method in class com.levigo.util.swing.LevigoSeparators.SingleLineSeparator
 
paint(Graphics2D, T, int, int) - Method in interface com.levigo.util.swing.Painter
Renders to the given Graphics2D object.
paint(Graphics) - Method in class com.levigo.util.swing.PopupButton
 
paint(Graphics, JComponent) - Method in class com.levigo.util.swing.table.TableRowHeaderUI
 
paint(Graphics) - Method in class com.levigo.util.swing.TransformerPanel
 
paintBorder(Graphics) - Method in class com.levigo.util.swing.action.PopupMenuButton
 
paintBorder(Component, Graphics, int, int, int, int) - Method in class com.levigo.util.swing.BubbleBorder
 
paintBorder(Graphics) - Method in class com.levigo.util.swing.CollapsiblePane
 
paintBorder(Component, Graphics, int, int, int, int) - Method in class com.levigo.util.swing.DropShadowBorder
 
paintBorder(Graphics) - Method in class com.levigo.util.swing.FadeablePane
 
paintBorder(Component, Graphics, int, int, int, int) - Method in class com.levigo.util.swing.RolloutBorder
 
paintBorder(Component, Graphics, int, int, int, int) - Method in class com.levigo.util.swing.RoundedBorder
 
paintBorder(Component, Graphics, int, int, int, int) - Method in class com.levigo.util.swing.SlickBevelBorder
 
paintComponent(Graphics) - Method in class com.levigo.util.swing.DropDownToggleButton
 
paintComponent(Graphics) - Method in class com.levigo.util.swing.Hyperlink
 
Painter<T> - Interface in com.levigo.util.swing
A painting delegate.
paintFocus(Graphics) - Method in class com.levigo.util.swing.colorpicker.ColorPickerSliderUI
 
paintFocus(Graphics2D, Shape, int) - Static method in class com.levigo.util.swing.colorpicker.PlafPaintUtils
Paints 3 different strokes around a shape to indicate focus.
paintIcon(Component, Graphics, int, int) - Method in class com.levigo.util.swing.ArrowIcon
 
paintIcon(Component, Graphics, int, int) - Method in class com.levigo.util.swing.BorderIcon
 
paintIcon(Component, Graphics, int, int) - Method in class com.levigo.util.swing.IconManager.IconManagerIcon
 
paintIcon(Component, Graphics, int, int) - Method in class com.levigo.util.swing.RotatedIcon
Paint the icons of this compound icon at the specified location
paintLoweredBevel(Component, Graphics, int, int, int, int) - Method in class com.levigo.util.swing.SlickBevelBorder
 
paintRaisedBevel(Component, Graphics, int, int, int, int) - Method in class com.levigo.util.swing.SlickBevelBorder
 
paintThumb(Graphics) - Method in class com.levigo.util.swing.colorpicker.ColorPickerSliderUI
 
paintTrack(Graphics) - Method in class com.levigo.util.swing.colorpicker.ColorPickerSliderUI
 
Parameter - Annotation Type in com.levigo.util.swing.action.injection
An annotation used to specify parameters to be injected into any Command
ParameterInjector - Class in com.levigo.util.swing.action.injection
 
ParameterInjector.ParameterProvider - Interface in com.levigo.util.swing.action.injection
 
paramString() - Method in class com.levigo.util.swing.table.JTableRowHeader
Returns a string representation of this JTableHeader.
parse(String) - Method in class com.levigo.util.swing.text.NumericDocument
Analyses given result string and returns its value.
pathDeselected(TreePath, FlexibleTree, boolean) - Method in interface com.levigo.util.swing.flextree.TreeSelectionHandler
 
pathSelected(TreePath, FlexibleTree, boolean) - Method in interface com.levigo.util.swing.flextree.TreeSelectionHandler
 
PendingOperations - Class in com.levigo.util.swing
Keep track of pending operations that might inhibit the shutdown of a component or the shutdown of the whole application.
performWork() - Method in class com.levigo.util.swing.SwingWorkerAdapter
 
PlafPaintUtils - Class in com.levigo.util.swing.colorpicker
Some static methods for some common painting functions.
PlafPaintUtils() - Constructor for class com.levigo.util.swing.colorpicker.PlafPaintUtils
 
populateContextMenu(JPopupMenu) - Method in class com.levigo.util.swing.PopupMenuLauncher
 
popup - Variable in class com.levigo.util.swing.action.PopupJToggleButton
attached context menu
PopupButton - Class in com.levigo.util.swing
A halfway decent implementation of a popup button.
PopupButton() - Constructor for class com.levigo.util.swing.PopupButton
 
PopupButton(Action) - Constructor for class com.levigo.util.swing.PopupButton
 
PopupButton(Icon) - Constructor for class com.levigo.util.swing.PopupButton
 
PopupButton(String, Icon) - Constructor for class com.levigo.util.swing.PopupButton
 
PopupButton(String) - Constructor for class com.levigo.util.swing.PopupButton
 
popupHandler - Variable in class com.levigo.util.swing.action.PopupJToggleButton
attached context menu handler
popupIsVisible - Variable in class com.levigo.util.swing.DropDownToggleButton
 
PopupJToggleButton - Class in com.levigo.util.swing.action
This class PopupJToggleButton is a NonUglyActionJToggleButton which is able to handle an attached popup menu.
PopupJToggleButton(Action) - Constructor for class com.levigo.util.swing.action.PopupJToggleButton
 
PopupJToggleButton(Action, JPopupMenu) - Constructor for class com.levigo.util.swing.action.PopupJToggleButton
 
PopupMenuButton - Class in com.levigo.util.swing.action
 
PopupMenuButton(Context, MenuComponentFactory, String) - Constructor for class com.levigo.util.swing.action.PopupMenuButton
 
PopupMenuFeature - Class in com.levigo.util.swing.flextree
A flextree feature used to provide a context menu for a FlexibleTree.
PopupMenuLauncher - Class in com.levigo.util.swing
An abstract base class for the convenient implementation of popup menu launchers.
PopupMenuLauncher() - Constructor for class com.levigo.util.swing.PopupMenuLauncher
 
popupShouldBeVisible - Variable in class com.levigo.util.swing.DropDownToggleButton
 
preferredLayoutSize(Container) - Method in class com.levigo.util.swing.ButtonRowLayout
 
preferredLayoutSize(Container) - Method in class com.levigo.util.swing.effect.EffectLayout
 
Privileges - Interface in com.levigo.util.swing.action
Deprecated. dg: I guess this class is unused and can be removed.
processKeyEvent(KeyEvent) - Method in class com.levigo.util.swing.flextree.FlexibleTree
 
processWindowEvent(WindowEvent) - Method in class com.levigo.util.swing.AbstractGeometryFrame
 
PROPERTY_KEY - Static variable in class com.levigo.util.swing.action.Context
The ClientProperty key used by the GUI Component to store its context object in.
propertyChange(PropertyChangeEvent) - Method in class com.levigo.util.swing.effect.FadeBox
 
propertyChange(PropertyChangeEvent) - Method in class com.levigo.util.swing.effect.RolloutBox
 
propertyChange(PropertyChangeEvent) - Method in class com.levigo.util.swing.glazedlists.EventTableColumnModel
Watch for changes to the column width or preferred column width and trigger a relayout of the table header when they change.
putAuxiliaryWindowIcon(String, Image) - Static method in class com.levigo.util.swing.AbstractGeometryFrame
Associates the specified auxiliary window icon with the specified identifier.
putLookupProperty(String, String) - Method in class com.levigo.util.swing.action.BasicActionFactory
Deprecated. use BasicActionFactory.setLookupProperty(String, String) instead
putLookupProperty(String, String) - Method in class com.levigo.util.swing.action.BasicCommandFactory
Deprecated. use BasicCommandFactory.setLookupProperty(String, String) instead
putLookupProperty(String, String) - Method in class com.levigo.util.swing.action.BasicMenuComponentFactory
Deprecated. use BasicMenuComponentFactory.setLookupProperty(String, String) instead
putLookupProperty(String, String) - Method in class com.levigo.util.swing.action.DefaultActionFactory
Deprecated. use DefaultActionFactory.setLookupProperty(String, String) instead
putLookupProperty(String, String) - Method in class com.levigo.util.swing.action.DefaultCommandFactory
Deprecated. use DefaultCommandFactory.setLookupProperty(String, String) instead
putLookupProperty(String, String) - Method in class com.levigo.util.swing.action.DefaultMenuComponentFactory
Deprecated. use DefaultMenuComponentFactory.setLookupProperty(String, String) instead
putValue(String, Object) - Method in class com.levigo.util.swing.action.CommandAction
Sets the Value associated with the specified key.
putValue(String, Object) - Method in class com.levigo.util.swing.action.DelegateAction
Override the value for the given property key.
putValuesInAdditionalActions(Context, Action, String) - Method in class com.levigo.util.swing.action.BasicMenuComponentFactory
Read settings for external actions from the action properties file and merge in the following settings Action.NAME Action.SHORT_DESCRIPTION Action.LONG_DESCRIPTION Action.SMALL_ICON Action.ACCELERATOR_KEY Action.MNEMONIC_KEY into the original action.

Q

QualifiedLoggingBridge - Class in com.levigo.util.swing.infobar
A bridge from qualified logging to fancy messaging.
QualifiedLoggingBridge(MessageConsumer) - Constructor for class com.levigo.util.swing.infobar.QualifiedLoggingBridge
 

R

RackLayout - Class in com.levigo.util.swing.infobar
A Rack is like a BoxLayout, except that for a horizontal/vertical layout it forces all cells to be as high/wide as the cell provided by the enclosing container.
RackLayout(Container, int) - Constructor for class com.levigo.util.swing.infobar.RackLayout
 
radians() - Method in enum com.levigo.util.swing.RotatedIcon.Rotation
 
RADIOBUTTON_MENU - Static variable in class com.levigo.util.swing.action.BasicMenuComponentFactory
type of the menu is radioButton - it used in the file of actions definition in the parameter menuType
rebuildComparator() - Method in class com.levigo.util.swing.glazedlists.TableComparatorChooser
Updates the comparator in use and applies it to the table.
redetectComparator(Comparator<? super E>) - Method in class com.levigo.util.swing.glazedlists.TableComparatorChooser
Examines the current Comparator of the SortedList and adds icons to the table header renderers in response.
refresh() - Method in class com.levigo.util.swing.messaging.dialog.MessageSuppressionPanel
 
refresh() - Method in class com.levigo.util.swing.tooltip.DataTipDecorator
Refresh the content that is currently displayed in the data-tip-popup.
registerChangeListener(TreePath, DynamicTreeModule.ChangeListener) - Method in interface com.levigo.util.swing.flextree.DynamicTreeModule
This method is called in order to supply the tree module with a DynamicTreeModule.ChangeListener for the given treePath.
relative(EffectLayout.Edge, float, boolean, boolean) - Static method in class com.levigo.util.swing.effect.EffectLayout.Constraints
Create a constraint for relative alignment along the edge selected via the EffectLayout.Constraints.edge argument.
relative(EffectLayout.Edge, float, int, boolean, boolean) - Static method in class com.levigo.util.swing.effect.EffectLayout.Constraints
Create a constraint for relative alignment along the edge selected via the EffectLayout.Constraints.edge argument.
remove(Object) - Method in class com.levigo.util.swing.action.Context
Removes a single instance of the specified element from this collection, if it is present (optional operation).
remove(JComponent, Object) - Static method in class com.levigo.util.swing.action.ContextUtils
Remove the given element from the appropriate context for the given UI component.
remove(Component) - Method in class com.levigo.util.swing.CollapsibleSection
Overriden to redirect call to the content pane
remove(int) - Method in class com.levigo.util.swing.CollapsibleSection
Overriden to redirect call to the content pane.
remove(Component) - Method in class com.levigo.util.swing.effect.EffectContainer
 
remove(Component) - Method in class com.levigo.util.swing.FadeablePane
 
remove(int) - Method in class com.levigo.util.swing.FadeablePane
 
remove(Component) - Method in class com.levigo.util.swing.FlipFlopCollapsiblePanel
Overriden to redirect call to the content pane
remove(int) - Method in class com.levigo.util.swing.FlipFlopCollapsiblePanel
Overriden to redirect call to the content pane.
remove(Component) - Method in class com.levigo.util.swing.infobar.DrawerContainer
 
remove(AbstractButton) - Method in class com.levigo.util.swing.JButtonGroup
Removes a button from the group
remove(AbstractButton[]) - Method in class com.levigo.util.swing.JButtonGroup
Removes all the buttons in the array from the group
remove(int, int) - Method in class com.levigo.util.swing.text.NumericDocument
 
remove(int) - Method in class com.levigo.util.swing.TransformerPanel
 
removeActionCreationListener(ActionCreationListener) - Static method in class com.levigo.util.swing.action.DefaultActionFactory
Removes a action creation listener.
removeAll() - Method in class com.levigo.util.swing.CollapsibleSection
Overriden to redirect call to the content pane.
removeAll() - Method in class com.levigo.util.swing.FadeablePane
 
removeAll() - Method in class com.levigo.util.swing.FlipFlopCollapsiblePanel
Overriden to redirect call to the content pane.
removeAll() - Method in class com.levigo.util.swing.infobar.DrawerContainer
 
removeAll() - Method in class com.levigo.util.swing.TransformerPanel
 
removeByClass(JComponent, Class<T>) - Static method in class com.levigo.util.swing.action.ContextUtils
Remove all elements matching the given class from the context for the given UI component.
removeByClass(Context, Class<? extends Object>) - Static method in class com.levigo.util.swing.action.ContextUtils
Remove all non-context elements matching the given class.
removeChangeListener(ChangeListener) - Method in class com.levigo.util.swing.colorpicker.ColorPalette
Remove a ChangeListener so it is no longer notified when the selected color changes.
removeChangeListener(ChangeListener) - Method in class com.levigo.util.swing.JButtonGroup
Removes a ChangeListener from the button.
removeChildContext(Context) - Method in class com.levigo.util.swing.action.Context
Removes the context from the collection of child contexts and unregisters itself as ContextListener.
removeColumn(TableColumn) - Method in class com.levigo.util.swing.glazedlists.EventTableColumnModel
 
removeColumnModelListener(TableColumnModelListener) - Method in class com.levigo.util.swing.glazedlists.EventTableColumnModel
 
removeCommandCreationListener(CommandCreationListener) - Static method in class com.levigo.util.swing.action.DefaultCommandFactory
Removes a command creation listener.
removeContextChangeListener(ContextListener) - Method in class com.levigo.util.swing.action.Context
Removes ContextListener from the collection of listeners so that it doesn't receive notifications any longer.
removeFirstItem() - Method in class com.levigo.util.swing.glazedlists.AutoCompleteSupport
Removes and returns the optional single value used as the first element in the ComboBoxModel or null if no first item has been set.
removeIndexInterval(int, int) - Method in class com.levigo.util.swing.glazedlists.EventSelectionModel
Remove the indices in the interval index0,index1 (inclusive) from the selection model.
removeKeyListener(KeyListener) - Method in class com.levigo.util.swing.flextree.FlexibleTree
 
removeLayoutComponent(Component) - Method in class com.levigo.util.swing.ButtonRowLayout
 
removeLayoutComponent(Component) - Method in class com.levigo.util.swing.effect.EffectLayout
 
removeLinkedActionFactory(BasicActionFactory) - Method in class com.levigo.util.swing.action.DefaultActionFactory
Removes an action factory of linked factories.
removeLinkedCommandFactory(BasicCommandFactory) - Method in class com.levigo.util.swing.action.DefaultCommandFactory
Removes a command factory of linked factories.
removeLinkedMenuComponentFactory(BasicMenuComponentFactory) - Method in class com.levigo.util.swing.action.DefaultMenuComponentFactory
Removes a menu component factory of linked factories.
removeListDataListener(ListDataListener) - Method in class com.levigo.util.swing.glazedlists.EventListModel
Deregisters the specified ListDataListener from receiving updates whenever this list changes.
removeListSelectionListener(ListSelectionListener) - Method in class com.levigo.util.swing.glazedlists.EventSelectionModel
Remove a listener from the list that's notified each time a change to the selection occurs.
removeLookupClassLoader(ClassLoader) - Static method in class com.levigo.util.swing.action.ResourceLocator
Removes the first occurrence of the specified ClassLoader.
removeLookupProperty(String) - Method in class com.levigo.util.swing.action.BasicActionFactory
Removes the value for given key.
removeLookupProperty(String) - Method in class com.levigo.util.swing.action.BasicCommandFactory
Removes the value for given key.
removeLookupProperty(String) - Method in class com.levigo.util.swing.action.BasicMenuComponentFactory
Removes the value for given key.
removeMenuComponentCreationListener(MenuComponentCreationListener) - Static method in class com.levigo.util.swing.action.DefaultMenuComponentFactory
Removes a command creation listener.
removeMessageFactory(MessageFactory) - Static method in class com.levigo.util.swing.messaging.MessageFactoryHolder
Removes a given Message Factory
removeMessageFactory(MessageFactory) - Static method in class com.levigo.util.swing.messaging.MessageManager
Removes a given Message Factory
removeMessageListener(MessageListener) - Static method in class com.levigo.util.swing.messaging.MessageManager
Removes a given MessageListener from MessageManager's listener list
removeModule(TreeModule) - Method in class com.levigo.util.swing.flextree.FlexibleTree
 
removeMouseListener(MouseListener) - Method in class com.levigo.util.swing.effect.EffectContainer
 
removeMouseMotionListener(MouseMotionListener) - Method in class com.levigo.util.swing.effect.EffectContainer
 
removeMouseWheelListener(MouseWheelListener) - Method in class com.levigo.util.swing.effect.EffectContainer
 
removeNotify() - Method in class com.levigo.util.swing.AbstractPropertyGeometryFrame
 
removeNotify() - Method in class com.levigo.util.swing.effect.FadeBox
 
removeNotify() - Method in class com.levigo.util.swing.effect.RolloutBox
 
removeOverriddenProperty(String) - Method in class com.levigo.util.swing.action.DelegateAction
Remove the overridden property for the given key.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.levigo.util.swing.action.CommandAction
Removes a PropertyChangeListener from the listener list.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.levigo.util.swing.action.DelegateAction
 
removeResult(Object) - Method in class com.levigo.util.swing.messaging.MessageResult
Removes result Object for given resultIdentifier from result map.
removeSelectionInterval(int, int) - Method in class com.levigo.util.swing.glazedlists.EventSelectionModel
Change the selection to be the set difference of the current selection and the indices between index0 and index1 inclusive.
removeSelectionPath(TreePath) - Method in class com.levigo.util.swing.flextree.FlexibleTree
 
removeSelectionPaths(TreePath[]) - Method in class com.levigo.util.swing.flextree.FlexibleTree
 
removeSortActionListener(ActionListener) - Method in class com.levigo.util.swing.glazedlists.TableComparatorChooser
Deregisters the specified ActionListener to no longer receive action events.
removeTreeSelectionListener(TreeSelectionListener) - Method in class com.levigo.util.swing.flextree.FlexibleTree
 
removeValidSelectionMatcher(Matcher<E>) - Method in class com.levigo.util.swing.glazedlists.EventSelectionModel
Remove a matcher which decides when source elements are valid for selection.
rendererPane - Variable in class com.levigo.util.swing.table.TableRowHeaderUI
 
replace(JComponent, Collection<Object>) - Static method in class com.levigo.util.swing.action.ContextUtils
Replace the contents of context for the given UI component with the given collection of elements.
replace(JComponent, Collection<? extends T>, Class<T>) - Static method in class com.levigo.util.swing.action.ContextUtils
Replace all current elements matching the given class of the context for the given UI component with the given collection of elements.
replace(JComponent, T, Class<? super T>) - Static method in class com.levigo.util.swing.action.ContextUtils
Replace all current elements matching the given class of the context for the given UI component with the given object.
replace(Context, Collection<? extends Object>) - Static method in class com.levigo.util.swing.action.ContextUtils
Replaces all non-Context entries in the current context objects collection with the elements of the given collection.
replace(Context, Collection<? extends T>, Class<T>) - Static method in class com.levigo.util.swing.action.ContextUtils
Replaces all non-Context entries in the current context objects collection that match the given class with the elements found in the given collection.
replace(Context, T, Class<? super T>) - Static method in class com.levigo.util.swing.action.ContextUtils
Replaces all non-Context entries in the current context objects collection that match the given class with the elements found in the given collection.
requestFocus() - Method in class com.levigo.util.swing.flextree.FlexibleTree
 
requestFocusInWindow() - Method in class com.levigo.util.swing.flextree.FlexibleTree
 
reset() - Method in class com.levigo.util.swing.action.DefaultActionFactory
Clears and resets this factory instance.
reset() - Method in class com.levigo.util.swing.action.DefaultCommandFactory
Clears and resets this factory instance.
reset() - Method in class com.levigo.util.swing.action.DefaultMenuComponentFactory
Clears, resets and reloads this factory instance.
reset() - Method in class com.levigo.util.swing.action.DelegateAction
Reset all properties and the enabled state to the values of the delegate action.
resizeAndRepaint() - Method in class com.levigo.util.swing.table.JTableRowHeader
Sizes the header and marks it as needing display.
resizingAllowed - Variable in class com.levigo.util.swing.table.JTableRowHeader
If true, resizing of rows are allowed by the user; the default is true.
resort() - Method in interface com.levigo.util.swing.table.SortableTableModel
Resort the model by the criteria.
resort() - Method in class com.levigo.util.swing.table.TableSorter
Resort table by using the stored criteria.
ResourceLocator - Class in com.levigo.util.swing.action
 
ResourceLocator() - Constructor for class com.levigo.util.swing.action.ResourceLocator
 
restoreGeometry() - Method in class com.levigo.util.swing.AbstractGeometryFrame
Restore the frame geometry (size, location) from the preferences.
restoreGeometry() - Method in class com.levigo.util.swing.AbstractPropertyGeometryFrame
Restore the frame geometry (size, location) from the preferences, if enabled and an approbiated proerties preference store is set..
RollingMessagePanel - Class in com.levigo.util.swing.infobar
The fancy message panel is used to present the user with messages which can be received from various sources: (Qualified) Logging Messaging ...
RollingMessagePanel() - Constructor for class com.levigo.util.swing.infobar.RollingMessagePanel
Creates a simple panel for showing received messages.
RollingMessagePanel(int) - Constructor for class com.levigo.util.swing.infobar.RollingMessagePanel
Creates a simple panel for showing received messages.
RollingMessagePanel.OrderBy - Enum in com.levigo.util.swing.infobar
 
RolloutBorder - Class in com.levigo.util.swing
A Border used for rollout components within an EffectPanel.
RolloutBorder(int, int, int, int, int, Color) - Constructor for class com.levigo.util.swing.RolloutBorder
 
RolloutBox - Class in com.levigo.util.swing.effect
A box designed to be used in conjunction with the EffectContainer to provide a fancy roll-in/-out effect.
RolloutBox(JComponent, EffectLayout.Edge) - Constructor for class com.levigo.util.swing.effect.RolloutBox
Create a RolloutBox containing the given payload component.
RolloutBox(EffectLayout.Edge) - Constructor for class com.levigo.util.swing.effect.RolloutBox
 
ROLLOVER_LISTENER - Static variable in class com.levigo.util.swing.NonUglyActionButton
 
rotate(double) - Method in class com.levigo.util.swing.TransformerPanel
 
ROTATE_180 - Static variable in class com.levigo.util.swing.IconManager
Rotate the icon by 180 degrees
ROTATE_270 - Static variable in class com.levigo.util.swing.IconManager
Rotate the icon by 270 degrees
ROTATE_90 - Static variable in class com.levigo.util.swing.IconManager
Rotate the icon by 90 degrees
RotatedIcon - Class in com.levigo.util.swing
Delegating icon implementation which allows to rotate the rendering of the nested icon.
RotatedIcon(Icon, RotatedIcon.Rotation) - Constructor for class com.levigo.util.swing.RotatedIcon
Create a RotatedIcon
RotatedIcon.Rotation - Enum in com.levigo.util.swing
 
RoundedBorder - Class in com.levigo.util.swing
 
RoundedBorder(int, Color) - Constructor for class com.levigo.util.swing.RoundedBorder
 
RoundedBorder(int, Color, boolean) - Constructor for class com.levigo.util.swing.RoundedBorder
 
RoundedBorder(int, Color, boolean, boolean) - Constructor for class com.levigo.util.swing.RoundedBorder
 
rowAtPoint(Point) - Method in class com.levigo.util.swing.table.JTableRowHeader
Returns the index of the row that point lies in, or -1 if it lies out of bounds.
run() - Method in class com.levigo.util.swing.SwingWorkerAdapter
Calls performWork on EDT.
runNow() - Method in class com.levigo.util.swing.SwingWorkerAdapter
Calls performWork on EDT, but stops the actual thread until task is performed..

S

saveGeometry() - Method in class com.levigo.util.swing.AbstractGeometryFrame
Save the frame geometry into the properties.
saveGeometry() - Method in class com.levigo.util.swing.AbstractPropertyGeometryFrame
Save the frame geometry into the properties preference store.
scale(double, double) - Method in class com.levigo.util.swing.TransformerPanel
 
scrollPathToVisible(TreePath) - Method in class com.levigo.util.swing.flextree.FlexibleTree
 
SearchEngineTextFieldMatcherEditor<E> - Class in com.levigo.util.swing.glazedlists
A MatcherEditor that matches Objects that contain the filter text located within a JTextField.
SearchEngineTextFieldMatcherEditor(JTextField, TextFilterator<? super E>) - Constructor for class com.levigo.util.swing.glazedlists.SearchEngineTextFieldMatcherEditor
Creates a TextMatcherEditor bound to the given textField with the given textFilterator.
SelectAllOnFocusGain - Class in com.levigo.util.swing.componentdecorator
A decorator to make a JTextComponent select all of its text upon gaining focus.
SELECTED_COLOR_PROPERTY - Static variable in class com.levigo.util.swing.colorpicker.ColorPicker
PropertyChangeEvents will be triggered for this property when the selected color changes.
SELECTED_MENU - Static variable in class com.levigo.util.swing.action.BasicMenuComponentFactory
type of the menu is radioButton - it used in the file of actions definition in the parameter menuState
SelectionHandlerFeature - Class in com.levigo.util.swing.flextree
A flextree feature used to provide node selection interactivity for nodes.
SEPARATOR - Static variable in class com.levigo.util.swing.action.BasicMenuComponentFactory
Separator [Format:{separator}]
setAccessibleIconDescription(String) - Method in class com.levigo.util.swing.IconManager.IconManagerIcon.AccessibleIconManagerIcon
Sets the description of the icon.
setAction(Action) - Method in class com.levigo.util.swing.DropDownToggleButton
 
setActive(boolean) - Method in class com.levigo.util.swing.action.Context
Sets the active.
setActive(boolean) - Static method in class com.levigo.util.swing.TGASwingUtil
Sets the active flag. if not active, invokeLater, invokeAndWait and isEventDispatchThread will be called on the regular SwingUtilities.
setAddon(String) - Static method in class com.levigo.util.swing.plaf.LookAndFeelAddons
 
setAddon(Class<? extends LookAndFeelAddons>) - Static method in class com.levigo.util.swing.plaf.LookAndFeelAddons
 
setAddon(LookAndFeelAddons) - Static method in class com.levigo.util.swing.plaf.LookAndFeelAddons
 
setAdjustGeometryEnabled(boolean) - Static method in class com.levigo.util.swing.AbstractPropertyGeometryFrame
Sets whether adjusting of frames geometry into current graphics environment is enabled
setAlpha(float) - Method in class com.levigo.util.swing.FadeablePane
Set the global transparency of this fadeable pane.
setAlphaImmediate(float) - Method in class com.levigo.util.swing.FadeablePane
Set the global transparency of this fadable pane without animation.
setAnchorSelectionIndex(int) - Method in class com.levigo.util.swing.glazedlists.EventSelectionModel
Set the anchor selection index.
setAnimated(boolean) - Method in class com.levigo.util.swing.CollapsiblePane
If true, enables the animation when pane is collapsed/expanded.
setAnimationFPS(int) - Method in class com.levigo.util.swing.CollapsiblePane
 
setAnimationFPS(int) - Method in class com.levigo.util.swing.FadeablePane
 
setAnimationSteps(int) - Method in class com.levigo.util.swing.CollapsiblePane
 
setAnimationSteps(int) - Method in class com.levigo.util.swing.FadeablePane
 
setAutoDisableFlags(int) - Method in class com.levigo.util.swing.IconManager
Sets the autoDisableFlags.
setAutoRolloverFlags(int) - Method in class com.levigo.util.swing.IconManager
Sets the autoRolloverFlags.
setBackground(Color) - Method in class com.levigo.util.swing.CollapsibleSection
 
setBackground(Color) - Method in class com.levigo.util.swing.FlipFlopCollapsiblePanel
 
setBeepOnStrictViolation(boolean) - Method in class com.levigo.util.swing.glazedlists.AutoCompleteSupport
Sets the policy for indicating strict-mode violations to the user by way of a beep sound.
setBodyText(String) - Method in class com.levigo.util.swing.messaging.Message
Sets the bodyText.
setBorder(Border) - Method in class com.levigo.util.swing.action.NonUglyActionJToggleButton
 
setBorder(Border) - Method in class com.levigo.util.swing.CollapsiblePane
 
setBorder(Border) - Method in class com.levigo.util.swing.FadeablePane
 
setBorder(Border) - Method in class com.levigo.util.swing.NonUglyActionButton
 
setBounds(int, int, int, int) - Method in class com.levigo.util.swing.CollapsiblePane
 
setBounds(int, int, int, int) - Method in class com.levigo.util.swing.CollapsibleSection
 
setBuffer(BufferedImage) - Method in class com.levigo.util.swing.FadeablePane
Sets the current cached image.
setCenterOnParent(boolean) - Method in class com.levigo.util.swing.messaging.dialog.DefaultDialogMessageListener
Sets a flag whether the displayed message dialog should be centered on the parent frame of messageEvents source or on the screen.
setCheckingEnabled(boolean) - Method in class com.levigo.util.swing.text.NumericDocument
Sets a flag indicating if range check is active
setCollapsed(boolean) - Method in class com.levigo.util.swing.CollapsiblePane
Expands or collapses this JCollapsiblePane.
setCollapsed(boolean) - Method in class com.levigo.util.swing.CollapsibleSection
Set expanded/collapsed.
setCollapsed(boolean) - Method in class com.levigo.util.swing.FlipFlopCollapsiblePanel
Set expanded/collapsed.
setCollapsedTitle(String) - Method in class com.levigo.util.swing.CollapsibleSection
Set the collapsed title.
setCollapsedTitle(String) - Method in class com.levigo.util.swing.FlipFlopCollapsiblePanel
Set the collapsed title.
setColor(Color) - Method in class com.levigo.util.swing.colorpicker.ColorPicker
Sets the current color of this ColorPicker.
setColumnComparator(Class, Comparator) - Method in class com.levigo.util.swing.table.SunTableSorter
 
setColumnMargin(int) - Method in class com.levigo.util.swing.glazedlists.EventTableColumnModel
 
setColumnSelectionAllowed(boolean) - Method in class com.levigo.util.swing.glazedlists.EventTableColumnModel
 
setColumnSizeToMaxCellWidth(JTable, int) - Static method in class com.levigo.util.swing.table.JTableFormatter
Sets the column size of the specified column of the specified JTable to be as wide as the widest content of any of the cells in this column, or at least as wide as the heading of this column.
setContentPane(Container) - Method in class com.levigo.util.swing.CollapsiblePane
Sets the content pane of this JCollapsiblePane.
setContentPane(Container) - Method in class com.levigo.util.swing.effect.RolloutBox
 
setContentPane(JComponent) - Method in class com.levigo.util.swing.FadeablePane
Sets the content pane of this JCollapsiblePane.
setContext(Context) - Method in class com.levigo.util.swing.action.CommandAction
 
setContext(Context) - Method in interface com.levigo.util.swing.action.ContextualAction
 
setControlLabels(String[]) - Method in class com.levigo.util.swing.messaging.Message
Sets the controlLabels.
setCorrectsCase(boolean) - Method in class com.levigo.util.swing.glazedlists.AutoCompleteSupport
If correctCase is true, user specified strings will be converted to the case of the element they match.
setDefaultEffects(int) - Method in class com.levigo.util.swing.IconManager
Sets the default effects.
setDefaultRenderer(TableCellRenderer) - Method in class com.levigo.util.swing.table.JTableRowHeader
Sets the default renderer to be used when no headerRenderer is defined by a TabelColumn.
setDefaultThreadGroup(ThreadGroup) - Static method in class com.levigo.util.swing.TGASwingUtil
Sets the default ThreadGroup.
setDetailsText(String) - Method in class com.levigo.util.swing.messaging.Message
Sets more detailed information belonging to the message
setDragThreshold(int) - Method in class com.levigo.util.swing.dnd.BasicDragGestureRecognizer
 
setEnabled(boolean) - Method in class com.levigo.util.swing.action.CommandAction
Enables or disables the action.
setEnabled(boolean) - Method in class com.levigo.util.swing.action.DelegateAction
 
setEnabled(boolean) - Method in class com.levigo.util.swing.action.VisibilityEnabledJCheckboxMenuItem
 
setEnabled(boolean) - Method in class com.levigo.util.swing.action.VisibilityEnabledJMenuItem
 
setEnabled(boolean) - Method in class com.levigo.util.swing.action.VisibilityEnabledJRadioMenuItem
 
setEnabled(boolean) - Method in class com.levigo.util.swing.ArrowIcon
 
setEnabled(boolean) - Method in class com.levigo.util.swing.DropDownToggleButton
 
setEnabled(boolean) - Method in class com.levigo.util.swing.effect.FadeBox
 
setEnabled(boolean) - Method in class com.levigo.util.swing.effect.RolloutBox
 
setEnabled(boolean) - Method in class com.levigo.util.swing.glazedlists.EventSelectionModel
Set the EventSelectionModel as editable or not.
setEnabled(boolean) - Method in class com.levigo.util.swing.PopupButton
 
setEnabled(boolean) - Method in class com.levigo.util.swing.SplitButton
 
setException(Throwable) - Method in class com.levigo.util.swing.messaging.Message
Sets the exception held by this message.
setExpandedTitle(String) - Method in class com.levigo.util.swing.CollapsibleSection
Set the expanded title.
setExpandedTitle(String) - Method in class com.levigo.util.swing.FlipFlopCollapsiblePanel
Set the expanded title.
setExpertControlsVisible(boolean) - Method in class com.levigo.util.swing.colorpicker.ColorPicker
The labels/spinners/buttons on the right side of a ColorPicker are optional.
setFactoryName(String) - Method in class com.levigo.util.swing.action.BasicActionFactory
Changes the name of this factory.
setFactoryName(String) - Method in class com.levigo.util.swing.action.BasicCommandFactory
Changes the name of this factory.
setFactoryName(String) - Method in class com.levigo.util.swing.action.BasicMenuComponentFactory
Changes the name of this factory.
setFallbackIcon(Icon) - Method in class com.levigo.util.swing.DropDownToggleButton
Sets the buttons fallback icon.
setFallbackToolTipText(String) - Method in class com.levigo.util.swing.DropDownToggleButton
Sets the buttons fallback tooltip text.
setFilterMode(int) - Method in class com.levigo.util.swing.glazedlists.AutoCompleteSupport
Sets the manner in which the contents of the ComboBoxModel are filtered.
setFirstItem(E) - Method in class com.levigo.util.swing.glazedlists.AutoCompleteSupport
This method set a single optional value to be used as the first element in the ComboBoxModel.
setGroup(String) - Method in class com.levigo.util.swing.menu.ActionFactoryMenuContributor
Specifies to which group the actions shall be contributed.
setHexControlsVisible(boolean) - Method in class com.levigo.util.swing.colorpicker.ColorPicker
This controls whether the hex field (and label) are visible or not.
setHidesPopupOnFocusLost(boolean) - Method in class com.levigo.util.swing.glazedlists.AutoCompleteSupport
If hidesPopupOnFocusLost is true, then the popup menu of the combo box is always hidden whenever the combo box editor loses focus.
setHistoryDepth(int) - Method in class com.levigo.util.swing.infobar.RollingMessagePanel
Sets the maximum number of messages the BasicMessagePanel displays.
setHSB(float, float, float) - Method in class com.levigo.util.swing.colorpicker.ColorPalette
Sets the selected color of this panel.
setHSB(float, float, float) - Method in class com.levigo.util.swing.colorpicker.ColorPicker
Sets the current color of this ColorPicker
setHSBControlsVisible(boolean) - Method in class com.levigo.util.swing.colorpicker.ColorPicker
This shows or hides the HSB spinner controls.
setIcon(Icon) - Method in class com.levigo.util.swing.action.PopupMenuButton
 
setIconPath(String) - Static method in class com.levigo.util.swing.glazedlists.TableComparatorChooser
Set all TableComparatorChoosers to use the icons from the directory specified.
setID(String) - Method in class com.levigo.util.swing.infobar.SimpleMessage
 
setIdentifier(String) - Method in class com.levigo.util.swing.messaging.Message
Sets the messageIdentifier.
setIgnoreEmptyActions(boolean) - Static method in class com.levigo.util.swing.action.DefaultMenuComponentFactory
Whether to ignore actions with no commands configured.
setInput(Object) - Method in class com.levigo.util.swing.flextree.FlexibleTree
 
setInset(int) - Method in class com.levigo.util.swing.LevigoSeparators.AbstractLineSeparator
Sets the left and right (respectively top and bottom) insets of the separator.
setKey(String) - Method in class com.levigo.util.swing.action.injection.InjectedCommand
 
setLastTriggerEvent(AWTEvent) - Static method in class com.levigo.util.swing.action.CommandAction
Due to technical reasons this method is temporary part of this class.
setLayout(LayoutManager) - Method in class com.levigo.util.swing.CollapsibleSection
Overriden to redirect call to the content pane.
setLayout(LayoutManager) - Method in class com.levigo.util.swing.effect.EffectContainer
 
setLayout(LayoutManager) - Method in class com.levigo.util.swing.FlipFlopCollapsiblePanel
Overriden to redirect call to the content pane.
setLayout(LayoutManager) - Method in class com.levigo.util.swing.TransformerPanel
 
setLeadSelectionIndex(int) - Method in class com.levigo.util.swing.glazedlists.EventSelectionModel
Set the lead selection index.
setLevel(Level) - Method in class com.levigo.util.swing.infobar.SimpleMessage
 
setLinkEnabled(boolean) - Method in class com.levigo.util.swing.Hyperlink
 
setLive(boolean) - Method in class com.levigo.util.swing.glazedlists.TextComponentMatcherEditor
Toggle between filtering by the keystroke and not.
setLookupProperty(String, String) - Method in class com.levigo.util.swing.action.BasicActionFactory
Allows an application to overwrite or set lookup properties programmatically.
setLookupProperty(String, String) - Method in class com.levigo.util.swing.action.BasicCommandFactory
Allows an application to overwrite or set lookup properties programmatically.
setLookupProperty(String, String) - Method in class com.levigo.util.swing.action.BasicMenuComponentFactory
Allows an application to overwrite or set lookup properties programmatically.
setLookupProperty(String, String) - Method in class com.levigo.util.swing.action.DefaultActionFactory
Allows an application to overwrite or set lookup properties programmatically.
setLookupProperty(String, String) - Method in class com.levigo.util.swing.action.DefaultCommandFactory
Allows an application to overwrite or set lookup properties programmatically.
setLookupProperty(String, String) - Method in class com.levigo.util.swing.action.DefaultMenuComponentFactory
Allows an application to overwrite or set lookup properties programmatically.
setMargin(Insets) - Method in class com.levigo.util.swing.PopupButton
 
setMaxAnimationStepSize(int) - Method in class com.levigo.util.swing.CollapsiblePane
 
setMessage(String) - Method in class com.levigo.util.swing.infobar.SimpleMessage
 
setMode(ColorPicker.Mode) - Method in class com.levigo.util.swing.colorpicker.ColorPalette
Set the mode of this panel.
setMode(ColorPicker.Mode) - Method in class com.levigo.util.swing.colorpicker.ColorPicker
Sets the mode of this ColorPicker.
setModeControlsVisible(boolean) - Method in class com.levigo.util.swing.colorpicker.ColorPicker
This controls whether the radio buttons that adjust the mode are visible.
setModel(SortableTableModel) - Method in class com.levigo.util.swing.table.SortableJTable
 
setName(String) - Method in class com.levigo.util.swing.IconManager.IconManagerIcon
Sets the name of the icon.
setNonFocusedText(String) - Method in class com.levigo.util.swing.componentdecorator.NonFocusedInfo
Set the text shown while the component is not focused.
setNumberOfColumns(int) - Method in class com.levigo.util.swing.text.NColumnsDigitDocument
Sets the numberOfColumns.
setNumberOfColumns(int) - Method in class com.levigo.util.swing.text.NColumnsTextDocument
Sets the numberOfColumns.
setOpacity(int) - Method in class com.levigo.util.swing.colorpicker.ColorPicker
Sets the currently selected opacity.
setOpacityVisible(boolean) - Method in class com.levigo.util.swing.colorpicker.ColorPicker
This shows or hides the alpha controls.
setOpaque(boolean) - Method in class com.levigo.util.swing.CollapsibleSection
 
setOpaque(boolean) - Method in class com.levigo.util.swing.FlipFlopCollapsiblePanel
 
setOrientation(int) - Method in class com.levigo.util.swing.CollapsiblePane
Deprecated. Please use CollapsiblePane.setStyle(Style) instead.
setOrientation(int) - Method in class com.levigo.util.swing.LevigoSeparators.AbstractLineSeparator
Sets the orientation of the separator (HORIZONTAL or VERTICAL).
setPopupIconGap(int) - Method in class com.levigo.util.swing.PopupButton
 
setPopUpMenu(JPopupMenu) - Method in class com.levigo.util.swing.action.PopupJToggleButton
Adds a popup menu that will be displayed when the user triggers the popup on this button.
setPopupMenu(JPopupMenu) - Method in class com.levigo.util.swing.PopupButton
 
setPopupMenu(JPopupMenu) - Method in class com.levigo.util.swing.SplitButton
 
setPreferenceStore(PreferenceStore) - Static method in class com.levigo.util.swing.AbstractGeometryFrame
Sets the preferenceStore.
setPreferenceStore(PreferenceStore) - Static method in class com.levigo.util.swing.messaging.MessageManager
Specify the PreferenceStorewhere the suppressed messages per user are stored.
setPreferredLocale(Locale) - Static method in class com.levigo.util.swing.action.ResourceLocator
Changes locale which is used to find preferable locale specific resources.
setPressedColumn(int) - Method in class com.levigo.util.swing.table.SortButtonRenderer
Method setPressedColumn.
setPreviewSwatchVisible(boolean) - Method in class com.levigo.util.swing.colorpicker.ColorPicker
This controls whether the preview swatch visible or not.
setPrintStream(PrintStream) - Method in class com.levigo.util.swing.messaging.printstreams.MessagePrintStream
Sets the PrintStream in which message are printed
setRangeSet(Vector) - Method in class com.levigo.util.swing.text.NColumsRangeSetDocument
Sets the rangeSet.
setRecentlyFocusedFrame(AbstractGeometryFrame) - Static method in class com.levigo.util.swing.AbstractGeometryFrame
Sets the most recently activated and focused AbstractGeometryFrame instance.
setRenderingHints(Map<?, ?>) - Method in class com.levigo.util.swing.TransformerPanel
 
setResizable(boolean) - Method in class com.levigo.util.swing.messaging.dialog.DefaultDialogMessageListener
Sets a flag whether the displayed message dialog can be resized by the user.
setResizingAllowed(boolean) - Method in class com.levigo.util.swing.table.JTableRowHeader
Sets whether the user can resize rows by dragging between headers.
setRestoreGeometryEnabled(boolean) - Static method in class com.levigo.util.swing.AbstractPropertyGeometryFrame
Sets whether re-/storing of frames geometry is enabled.
setRGB(int, int, int) - Method in class com.levigo.util.swing.colorpicker.ColorPalette
Sets the selected color of this panel.
setRGB(int, int, int) - Method in class com.levigo.util.swing.colorpicker.ColorPicker
Sets the current color of this ColorPicker
setRGBControlsVisible(boolean) - Method in class com.levigo.util.swing.colorpicker.ColorPicker
This shows or hides the RGB spinner controls.
setRolloverEnabled(boolean) - Method in class com.levigo.util.swing.action.NonUglyActionJToggleButton
 
setRolloverEnabled(boolean) - Method in class com.levigo.util.swing.NonUglyActionButton
 
setRootVisible(boolean) - Method in class com.levigo.util.swing.flextree.FlexibleTree
 
setSelected(boolean) - Method in class com.levigo.util.swing.action.CommandAction
Sets the selected state of this action by setting given value with the Action.SELECTED_KEY.
setSelected(AbstractButton, boolean) - Method in class com.levigo.util.swing.JButtonGroup
Sets the selected button in the group Only one button in the group can be selected
setSelected(ButtonModel, boolean) - Method in class com.levigo.util.swing.JButtonGroup
Sets the selected button model in the group
setSelectedItem(Object) - Method in class com.levigo.util.swing.glazedlists.EventComboBoxModel
Sets the currently selected item.
setSelectionInterval(int, int) - Method in class com.levigo.util.swing.glazedlists.EventSelectionModel
Change the selection to be between index0 and index1 inclusive.
setSelectionMode(int) - Method in class com.levigo.util.swing.glazedlists.EventSelectionModel
Set the selection mode.
setSelectionModel(ListSelectionModel) - Method in class com.levigo.util.swing.glazedlists.EventTableColumnModel
 
setSelectionPath(TreePath) - Method in class com.levigo.util.swing.flextree.FlexibleTree
 
setSelectsTextOnFocusGain(boolean) - Method in class com.levigo.util.swing.glazedlists.AutoCompleteSupport
If selectsTextOnFocusGain is true, all text in the editor is selected when the combo box editor gains focus.
setSeverity(String) - Method in class com.levigo.util.swing.messaging.Message
 
setShowRootHandles(boolean) - Method in class com.levigo.util.swing.flextree.FlexibleTree
 
setSnapIn(String, JComponent) - Method in class com.levigo.util.swing.BarSnapInScrollPane
 
setSortIcon(Icon) - Method in interface com.levigo.util.swing.glazedlists.SortableRenderer
Sets the icon to display in order to indicate sorting direction or null if no sorting is taking place.
setSortingStatus(int, int) - Method in class com.levigo.util.swing.table.SunTableSorter
 
setStrict(boolean) - Method in class com.levigo.util.swing.glazedlists.AutoCompleteSupport
If strict is false, the user can specify values not appearing within the ComboBoxModel.
setStyle(CollapsiblePane.Style) - Method in class com.levigo.util.swing.CollapsiblePane
 
setSyncPaletteToSatBri(boolean) - Method in class com.levigo.util.swing.colorpicker.ColorPalette
Set whether the palette should follow the saturation or brightness setting in the modes ColorPicker.Mode.Saturation and ColorPicker.Mode.Brightness.
setTable(JTable) - Method in class com.levigo.util.swing.table.JTableRowHeader
Sets the table associated with this header.
setTableFormat(TableFormat<E>) - Method in class com.levigo.util.swing.glazedlists.EventTableModel
Sets the TableFormat that will extract column data from each element.
setTableHeader(JTableHeader) - Method in class com.levigo.util.swing.table.SortableJTable
 
setTableHeader(JTableHeader) - Method in class com.levigo.util.swing.table.SunTableSorter
 
setTableModel(TableModel) - Method in class com.levigo.util.swing.table.SunTableSorter
 
setTargetSubmenu(String) - Method in class com.levigo.util.swing.menu.AbstractSubmenuContributor
Specifies the submenu into which shall be used as the base.
setTargetSubmenu(String, String, Action) - Method in class com.levigo.util.swing.menu.AbstractSubmenuContributor
Specifies the submenu into which shall be used as the base.
setTextMatchingStrategy(Object) - Method in class com.levigo.util.swing.glazedlists.AutoCompleteSupport
Sets the manner in which the contents of the ComboBoxModel are filtered and autocompletion terms are matched.
setThreshold(Level) - Method in class com.levigo.util.swing.infobar.QualifiedLoggingBridge
 
setThrowable(Throwable) - Method in class com.levigo.util.swing.infobar.SimpleMessage
 
setTitleText(String) - Method in class com.levigo.util.swing.messaging.Message
Sets the title of the message.
setTrackingLookAndFeelChanges(boolean) - Static method in class com.levigo.util.swing.plaf.LookAndFeelAddons
If true, everytime the Swing look and feel is changed, the addon which best matches the current look and feel will be automatically selected.
setTransform(AffineTransform) - Method in class com.levigo.util.swing.TransformerPanel
 
setType(String) - Method in class com.levigo.util.swing.messaging.Message
 
setUI(TableHeaderUI) - Method in class com.levigo.util.swing.table.JTableRowHeader
Sets the look and feel (L&F) object that renders this component.
setUnderlineActive(boolean) - Method in class com.levigo.util.swing.Hyperlink
 
setValidateGraphicsConfigurationEnabled(boolean) - Method in class com.levigo.util.swing.action.ActionJButton
 
setValidateGraphicsConfigurationEnabled(boolean) - Method in class com.levigo.util.swing.action.ActionJCheckboxMenuItem
 
setValidateGraphicsConfigurationEnabled(boolean) - Method in class com.levigo.util.swing.action.ActionJRadioMenuItem
 
setValidateGraphicsConfigurationEnabled(boolean) - Method in interface com.levigo.util.swing.action.GraphicsConfigurationValidateable
Changes the current state of this behavior.
setValidateGraphicsConfigurationEnabled(boolean) - Method in class com.levigo.util.swing.action.IconJMenuItem
 
setValidateGraphicsConfigurationEnabled(boolean) - Method in class com.levigo.util.swing.action.NonUglyActionJToggleButton
 
setValueAt(Object, int, int) - Method in class com.levigo.util.swing.glazedlists.EventTableModel
Attempts to update the object for the given row with the editedValue.
setValueAt(Object, int, int) - Method in class com.levigo.util.swing.table.EntryTableModel
 
setValueAt(Object, int, int) - Method in class com.levigo.util.swing.table.SunTableSorter
 
setValueIsAdjusting(boolean) - Method in class com.levigo.util.swing.glazedlists.EventSelectionModel
This property is true if upcoming changes to the value of the model should be considered a single event.
setView(Component) - Method in class com.levigo.util.swing.TransformerPanel
 
setWindowIcon(Image) - Static method in class com.levigo.util.swing.AbstractGeometryFrame
Sets a window icon for all frames using this class as superclass.
shear(double, double) - Method in class com.levigo.util.swing.TransformerPanel
 
shiftFocus(int, int, Component) - Static method in class com.levigo.util.swing.colorpicker.FocusArrowListener
Shifts the focus in a certain direction.
show() - Method in class com.levigo.util.swing.AbstractGeometryFrame
Deprecated.  
show() - Method in class com.levigo.util.swing.AbstractPropertyGeometryFrame
Deprecated.  
showIcon - Variable in class com.levigo.util.swing.action.IconJMenuItem
flag, indicating whether an icon contained the given action should be displayed or not
showMessageDetails(MessageConsumer.Message, int, int) - Method in class com.levigo.util.swing.infobar.RollingMessagePanel
 
showPopup(MenuComponentFactory, Context, String, ActionEvent) - Static method in class com.levigo.util.swing.action.PopupMenuButton
 
SILVER_VISUAL_STYLE - Static variable in class com.levigo.util.swing.plaf.WindowsLookAndFeelAddons
 
SimpleMessage - Class in com.levigo.util.swing.infobar
A simple implementation of MessageConsumer.Message which is used in situations where the message shall be generated directly.
SimpleMessage(String, Level) - Constructor for class com.levigo.util.swing.infobar.SimpleMessage
 
size() - Method in class com.levigo.util.swing.action.Context
Returns the number of elements in this collection.
SlickBevelBorder - Class in com.levigo.util.swing
A 1-line bevel border.
SlickBevelBorder(int) - Constructor for class com.levigo.util.swing.SlickBevelBorder
Constructor for SlickBevelBorder.
SlickBevelBorder(int, Color, Color) - Constructor for class com.levigo.util.swing.SlickBevelBorder
Constructor for SlickBevelBorder.
SlickBevelBorder(int, Color, Color, Color, Color) - Constructor for class com.levigo.util.swing.SlickBevelBorder
Constructor for SlickBevelBorder.
SortableJTable - Class in com.levigo.util.swing.table
A base implementation for sortable JTables.
SortableJTable() - Constructor for class com.levigo.util.swing.table.SortableJTable
 
SortableJTable(SortableTableModel) - Constructor for class com.levigo.util.swing.table.SortableJTable
 
SortableJTable(SortableTableModel, TableColumnModel) - Constructor for class com.levigo.util.swing.table.SortableJTable
 
SortableJTable(SortableTableModel, TableColumnModel, ListSelectionModel) - Constructor for class com.levigo.util.swing.table.SortableJTable
 
SortableRenderer - Interface in com.levigo.util.swing.glazedlists
This interface is intended to be implemented by custom TableCellRenderers installed on the JTableHeader of a sortable JTable.
SortableTableModel - Interface in com.levigo.util.swing.table
 
SortButtonRenderer - Class in com.levigo.util.swing.table
Button that's used in a table header to indicate sorting order and priority.
SortButtonRenderer() - Constructor for class com.levigo.util.swing.table.SortButtonRenderer
Constructor for creating the buttons UP, DOWN
source - Variable in class com.levigo.util.swing.glazedlists.EventTableModel
the source of data for this TableModel, which may or may not be EventTableModel.swingThreadSource
SplitButton - Class in com.levigo.util.swing
A halfway decent implementation of a split button.
SplitButton() - Constructor for class com.levigo.util.swing.SplitButton
 
SplitButton(Action) - Constructor for class com.levigo.util.swing.SplitButton
 
SplitButton(Icon) - Constructor for class com.levigo.util.swing.SplitButton
 
SplitButton(String, Icon) - Constructor for class com.levigo.util.swing.SplitButton
 
SplitButton(String) - Constructor for class com.levigo.util.swing.SplitButton
 
STANDARD_INPUT_STRING - Static variable in class com.levigo.util.swing.messaging.MessageResult
This key can be used to identify single input Strings returned by the user in messages of type Message.INPUT (e.g. as entered in a text field by the user).
start() - Method in class com.levigo.util.swing.SwingWorker
Start the worker thread.
started(Object) - Method in class com.levigo.util.swing.PendingOperations
Notify this instance that given operation should be registered as pending.
STARTSUB - Static variable in class com.levigo.util.swing.action.BasicMenuComponentFactory
Start submenu [Format:{StartSubmenu=NameofSubmenu}]
StatusBarMessageListener - Class in com.levigo.util.swing.messaging.dialog
A listener to be used with MessageManager that's represented by a JTextField.
StatusBarMessageListener(JTextField) - Constructor for class com.levigo.util.swing.messaging.dialog.StatusBarMessageListener
Constructor
strings - Static variable in class com.levigo.util.swing.colorpicker.ColorPicker
The localized strings used in this (and related) panel(s).
SUBMENU_ACTION - Static variable in class com.levigo.util.swing.action.BasicMenuComponentFactory
Parameter of the action in the property file to which a submenu should be attached to
SUBMENUVARIABLE - Static variable in class com.levigo.util.swing.action.BasicMenuComponentFactory
Submenu [Format:{$submenu keyOfName}]
subtreeRefreshRequired() - Method in interface com.levigo.util.swing.flextree.DynamicTreeModule.ChangeListener
Receive notification that the domain object or data that the target node represents changed in some way that makes it necessary to update the the derived properties of all nodes within the sub-tree starting at the target node.
subtreeRefreshRequired(Collection<? extends Object>) - Method in interface com.levigo.util.swing.flextree.DynamicTreeModule.ChangeListener
Receive notification that a collection of domain objects or data that the target node represents changed in some way that makes it necessary to update the the derived properties of all nodes within the sub-tree starting at the target node.
SunTableSorter - Class in com.levigo.util.swing.table
TableSorter is a decorator for TableModels; adding sorting functionality to a supplied TableModel.
SunTableSorter() - Constructor for class com.levigo.util.swing.table.SunTableSorter
 
SunTableSorter(TableModel) - Constructor for class com.levigo.util.swing.table.SunTableSorter
 
SunTableSorter(TableModel, JTableHeader) - Constructor for class com.levigo.util.swing.table.SunTableSorter
 
suppressMessage(String) - Static method in class com.levigo.util.swing.messaging.MessageManager
Deregisters a message.
swapRows(int, int) - Method in interface com.levigo.util.swing.table.SortableTableModel
 
SwingMenus - Class in com.levigo.util.swing.menu
 
SwingMenus() - Constructor for class com.levigo.util.swing.menu.SwingMenus
 
swingThreadProxyList(EventList<E>) - Static method in class com.levigo.util.swing.glazedlists.GlazedListsSwing
Wraps the source in an EventList that fires all of its update events from the Swing event dispatch thread.
swingThreadSource - Variable in class com.levigo.util.swing.glazedlists.EventTableColumnModel
the proxy moves events to the Swing Event Dispatch thread
swingThreadSource - Variable in class com.levigo.util.swing.glazedlists.EventTableModel
the proxy moves events to the Swing Event Dispatch thread
SwingWorker - Class in com.levigo.util.swing
This is the 3rd version of SwingWorker (also known as SwingWorker 3), an abstract class that you subclass to perform GUI-related work in a dedicated thread.
SwingWorker() - Constructor for class com.levigo.util.swing.SwingWorker
 
SwingWorker(String) - Constructor for class com.levigo.util.swing.SwingWorker
Start a thread that will call the construct method and then exit.
SwingWorker(ThreadGroup) - Constructor for class com.levigo.util.swing.SwingWorker
 
SwingWorkerAdapter - Class in com.levigo.util.swing
Abstract class to redirect a task to event dispatch queue.
SwingWorkerAdapter() - Constructor for class com.levigo.util.swing.SwingWorkerAdapter
SwingWorkerAdapter

T

table - Variable in class com.levigo.util.swing.table.JTableRowHeader
The table for which this object is the header; the default is null.
TableComparatorChooser<E> - Class in com.levigo.util.swing.glazedlists
A TableComparatorChooser is a tool that allows the user to sort a ListTable by clicking on the table's headers.
TableComparatorChooser(JTable, SortedList<E>, boolean) - Constructor for class com.levigo.util.swing.glazedlists.TableComparatorChooser
Deprecated. replaced with TableComparatorChooser.install(javax.swing.JTable, com.levigo.util.base.glazedlists.SortedList, java.lang.Object), which is functionally identical but uses a more fitting name to convey the action that is performed and fixes an API flaw by explicitly requiring the TableFormat.
TableComparatorChooser(JTable, SortedList<E>, Object) - Constructor for class com.levigo.util.swing.glazedlists.TableComparatorChooser
Deprecated. 9/25/06 replaced with TableComparatorChooser.install(javax.swing.JTable, com.levigo.util.base.glazedlists.SortedList, java.lang.Object), which is functionally identical but uses a more fitting name to convey the action that is performed and fixes an API flaw by explicitly requiring the TableFormat.
TableComparatorChooser(JTable, SortedList<E>, Object, TableFormat<? super E>) - Constructor for class com.levigo.util.swing.glazedlists.TableComparatorChooser
Creates and installs a TableComparatorChooser.
tableModel - Variable in class com.levigo.util.swing.table.SunTableSorter
 
TableRowHeaderUI - Class in com.levigo.util.swing.table
BasicTableHeaderUI implementation
TableRowHeaderUI() - Constructor for class com.levigo.util.swing.table.TableRowHeaderUI
 
TableRowHeaderUI.MouseInputHandler - Class in com.levigo.util.swing.table
This inner class is marked "public" due to a compiler bug.
TableRowHeaderUI.MouseInputHandler() - Constructor for class com.levigo.util.swing.table.TableRowHeaderUI.MouseInputHandler
 
TableSorter - Class in com.levigo.util.swing.table
Allows to sort tables.
TableSorter(SortableTableModel) - Constructor for class com.levigo.util.swing.table.TableSorter
Instantiate a TableSorter with a given table model.
TEXT - Static variable in class com.levigo.util.swing.action.BasicMenuComponentFactory
Parameter of the submenu text in the property file
TextComponentMatcherEditor<E> - Class in com.levigo.util.swing.glazedlists
A MatcherEditor that matches Objects that contain the filter text located within a Document.
TextComponentMatcherEditor(JTextComponent, TextFilterator<E>) - Constructor for class com.levigo.util.swing.glazedlists.TextComponentMatcherEditor
Creates a TextMatcherEditor bound to the Document backing the given textComponent with the given textFilterator.
TextComponentMatcherEditor(JTextComponent, TextFilterator<? super E>, boolean) - Constructor for class com.levigo.util.swing.glazedlists.TextComponentMatcherEditor
Creates a TextMatcherEditor bound to the Document backing the given textComponent with the given textFilterator.
TextComponentMatcherEditor(Document, TextFilterator<? super E>) - Constructor for class com.levigo.util.swing.glazedlists.TextComponentMatcherEditor
Creates a TextMatcherEditor bound to the given document with the given textFilterator.
TGASwingUtil - Class in com.levigo.util.swing
A ThreadGroupAware replacement for SwingUtilities.invokeLater(), SwingUtilities.invokeAndWait() and SwingUtilities.isEventDispatchThread() considering the correct EventQueue to use in environments where more than one EventQueue may occur, such as in Applets and WebStart.
TGASwingUtil() - Constructor for class com.levigo.util.swing.TGASwingUtil
 
toExternal(TreePath) - Method in class com.levigo.util.swing.flextree.FlexibleTree
Converts a given input TreePath to a raw path (that means: removes all FlexibleTreeNodes and uses the raw backing objects).
toExternal(TreePath[]) - Method in class com.levigo.util.swing.flextree.FlexibleTree
 
TOGGLE_ACTION - Static variable in class com.levigo.util.swing.CollapsiblePane
JCollapsible has a built-in toggle action which can be bound to buttons.
toInternal(TreePath) - Method in class com.levigo.util.swing.flextree.FlexibleTree
Converts a given input TreePath from a raw path (that means: replaces backing objects with FlexTreeNodes containing them).
toInternal(TreePath[]) - Method in class com.levigo.util.swing.flextree.FlexibleTree
 
TOOLBAR_ACTIONS - Static variable in interface com.levigo.util.swing.action.MenuComponentFactory
Parameter of toolbar actions in the property file
TOOLBAR_APPLICATION - Static variable in class com.levigo.util.swing.action.NonUglyActionJToggleButton
 
TOOLBAR_APPLICATION - Static variable in class com.levigo.util.swing.NonUglyActionButton
 
TOOLBAR_MAINOFFICE - Static variable in class com.levigo.util.swing.action.NonUglyActionJToggleButton
 
TOOLBAR_MAINOFFICE - Static variable in class com.levigo.util.swing.NonUglyActionButton
 
toString() - Method in class com.levigo.util.swing.action.CommandAction
 
toString() - Method in class com.levigo.util.swing.action.Context
 
toString() - Method in class com.levigo.util.swing.messaging.Message
 
toString() - Method in class com.levigo.util.swing.messaging.MessageEvent
 
toString() - Method in class com.levigo.util.swing.messaging.MessageResult
 
trackImageIsTransparent() - Method in class com.levigo.util.swing.colorpicker.ColorPickerAlphaSliderUI
 
trackImageIsTransparent() - Method in class com.levigo.util.swing.colorpicker.ColorPickerSliderUI
 
TransformerPanel - Class in com.levigo.util.swing
Container which can transform its children, for example:
JButton button = new JButton("Hello"); JXTransformer t = new JXTransformer(button); t.rotate(Math.PI / 2); Note: This component was designed to transform simple components like JButton, JLabel etc.
TransformerPanel() - Constructor for class com.levigo.util.swing.TransformerPanel
 
TransformerPanel(JComponent) - Constructor for class com.levigo.util.swing.TransformerPanel
 
TransformerPanel(JComponent, AffineTransform) - Constructor for class com.levigo.util.swing.TransformerPanel
 
TreeAccessibleNameProvider - Interface in com.levigo.util.swing.flextree
 
TreeContentProvider - Interface in com.levigo.util.swing.flextree
 
TreeContextMenuContributor - Interface in com.levigo.util.swing.flextree
implementors can contribute menu entries to be shown in context menus in a FlexibleTree.
TreeContributionContext - Interface in com.levigo.util.swing.flextree
An extended ContributionContext supplied to TreeContextMenuContributors.
TreeIconProvider - Interface in com.levigo.util.swing.flextree
 
TreeLabelProvider - Interface in com.levigo.util.swing.flextree
 
TreeModule - Interface in com.levigo.util.swing.flextree
TreeModules implement features required to visualize some kind of information in tree form.
treeNodeToContextObject(Object) - Method in class com.levigo.util.swing.action.TreeSelectionContextUpdater
This method may be overridden to perform implementation-specific "unpacking" of the node objects.
Trees - Class in com.levigo.util.swing.trees
Helper methods to be used with Swing Trees
Trees() - Constructor for class com.levigo.util.swing.trees.Trees
 
TreeSelectionContextUpdater - Class in com.levigo.util.swing.action
A TreeSelectionListenerwhich updates the given context whenever the tree selection changes.
TreeSelectionContextUpdater(Context) - Constructor for class com.levigo.util.swing.action.TreeSelectionContextUpdater
 
TreeSelectionHandler - Interface in com.levigo.util.swing.flextree
A fragment interface to be implemented by tree modules wishing to react on path selection and deselection.
TreeTipProvider - Interface in com.levigo.util.swing.flextree
A TreeModule fragment interface for modules which want to provide a tool-tip for certain nodes.
TYPE_CONTEXT_MENU - Static variable in interface com.levigo.util.swing.menu.ContributionContext
The predefined menu-type for a context popup-menu
TYPE_CONTEXT_TOOLBAR - Static variable in interface com.levigo.util.swing.menu.ContributionContext
The predefined menu-type for a context toolbar (like jadice's hover toolbars)
TYPE_MAIN_MENU - Static variable in interface com.levigo.util.swing.menu.ContributionContext
The predefined menu-type for an application's main (drop-down) menu
TYPE_TOOLBAR - Static variable in interface com.levigo.util.swing.menu.ContributionContext
The predefined menu-type for an application's main toolbar

U

uncontribute(ComponentAddon) - Static method in class com.levigo.util.swing.plaf.LookAndFeelAddons
Removes the contribution of the given addon
undecorate() - Method in class com.levigo.util.swing.componentdecorator.NonFocusedInfo
Undecorate the previously decorated component.
undecorate() - Method in class com.levigo.util.swing.componentdecorator.SelectAllOnFocusGain
Undecorate the component.
UndoSupport<E> - Class in com.levigo.util.swing.glazedlists
This class adapts the generic UndoRedoSupport provided by Glazed Lists for specific use with Swing's native UndoManager.
uninitialize(LookAndFeelAddons) - Method in class com.levigo.util.swing.plaf.AbstractComponentAddon
 
uninitialize(LookAndFeelAddons) - Method in interface com.levigo.util.swing.plaf.ComponentAddon
Uninitializes this addon.
uninitialize() - Method in class com.levigo.util.swing.plaf.LookAndFeelAddons
 
uninstall() - Method in class com.levigo.util.swing.ActionOnDoubleClick
Remove the double-click-to-action wiring.
uninstall() - Method in class com.levigo.util.swing.flextree.PopupMenuFeature
Uninstall the feature from the flextree.
uninstall() - Method in class com.levigo.util.swing.flextree.SelectionHandlerFeature
Uninstall the feature from the flextree.
uninstall() - Method in class com.levigo.util.swing.glazedlists.AutoCompleteSupport
This method removes autocompletion support from the JComboBox it was installed on.
uninstall() - Method in class com.levigo.util.swing.glazedlists.UndoSupport
This method removes undo/redo support from the EventList it was installed on.
uninstall() - Method in class com.levigo.util.swing.tooltip.DataTipDecorator
 
uninstallDefaults() - Method in class com.levigo.util.swing.table.TableRowHeaderUI
 
uninstallKeyboardActions() - Method in class com.levigo.util.swing.table.TableRowHeaderUI
 
uninstallListeners(JSlider) - Method in class com.levigo.util.swing.colorpicker.ColorPickerSliderUI
 
uninstallListeners() - Method in class com.levigo.util.swing.table.TableRowHeaderUI
 
uninstallUI(JComponent) - Method in class com.levigo.util.swing.table.TableRowHeaderUI
 
unloadDefaults(Object[]) - Static method in class com.levigo.util.swing.plaf.LookAndFeelAddons
 
unsuppressMessage(String) - Static method in class com.levigo.util.swing.messaging.MessageManager
Registers a message.
updateButton(AbstractButton) - Method in class com.levigo.util.swing.action.PopupJToggleButton
 
updateLabel(TreePath, StyledDocument) - Method in interface com.levigo.util.swing.flextree.TreeLabelProvider
 
updateOrientationAccordingToParent() - Method in class com.levigo.util.swing.LevigoSeparators.AbstractLineSeparator
 
updateUI() - Method in class com.levigo.util.swing.table.JTableRowHeader
Notification from the UIManager that the look and feel (L&F) has changed.
updateUI() - Method in class com.levigo.util.swing.toolbar.EllipseJToolBar
 
UppercaseDocument - Class in com.levigo.util.swing.text
A Plain Text Document for Text Components with only Uppercase contents All entered letters will be changed into uppercase letters.
UppercaseDocument() - Constructor for class com.levigo.util.swing.text.UppercaseDocument
Constructor for UppercaseDocument.
UppercaseDocument(int) - Constructor for class com.levigo.util.swing.text.UppercaseDocument
Constructor for UppercaseDocument.
upperRangeModel(ThresholdList) - Static method in class com.levigo.util.swing.glazedlists.GlazedListsSwing
Creates a model that manipulates the upper bound of the specified ThresholdList.
USE_UI_ICONS - Static variable in class com.levigo.util.swing.messaging.dialog.DefaultMessageDialog
Whether the Dialog should revert to using the UI defined icons "OptionPane.

V

valueChanged(TreeSelectionEvent) - Method in class com.levigo.util.swing.action.TreeSelectionContextUpdater
 
valueChanged(ListSelectionEvent) - Method in class com.levigo.util.swing.glazedlists.EventTableColumnModel
 
valueOf(String) - Static method in enum com.levigo.util.swing.action.Context.Ancestors
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.levigo.util.swing.action.Context.Children
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.levigo.util.swing.CollapsiblePane.Style
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.levigo.util.swing.colorpicker.ColorPicker.Mode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.levigo.util.swing.effect.Effect
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.levigo.util.swing.effect.EffectLayout.Edge
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.levigo.util.swing.infobar.DrawerContainer.Position
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.levigo.util.swing.infobar.RollingMessagePanel.OrderBy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.levigo.util.swing.menu.MenuBuilder.ItemType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.levigo.util.swing.RotatedIcon.Rotation
Returns the enum constant of this type with the specified name.
valueOfConstraint(String) - Static method in enum com.levigo.util.swing.infobar.DrawerContainer.Position
Returns the position constant with the specified constraint.
values() - Static method in enum com.levigo.util.swing.action.Context.Ancestors
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.levigo.util.swing.action.Context.Children
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.levigo.util.swing.CollapsiblePane.Style
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.levigo.util.swing.colorpicker.ColorPicker.Mode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.levigo.util.swing.effect.Effect
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.levigo.util.swing.effect.EffectLayout.Edge
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.levigo.util.swing.infobar.DrawerContainer.Position
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.levigo.util.swing.infobar.RollingMessagePanel.OrderBy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.levigo.util.swing.menu.MenuBuilder.ItemType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.levigo.util.swing.RotatedIcon.Rotation
Returns an array containing the constants of this enum type, in the order they are declared.
VARIABLE - Static variable in class com.levigo.util.swing.action.BasicMenuComponentFactory
Variable [Format:{$nameOfVariable}]
VERTICAL - Static variable in class com.levigo.util.swing.LevigoSeparators
 
VERTICAL_BOTTOM - Static variable in class com.levigo.util.swing.BarSnapInScrollPane
 
VERTICAL_TOP - Static variable in class com.levigo.util.swing.BarSnapInScrollPane
 
VISIBILITY_CHECKBOX_MENU - Static variable in class com.levigo.util.swing.action.BasicMenuComponentFactory
type of the menu is radioButton - it used in the file of actions definition in the parameter menuType
VISIBILITY_MENU - Static variable in class com.levigo.util.swing.action.BasicMenuComponentFactory
type of the menu item is a Item which is visible only if it is enabled - it used in the file of actions definition in the parameter menuState
VISIBILITY_RADIOBUTTON_MENU - Static variable in class com.levigo.util.swing.action.BasicMenuComponentFactory
type of the menu is radioButton - it used in the file of actions definition in the parameter menuType
VisibilityEnabledJCheckboxMenuItem - Class in com.levigo.util.swing.action
A checkbox as menu item which is visible if and only if it is enabled.
VisibilityEnabledJCheckboxMenuItem(Action) - Constructor for class com.levigo.util.swing.action.VisibilityEnabledJCheckboxMenuItem
Constructor.
VisibilityEnabledJMenuItem - Class in com.levigo.util.swing.action
A menu item that is visible if and only if it is enabled.
VisibilityEnabledJMenuItem(Action) - Constructor for class com.levigo.util.swing.action.VisibilityEnabledJMenuItem
Constructor.
VisibilityEnabledJRadioMenuItem - Class in com.levigo.util.swing.action
A radio button as menu item which is visible if and only if it is enabled.
VisibilityEnabledJRadioMenuItem(Action) - Constructor for class com.levigo.util.swing.action.VisibilityEnabledJRadioMenuItem
Constructor.
VISIBLE - Static variable in class com.levigo.util.swing.action.BasicActionFactory
Key word for the property if the action is visible
VisualRepresentationSupportTransferHandler - Class in com.levigo.util.swing.dnd
A TransferHandler correctly implementing a visual representation of what is being dragged via TransferHandler.getVisualRepresentation(Transferable), which the standard transfer handler doesn't (at least up to and including 1.6).
VisualRepresentationSupportTransferHandler() - Constructor for class com.levigo.util.swing.dnd.VisualRepresentationSupportTransferHandler
 
VisualRepresentationSupportTransferHandler(String) - Constructor for class com.levigo.util.swing.dnd.VisualRepresentationSupportTransferHandler
 

W

warn(QualifiedLogEvent) - Method in class com.levigo.util.swing.infobar.QualifiedLoggingBridge
 
WARNING - Static variable in class com.levigo.util.swing.messaging.Message
 
WINDOW_ICON - Static variable in class com.levigo.util.swing.AbstractGeometryFrame
The image that is used as a frame's icon image.
WindowsClassicLookAndFeelAddons - Class in com.levigo.util.swing.plaf
Adds new pluggable UI following the Windows Classic look and feel.
WindowsClassicLookAndFeelAddons() - Constructor for class com.levigo.util.swing.plaf.WindowsClassicLookAndFeelAddons
 
WindowsLookAndFeelAddons - Class in com.levigo.util.swing.plaf
Adds new pluggable UI following the Windows XP look and feel.
WindowsLookAndFeelAddons() - Constructor for class com.levigo.util.swing.plaf.WindowsLookAndFeelAddons
 
WITH_BORDER - Static variable in class com.levigo.util.swing.action.NonUglyActionJToggleButton
 
WITH_BORDER - Static variable in class com.levigo.util.swing.NonUglyActionButton
 
WITHOUT_BORDER - Static variable in class com.levigo.util.swing.action.NonUglyActionJToggleButton
 
WITHOUT_BORDER - Static variable in class com.levigo.util.swing.NonUglyActionButton
 

Y

YES - Static variable in class com.levigo.util.swing.messaging.Message
 
YES_AFFIRMED - Static variable in class com.levigo.util.swing.messaging.MessageResult
This value constant can be used by MessageListeners when feeding a MessageResultas user decision result for a YES/NO/CANCEL question.
YES_NO_ACTION_TEXTS - Static variable in class com.levigo.util.swing.messaging.DefaultMessageFactory
An alternative text pair for the OK/CANCEL action, representing YES/NO.
YES_NO_CANCEL_ACTION_TEXTS - Static variable in class com.levigo.util.swing.messaging.DefaultMessageFactory
An alternative text pair for the OK/NO/CANCEL action, representing YES/NO.
YES_NO_CANCEL_DECISION - Static variable in class com.levigo.util.swing.messaging.MessageResult
This key can be used by MessageListeners when feeding a MessageResultas a key for a value that represents a simple YES/NO/CANCEL decision by the user.

A B C D E F G H I J K L M N O P Q R S T U V W Y

Copyright © 2012. All Rights Reserved.