swingx
Version 2005-08-19
A B C D E F G H I J K L M N O P Q R S T U V W X Y _

S

savePassword() - Method in class org.jdesktop.swingx.JXLoginPanel
TODO
saveState(Graphics2D) - Method in class org.jdesktop.swingx.painter.AbstractPainter
Saves the state in the given Graphics2D object so that it may be restored later.
saveUserNames() - Method in class org.jdesktop.swingx.auth.DefaultUserNameStore
Saves the user names to Preferences
saveUserNames() - Method in class org.jdesktop.swingx.auth.UserNameStore
lifecycle method for saving name to persistent storage
SCROLL_ON_EXPAND_CHANGED_KEY - Static variable in class org.jdesktop.swingx.JXTaskPane
Used when generating PropertyChangeEvents for the "scrollOnExpand" property
ScrollBarContextMenuSource - Class in org.jdesktop.swingx.plaf
 
ScrollBarContextMenuSource(int) - Constructor for class org.jdesktop.swingx.plaf.ScrollBarContextMenuSource
 
scrollCellToVisible(int, int) - Method in class org.jdesktop.swingx.JXTable
Scrolls to make the cell at row and column visible.
scrollColumnToVisible(int) - Method in class org.jdesktop.swingx.JXTable
Scrolls horizontally to make the given column visible.
scrollPathToVisible(TreePath) - Method in class org.jdesktop.swingx.JXTreeTable
Makes sure all the path components in path are expanded (except for the last path component) and scrolls so that the node identified by the path is displayed.
scrollRowToVisible(int) - Method in class org.jdesktop.swingx.JXTable
Scrolls vertically to make the given row visible.
search(String) - Method in class org.jdesktop.swingx.AbstractSearchable
Performs a forward search starting at the beginning across the Searchable using String that represents a regex pattern; Pattern.
search(String, int) - Method in class org.jdesktop.swingx.AbstractSearchable
Performs a forward search starting at the given startIndex using String that represents a regex pattern; Pattern.
search(String, int, boolean) - Method in class org.jdesktop.swingx.AbstractSearchable
Performs a search starting at the given startIndex using String that represents a regex pattern; Pattern.
search(Pattern) - Method in class org.jdesktop.swingx.AbstractSearchable
Performs a forward search starting at the beginning across the Searchable using the pattern; Pattern.
search(Pattern, int) - Method in class org.jdesktop.swingx.AbstractSearchable
Performs a forward search starting at the given startIndex using the Pattern; Pattern.
search(Pattern, int, boolean) - Method in class org.jdesktop.swingx.AbstractSearchable
Performs a search starting at the given startIndex using the pattern; Pattern.
search(String) - Method in class org.jdesktop.swingx.JXEditorPane.DocumentSearchable
 
search(String, int) - Method in class org.jdesktop.swingx.JXEditorPane.DocumentSearchable
 
search(String, int, boolean) - Method in class org.jdesktop.swingx.JXEditorPane.DocumentSearchable
 
search(Pattern) - Method in class org.jdesktop.swingx.JXEditorPane.DocumentSearchable
 
search(Pattern, int) - Method in class org.jdesktop.swingx.JXEditorPane.DocumentSearchable
 
search(Pattern, int, boolean) - Method in class org.jdesktop.swingx.JXEditorPane.DocumentSearchable
 
search(String) - Method in interface org.jdesktop.swingx.Searchable
Search searchString from the beginning of a document.
search(String, int) - Method in interface org.jdesktop.swingx.Searchable
Search searchString from the given position in a document.
search(String, int, boolean) - Method in interface org.jdesktop.swingx.Searchable
Search searchString in the given direction from the some position in a document.
search(Pattern) - Method in interface org.jdesktop.swingx.Searchable
Search for the pattern from the beginning of the document.
search(Pattern, int) - Method in interface org.jdesktop.swingx.Searchable
Search for the pattern from the start index.
search(Pattern, int, boolean) - Method in interface org.jdesktop.swingx.Searchable
Search for the pattern from the start index.
SEARCH_FIELD_LABEL - Static variable in class org.jdesktop.swingx.AbstractPatternPanel
 
SEARCH_FIELD_MNEMONIC - Static variable in class org.jdesktop.swingx.AbstractPatternPanel
 
SEARCH_PREFIX - Static variable in class org.jdesktop.swingx.PatternModel
The prefix marker to find component related properties in the resourcebundle.
SEARCH_TITLE - Static variable in class org.jdesktop.swingx.AbstractPatternPanel
 
searchable - Variable in class org.jdesktop.swingx.JXFindPanel
 
searchable - Variable in class org.jdesktop.swingx.JXTable
 
Searchable - Interface in org.jdesktop.swingx
Interface that used to implement search logic in all the search capable components.
SearchFactory - Class in org.jdesktop.swingx
Factory to create, configure and show application consistent search and find widgets.
SearchFactory() - Constructor for class org.jdesktop.swingx.SearchFactory
 
SearchFactory.FindRemover - Class in org.jdesktop.swingx
 
SearchFactory.FindRemover() - Constructor for class org.jdesktop.swingx.SearchFactory.FindRemover
 
searchField - Variable in class org.jdesktop.swingx.AbstractPatternPanel
 
SearchHighlighter - Class in org.jdesktop.swingx.decorator
Convenience Highlighter to test and highlight cells in searching.
SearchHighlighter() - Constructor for class org.jdesktop.swingx.decorator.SearchHighlighter
Instantiates a default SearchHighlighter.
SearchHighlighter(Color, Color) - Constructor for class org.jdesktop.swingx.decorator.SearchHighlighter
Instantiates a default SearchHighlighter with background/foreground colors.
searchLabel - Variable in class org.jdesktop.swingx.AbstractPatternPanel
 
selection - Variable in class org.jdesktop.swingx.plaf.basic.BasicMonthViewUI
 
SelectionListener - Interface in org.jdesktop.swingx.event
Listener for receiving global selection change notifications.
SelectionMapper - Class in org.jdesktop.swingx.decorator
Responsible for keeping track of selection in model coordinates.
SelectionMapper(FilterPipeline, ListSelectionModel) - Constructor for class org.jdesktop.swingx.decorator.SelectionMapper
PRE: selection !
ServerAction - Class in org.jdesktop.swingx.action
An action which will invoke an http POST operation.
ServerAction() - Constructor for class org.jdesktop.swingx.action.ServerAction
 
ServerAction(String) - Constructor for class org.jdesktop.swingx.action.ServerAction
 
ServerAction(String, String) - Constructor for class org.jdesktop.swingx.action.ServerAction
 
ServerAction(String, Icon) - Constructor for class org.jdesktop.swingx.action.ServerAction
 
ServerAction(String, String, Icon) - Constructor for class org.jdesktop.swingx.action.ServerAction
 
set(String, String, char[]) - Method in class org.jdesktop.swingx.auth.PasswordStore
Saves a password for future use.
setAccelerator(KeyStroke) - Method in class org.jdesktop.swingx.action.AbstractActionExt
Sets the key stroke which represents an accelerator for the action.
setActionCommand(Object) - Method in class org.jdesktop.swingx.action.AbstractActionExt
Sets the action command key.
setActionCommand(String) - Method in class org.jdesktop.swingx.calendar.JXMonthView
Sets the string used to identify fired ActionEvents.
setActionCommand(String) - Method in class org.jdesktop.swingx.JXDatePicker
Sets the string used to identify fired ActionEvents.
setActionManager(ActionManager) - Method in class org.jdesktop.swingx.action.ActionContainerFactory
Sets the ActionManager instance that will be used by this ActionContainerFactory
setAddon(String) - Static method in class org.jdesktop.swingx.plaf.LookAndFeelAddons
 
setAddon(Class) - Static method in class org.jdesktop.swingx.plaf.LookAndFeelAddons
 
setAddon(LookAndFeelAddons) - Static method in class org.jdesktop.swingx.plaf.LookAndFeelAddons
 
setAlpha(Color, int) - Static method in class org.jdesktop.swingx.color.ColorUtil
Modifies the passed in color by setting a new alpha channel (transparency) and returns the new color.
setAlpha(float) - Method in class org.jdesktop.swingx.JXGlassBox
 
setAlpha(float) - Method in class org.jdesktop.swingx.JXPanel
Set the alpha transparency level for this component.
setAlphaInterpolation(Object) - Method in class org.jdesktop.swingx.painter.AbstractPainter
Sets the technique used for interpolating alpha values.
setAngle(double) - Method in class org.jdesktop.swingx.painter.PinstripePainter
Sets the angle, in degrees, at which to paint the pinstripes.
setAnimated(boolean) - Method in class org.jdesktop.swingx.JXCollapsiblePane
If true, enables the animation when pane is collapsed/expanded.
setAnimated(boolean) - Method in class org.jdesktop.swingx.JXTaskPane
Enables or disables animation during expand/collapse transition.
setAntialiased(boolean) - Method in class org.jdesktop.swingx.calendar.JXMonthView
Turns on/off anti-aliased text for this component.
setAntiAliasedText(boolean) - Method in class org.jdesktop.swingx.table.ColumnHeaderRenderer
 
setAntialiasing(Object) - Method in class org.jdesktop.swingx.painter.AbstractPainter
Sets whether or not to antialias
setAscending(boolean) - Method in class org.jdesktop.swingx.decorator.Sorter
 
setAsksAllowsChildren(boolean) - Method in class org.jdesktop.swingx.treetable.DefaultTreeTableModel
 
setAsText(String) - Method in class org.jdesktop.swingx.editors.EnumerationValuePropertyEditor
 
setAsText(String) - Method in class org.jdesktop.swingx.editors.HighlighterPropertyEditor
 
setAsText(String) - Method in class org.jdesktop.swingx.editors.PaintPropertyEditor
 
setAsText(String) - Method in class org.jdesktop.swingx.editors.Point2DPropertyEditor
 
setAsText(String) - Method in class org.jdesktop.swingx.editors.Rectangle2DPropertyEditor
 
setAutoResizeMode(int) - Method in class org.jdesktop.swingx.JXTable
overridden to update the show horizontal scrollbar action's selected state.
setAxisColor(Color) - Method in class org.jdesktop.swingx.JXGraph
Sets the color of main axis on this component.
setAxisPainted(boolean) - Method in class org.jdesktop.swingx.JXGraph
Enables or disables the painting of main axis depending on the value of the parameter.
setBackground(Color) - Method in class org.jdesktop.swingx.decorator.Highlighter
Sets the background color of this Highlighter and notifies registered ChangeListeners if this is mutable.
setBackground(Color) - Method in class org.jdesktop.swingx.table.ColumnHeaderRenderer
 
setBackgroundColor(Container, Color) - Static method in class org.jdesktop.swingx.util.PaintUtils
Sets the background color for a containment hierarchy.
setBackgroundPainted(boolean) - Method in class org.jdesktop.swingx.JXGraph
Enables or disables the painting of background depending on the value of the parameter.
setBackgroundPainter(Painter) - Method in class org.jdesktop.swingx.JXPanel
Specifies a Painter to use to paint the background of this JXPanel.
setBackwards(boolean) - Method in class org.jdesktop.swingx.PatternModel
 
setBanner(Image) - Method in class org.jdesktop.swingx.JXLoginPanel
Set the image to use for the banner
setBannerText(String) - Method in class org.jdesktop.swingx.JXLoginPanel
Set the text to use when creating the banner.
setBasicErrorMessage(String) - Method in class org.jdesktop.swingx.IncidentInfo
Set the current basic error description
setBound(boolean, String...) - Method in class org.jdesktop.swingx.BeanInfoSupport
 
setBounds(Rectangle) - Method in class org.jdesktop.swingx.calendar.JXMonthView
Moves and resizes this component to conform to the new bounding rectangle r.
setBounds(int, int, int, int) - Method in class org.jdesktop.swingx.JXMultiThumbSlider
 
setBounds(Rectangle) - Method in class org.jdesktop.swingx.MultiSplitLayout.Node
Set the bounding Rectangle for this node.
setBoxPaddingX(int) - Method in class org.jdesktop.swingx.calendar.JXMonthView
Sets the number of pixels used to pad the left and right side of a day.
setBoxPaddingY(int) - Method in class org.jdesktop.swingx.calendar.JXMonthView
Sets the number of pixels used to pad the top and bottom of a day.
setBrightness(Color, float) - Static method in class org.jdesktop.swingx.color.ColorUtil
Modifies the passed in color by changing it's brightness using HSB calculations.
setCallback(String) - Method in class org.jdesktop.swingx.action.BoundAction
The callback string will be called to register the action callback.
setCaseSensitive(boolean) - Method in class org.jdesktop.swingx.PatternModel
 
setCategory(String, String...) - Method in class org.jdesktop.swingx.BeanInfoSupport
 
setCellRenderer(ListCellRenderer) - Method in class org.jdesktop.swingx.JXList
 
setCellRenderer(TreeCellRenderer) - Method in class org.jdesktop.swingx.JXTree
 
setChildren(List<MultiSplitLayout.Node>) - Method in class org.jdesktop.swingx.MultiSplitLayout.Split
Set's the children property of this Split node.
setClicked(boolean) - Method in class org.jdesktop.swingx.JXHyperlink
Sets the clicked property and updates visual state depending on clicked.
setClickedColor(Color) - Method in class org.jdesktop.swingx.JXHyperlink
Sets the color for the previously not visited link.
setClip(Shape) - Method in class org.jdesktop.swingx.painter.AbstractPainter
Specifies the Shape to use for clipping the painting area.
setClosedIcon(Icon) - Method in class org.jdesktop.swingx.JXTree.DelegatingRenderer
 
setClosedIcon(Icon) - Method in class org.jdesktop.swingx.JXTree
set the icon for a closed non-leaf node.
setClosedIcon(Icon) - Method in class org.jdesktop.swingx.JXTreeTable
Sets the specified icon as the icon to use for rendering closed container nodes.
setCollapsed(boolean) - Method in class org.jdesktop.swingx.JXCollapsiblePane
Expands or collapses this JXCollapsiblePane.
setCollapsedIcon(Icon) - Method in class org.jdesktop.swingx.JXTree
sets the icon for the handel of a collapsed node.
setCollapsedIcon(Icon) - Method in class org.jdesktop.swingx.JXTreeTable
Sets the specified icon as the icon to use for rendering collapsed nodes.
setColorIconName(String) - Method in class org.jdesktop.swingx.BeanInfoSupport
Specify the name/url/path to the 32x32 color icon
setColorRendering(Object) - Method in class org.jdesktop.swingx.painter.AbstractPainter
Sets the technique to use for rendering colors
setColumnControlVisible(boolean) - Method in class org.jdesktop.swingx.JXTable
bound property to flag visibility state of column control.
setColumnIndex(int) - Method in class org.jdesktop.swingx.decorator.Filter
TODO: PENDING: not tested!
setColumnMargin(int) - Method in class org.jdesktop.swingx.JXTable
Sets the margin between columns.
setColumnMargin(int) - Method in class org.jdesktop.swingx.JXTreeTable
Sets the margin between columns.
setColumnSequence(Object[]) - Method in class org.jdesktop.swingx.JXTable
reorders the columns in the sequence given array.
setComparator(Comparator) - Method in class org.jdesktop.swingx.decorator.Sorter
set the Comparator to use when comparing values.
setComparator(Comparator) - Method in class org.jdesktop.swingx.table.TableColumnExt
sets the comparator to use for this column.
setComponentOrientation(ComponentOrientation) - Method in class org.jdesktop.swingx.JXDatePicker
 
setComponentOrientation(ComponentOrientation) - Method in class org.jdesktop.swingx.JXLoginPanel
This method adds functionality to support bidi languages within this component
setComponentOrientation(ComponentOrientation) - Method in class org.jdesktop.swingx.JXTable
Hack around core swing JScrollPane bug: can't cope with corners when changing component orientation at runtime.
setComposite(Composite) - Method in class org.jdesktop.swingx.painter.AbstractPainter
Sets the Composite to use.
setConstrained(boolean, String...) - Method in class org.jdesktop.swingx.BeanInfoSupport
 
setConstraints(GridBagConstraints, int, int, int, int, double, double, int, int, int, int, int, int) - Static method in class org.jdesktop.swingx.util.WindowUtils
Utility method used to load a GridBagConstraints object (param gbc) with the data in the other parameters.
setContentContainer(Container) - Method in class org.jdesktop.swingx.JXTitledPanel
 
setContentPane(Container) - Method in class org.jdesktop.swingx.JXCollapsiblePane
Sets the content pane of this JXCollapsiblePane.
setContinuousLayout(boolean) - Method in class org.jdesktop.swingx.JXMultiSplitPane
Sets the value of the continuousLayout property.
setCurrentTip(int) - Method in class org.jdesktop.swingx.JXTipOfTheDay
Sets the index of the tip to show
setDarkPaint(Paint) - Method in class org.jdesktop.swingx.painter.CheckerboardPainter
Specifies the paint to use for dark tiles.
setDate(Date) - Method in class org.jdesktop.swingx.JXDatePicker
Set the currently selected date.
setDateInMillis(long) - Method in class org.jdesktop.swingx.JXDatePicker
Set the currently selected date.
setDayForeground(int, Color) - Method in class org.jdesktop.swingx.calendar.JXMonthView
Set the color to be used for painting the specified day of the week.
setDaysOfTheWeek(String[]) - Method in class org.jdesktop.swingx.calendar.JXMonthView
Sets the single character representation for each day of the week.
setDaysOfTheWeekForeground(Color) - Method in class org.jdesktop.swingx.calendar.JXMonthView
Sets the color used to draw the foreground of each day of the week.
setDefaultErrorIcon(Icon) - Static method in class org.jdesktop.swingx.JXErrorDialog
Set the Icon to use as the default error icon for JXErrorDialog instances.
setDefaultErrorReporter(ErrorReporter) - Static method in class org.jdesktop.swingx.JXErrorDialog
Set reporting engine which will handle error reporting if user clicks 'report' button.
setDefaultRenderer(Class, String) - Static method in class org.jdesktop.swingx.table.TableCellRenderers
 
setDefaultWarningIcon(Icon) - Static method in class org.jdesktop.swingx.JXErrorDialog
Set the Icon to use as the default warning icon for JXErrorDialog instances.
setDelegateRenderer(TreeCellRenderer) - Method in class org.jdesktop.swingx.JXTree.DelegatingRenderer
Set the delegate renderer.
setDescription(String) - Method in class org.jdesktop.swingx.JXHeader
 
setDetailedErrorMessage(String) - Method in class org.jdesktop.swingx.IncidentInfo
Set the detailed description for this error
setDismissOnClick(boolean) - Method in class org.jdesktop.swingx.JXGlassBox
 
setDisplayName(String, String) - Method in class org.jdesktop.swingx.BeanInfoSupport
Changes the display name of the given named property.
setDithering(Object) - Method in class org.jdesktop.swingx.painter.AbstractPainter
Sets whether or not to dither
setDividerPainter(JXMultiSplitPane.DividerPainter) - Method in class org.jdesktop.swingx.JXMultiSplitPane
Sets the DividerPainter that's used to paint Dividers on this JXMultiSplitPane.
setDividerSize(int) - Method in class org.jdesktop.swingx.JXMultiSplitPane
A convenience method that sets the MultiSplitLayout dividerSize property.
setDividerSize(int) - Method in class org.jdesktop.swingx.MultiSplitLayout
Sets the width of Dividers in Split rows, and the height of Dividers in Split columns.
setDownIcon(Icon) - Method in class org.jdesktop.swingx.table.ColumnHeaderRenderer
 
setDragEnabled(boolean) - Method in class org.jdesktop.swingx.JXImageView
Sets the dragEnabled property, which determines whether or not the user can drag images out of the image view and into other components or application.
setDrawGradient(boolean) - Method in class org.jdesktop.swingx.JXPanel
Deprecated. See setGradientPaint
setEditable(boolean) - Method in class org.jdesktop.swingx.JXDatePicker
 
setEditable(boolean) - Method in class org.jdesktop.swingx.JXImagePanel
 
setEditable(boolean) - Method in class org.jdesktop.swingx.JXImageView
Sets whether or not the user can drag images.
setEditable(boolean) - Method in class org.jdesktop.swingx.table.TableColumnExt
Sets the editable property.
setEditor(JFormattedTextField) - Method in class org.jdesktop.swingx.JXDatePicker
 
setEditorKit(EditorKit) - Method in class org.jdesktop.swingx.JXEditorPane
Overidden to perform document initialization based on type.
setEffects(Effect...) - Method in class org.jdesktop.swingx.painter.AbstractPainter
Sets the effects to apply to the results of the AbstractPainter's painting operation.
setEffects(BufferedImageOp...) - Method in class org.jdesktop.swingx.painter.AbstractPainter
A convenience method for specifying the effects to use based on BufferedImageOps.
setEnabled(Object, boolean) - Method in class org.jdesktop.swingx.action.ActionManager
Enables or disables the state of the Action corresponding to the action id.
setEnabled(boolean) - Method in class org.jdesktop.swingx.decorator.SearchHighlighter
Toggle to enable/disable - if disabled never hightlights.
setEnabled(boolean) - Method in class org.jdesktop.swingx.JXGraph
setEnabled(boolean) - Method in class org.jdesktop.swingx.JXHeader
 
setEnumerationValues(EnumerationValue[], String...) - Method in class org.jdesktop.swingx.BeanInfoSupport
 
setErrorException(Throwable) - Method in class org.jdesktop.swingx.IncidentInfo
Set the exception that may contain additional information about the error.
setErrorIcon(Icon) - Method in class org.jdesktop.swingx.JXErrorDialog
Specifies the icon to use if the IncidentInfo is Level.SEVERE
setErrorLevel(Level) - Method in class org.jdesktop.swingx.IncidentInfo
Sets the error level for this IncidentInfo
setErrorMessage(String) - Method in class org.jdesktop.swingx.JXLoginPanel
Sets the error message for this login panel
setErrorReporter(ErrorReporter) - Method in class org.jdesktop.swingx.JXErrorDialog
Sets the ErrorReporter to use with this instance of JXErrorDialog.
setEvenRowBackground(Color) - Method in class org.jdesktop.swingx.decorator.AlternateRowHighlighter
Sets the background color for even rows to the specified color.
setExpanded(boolean) - Method in class org.jdesktop.swingx.JXTaskPane
Expands or collapses this group.
setExpandedIcon(Icon) - Method in class org.jdesktop.swingx.JXTree
sets the icon for the handle of an expanded node.
setExpandedIcon(Icon) - Method in class org.jdesktop.swingx.JXTreeTable
Sets the specified icon as the icon to use for rendering expanded nodes.
setExpandsSelectedPaths(boolean) - Method in class org.jdesktop.swingx.JXTreeTable
Sets the value of the expandsSelectedPaths property for the tree part.
setExpert(boolean, String...) - Method in class org.jdesktop.swingx.BeanInfoSupport
 
setExportFormat(String) - Method in class org.jdesktop.swingx.JXImageView
 
setExportName(String) - Method in class org.jdesktop.swingx.JXImageView
 
setFactory(ActionContainerFactory) - Method in class org.jdesktop.swingx.action.ActionManager
This method should be used to associate a subclassed ActionContainerFactory with this ActionManager.
setFieldName(String) - Method in class org.jdesktop.swingx.JXSearchPanel
set the label of the search combo.
setFillPaint(Paint) - Method in class org.jdesktop.swingx.painter.ShapePainter
The Paint to use for filling the shape.
setFillsViewportHeight(boolean) - Method in class org.jdesktop.swingx.JXTable
Set flag to control JXTable's scrollableTracksViewportHeight property.
setFilterEnabled(boolean) - Method in class org.jdesktop.swingx.JXList
Enables/disables filtering support.
setFilters(FilterPipeline) - Method in class org.jdesktop.swingx.decorator.SelectionMapper
 
setFilters(FilterPipeline) - Method in class org.jdesktop.swingx.decorator.SizeSequenceMapper
 
setFilters(FilterPipeline) - Method in class org.jdesktop.swingx.JXList
Sets the FilterPipeline for filtering table rows.
setFilters(FilterPipeline) - Method in class org.jdesktop.swingx.JXTable
Sets the FilterPipeline for filtering table rows.
setFirstDayOfWeek(int) - Method in class org.jdesktop.swingx.calendar.JXMonthView
Sets what the first day of the week is; e.g., Calendar.SUNDAY in US, Calendar.MONDAY in France.
setFirstDisplayedDate(long) - Method in class org.jdesktop.swingx.calendar.JXMonthView
Set the first displayed date.
setFlaggedDates(long[]) - Method in class org.jdesktop.swingx.calendar.JXMonthView
An array of longs defining days that should be flagged.
setFlaggedDayForeground(Color) - Method in class org.jdesktop.swingx.calendar.JXMonthView
Set the color to be used for painting the foregroudn of a flagged day.
setFloatingDividers(boolean) - Method in class org.jdesktop.swingx.MultiSplitLayout
If true, Leaf node bounds match the corresponding component's preferred size and Splits/Dividers are resized accordingly.
setFont(Font) - Method in class org.jdesktop.swingx.calendar.JXMonthView
Sets the font of this component.
setFont(Font) - Method in class org.jdesktop.swingx.painter.TextPainter
 
setFont(Font) - Method in class org.jdesktop.swingx.table.ColumnHeaderRenderer
 
setFont(Container, Font) - Static method in class org.jdesktop.swingx.util.PaintUtils
 
setFontRecursively(Container, Font) - Static method in class org.jdesktop.swingx.util.WindowUtils
 
setForeground(Color) - Method in class org.jdesktop.swingx.decorator.Highlighter
Sets the foreground color of this Highlighter and notifies registered ChangeListeners if this is mutable.
setForeground(Color) - Method in class org.jdesktop.swingx.JXTitledSeparator
 
setForeground(Color) - Method in class org.jdesktop.swingx.table.ColumnHeaderRenderer
 
setForegroundColor(Container, Color) - Static method in class org.jdesktop.swingx.util.PaintUtils
Sets the foreground color for a containment hierarchy.
setFormats(String[]) - Method in class org.jdesktop.swingx.JXDatePicker
Replaces the currently installed formatter and factory used by the editor.
setFormats(DateFormat[]) - Method in class org.jdesktop.swingx.JXDatePicker
Replaces the currently installed formatter and factory used by the editor.
setFoundIndex(int) - Method in class org.jdesktop.swingx.PatternModel
 
setFractionalMetrics(Object) - Method in class org.jdesktop.swingx.painter.AbstractPainter
Sets whether or not to use fractional metrics
setGap(int) - Method in class org.jdesktop.swingx.HorizontalLayout
 
setGap(int) - Method in class org.jdesktop.swingx.VerticalLayout
 
setGradient() - Method in class org.jdesktop.swingx.color.GradientPreviewPanel
 
setGradient(MultipleGradientPaint) - Method in class org.jdesktop.swingx.JXGradientChooser
 
setGradientPaint(GradientPaint) - Method in class org.jdesktop.swingx.JXPanel
Deprecated. To specify a gradient for the panel, use the #setBackgroundPainter method, along with a Painter, like this:

      BasicGradientPainter gradient = 
          new BasicGradientPainter(new GradientPaint(
              new Point2D.Double(0,0),
              Color.WHITE, 
              new Point2D.Double(1,0), 
              UIManager.getColor("control")));
      panel.setBackgroundPainter(gradient);
  
There are several predefined gradients that may also be used. For example:

      BasicGradientPainter gradient = 
          new BasicGradientPainter(BasicGradientPainter.WHITE_TO_CONTROL_HORIZONTAL);
      panel.setBackgroundPainter(gradient);
  
setGradientPaint(GradientPaint) - Method in class org.jdesktop.swingx.painter.gradient.BasicGradientPainter
Set the gradient paint to use.
setGradientPaint(LinearGradientPaint) - Method in class org.jdesktop.swingx.painter.gradient.LinearGradientPainter
Set the gradient paint to use.
setGradientPaint(RadialGradientPaint) - Method in class org.jdesktop.swingx.painter.gradient.RadialGradientPainter
Set the gradient paint to use.
setGradientTrackHeight(boolean) - Method in class org.jdesktop.swingx.JXPanel
Deprecated. See setGradientPaint
setGradientTrackWidth(boolean) - Method in class org.jdesktop.swingx.JXPanel
Deprecated. See setGradientPaint
setGridPainted(boolean) - Method in class org.jdesktop.swingx.JXGraph
Enables or disables the painting of grid lines depending on the value of the parameter.
setGroup(Object) - Method in class org.jdesktop.swingx.action.AbstractActionExt
Sets the group identity of the state action.
setHeader(String) - Method in class org.jdesktop.swingx.IncidentInfo
Set the current header string
setHidden(boolean, String...) - Method in class org.jdesktop.swingx.BeanInfoSupport
Sets the given named properties to be "hidden".
setHighlightAll() - Method in class org.jdesktop.swingx.decorator.SearchHighlighter
convenience method to test and highlight all rows/columns and enable.
setHighlightCell(int, int) - Method in class org.jdesktop.swingx.decorator.SearchHighlighter
Set's highlightRow to row, test- and highlight column = column
setHighlightColumnIndex(int) - Method in class org.jdesktop.swingx.decorator.ConditionalHighlighter
 
setHighlighters(HighlighterPipeline) - Method in class org.jdesktop.swingx.JXList
Assigns a HighlighterPipeline to the table.
setHighlighters(HighlighterPipeline) - Method in class org.jdesktop.swingx.JXTable
Assigns a HighlighterPipeline to the table. bound property.
setHighlighters(HighlighterPipeline) - Method in class org.jdesktop.swingx.JXTree
Assigns a HighlighterPipeline to the table.
setHighlightRow(int) - Method in class org.jdesktop.swingx.decorator.SearchHighlighter
set the row to match in test
setHorizontalAlignment(int) - Method in class org.jdesktop.swingx.JXTitledSeparator
Sets the alignment of the title along the X axis.
setHorizontalAlignment(int) - Method in class org.jdesktop.swingx.table.ColumnHeaderRenderer
 
setHorizontalScrollEnabled(boolean) - Method in class org.jdesktop.swingx.JXTable
Controls horizontal scrolling in the viewport, and works in coordination with column sizing.
setHorizontalTextPosition(int) - Method in class org.jdesktop.swingx.JXTitledSeparator
Sets the horizontal position of the title's text, relative to the icon.
setHorizontalTextPosition(int) - Method in class org.jdesktop.swingx.table.ColumnHeaderRenderer
 
setIcon(Icon) - Method in class org.jdesktop.swingx.border.IconBorder
 
setIcon(Icon) - Method in class org.jdesktop.swingx.JXHeader
 
setIcon(Icon) - Method in class org.jdesktop.swingx.JXTaskPane
Sets the icon to be displayed in the border of this pane.
setIcon(Icon) - Method in class org.jdesktop.swingx.JXTitledSeparator
Defines the icon this component will display.
setIcon(Icon) - Method in class org.jdesktop.swingx.painter.IconPainter
Set the icon to use.
setIcon(Icon) - Method in class org.jdesktop.swingx.table.ColumnHeaderRenderer
 
setIconTextGap(int) - Method in class org.jdesktop.swingx.table.ColumnHeaderRenderer
 
setImage(Image) - Method in class org.jdesktop.swingx.JXImagePanel
Sets the image to use for the background of this panel.
setImage(Image) - Method in class org.jdesktop.swingx.JXImageView
Sets the current image.
setImage(URL) - Method in class org.jdesktop.swingx.JXImageView
Set the current image to an image pointed to by this URL.
setImage(File) - Method in class org.jdesktop.swingx.JXImageView
Set the current image to an image pointed to by this File.
setImage(Image) - Method in class org.jdesktop.swingx.painter.ImagePainter
Sets the image to use for the background of this panel.
setImageLocation(Point2D) - Method in class org.jdesktop.swingx.JXImageView
Set the current image location.
setImagePosition(Point2D) - Method in class org.jdesktop.swingx.painter.ImagePainter
 
setImageScale(double) - Method in class org.jdesktop.swingx.painter.ImagePainter
 
setIncidentInfo(IncidentInfo) - Method in class org.jdesktop.swingx.JXErrorDialog
Sets the IncidentInfo for this dialog
setIncremental(boolean) - Method in class org.jdesktop.swingx.PatternModel
 
setInheritAlpha(boolean) - Method in class org.jdesktop.swingx.JXPanel
 
setInputEnabled(boolean) - Method in class org.jdesktop.swingx.JXGraph
Enables or disables user input on the component.
setInstance(ActionManager) - Static method in class org.jdesktop.swingx.action.ActionManager
Sets the ActionManager instance.
setInstance(SearchFactory) - Static method in class org.jdesktop.swingx.SearchFactory
sets the shared SearchFactory.
setInstance(ColumnFactory) - Static method in class org.jdesktop.swingx.table.ColumnFactory
 
setInterpolation(Object) - Method in class org.jdesktop.swingx.painter.AbstractPainter
Sets the technique to use for interpolation (used esp. when scaling)
setJMenuBar(JMenuBar) - Method in class org.jdesktop.swingx.JXRootPane
Set the menu bar for this root pane.
setLargeIcon(Icon) - Method in class org.jdesktop.swingx.action.AbstractActionExt
Sets the large icon which represents the action.
setLayout(LayoutManager) - Method in class org.jdesktop.swingx.JXCollapsiblePane
Overriden to redirect call to the content pane.
setLayout(LayoutManager) - Method in class org.jdesktop.swingx.JXTaskPane
Overriden to redirect call to the content pane.
setLeafIcon(Icon) - Method in class org.jdesktop.swingx.JXTree.DelegatingRenderer
 
setLeafIcon(Icon) - Method in class org.jdesktop.swingx.JXTree
set the icon for a leaf node.
setLeafIcon(Icon) - Method in class org.jdesktop.swingx.JXTreeTable
Sets the specified icon as the icon to use for rendering leaf nodes.
setLeftDecoration(JComponent) - Method in class org.jdesktop.swingx.JXTitledPanel
Adds the given JComponent as a decoration on the left of the title
setLeftDecoration(JComponent) - Method in class org.jdesktop.swingx.plaf.basic.BasicTitledPanelUI
Adds the given JComponent as a decoration on the left of the title
setLeftDecoration(JComponent) - Method in class org.jdesktop.swingx.plaf.TitledPanelUI
Adds the given JComponent as a decoration on the left of the title
setLightPaint(Paint) - Method in class org.jdesktop.swingx.painter.CheckerboardPainter
Specifies the paint to use for light tiles.
setLinesPerGroup(int) - Method in class org.jdesktop.swingx.decorator.AlternateRowHighlighter
 
setLinkAction(LinkAction) - Method in class org.jdesktop.swingx.LinkRenderer
Sets the LinkAction for handling the values.
setLinkAction(LinkAction, Class) - Method in class org.jdesktop.swingx.LinkRenderer
Sets the LinkAction for handling the values and the class the action can handle.
setLinkDate(long, String) - Method in class org.jdesktop.swingx.JXDatePicker
Set the date the link will use and the string defining a MessageFormat to format the link.
setLinkPanel(JPanel) - Method in class org.jdesktop.swingx.JXDatePicker
Set the panel that will be used at the bottom of the popup.
setLocation(Point2D) - Method in class org.jdesktop.swingx.painter.ShapePainter
Specifies the location at which to place the shape prior to painting.
setLocation(Point2D) - Method in class org.jdesktop.swingx.painter.TextPainter
 
setLoginService(LoginService) - Method in class org.jdesktop.swingx.JXLoginPanel
Sets the LoginService for this panel.
setLongDescription(String) - Method in class org.jdesktop.swingx.action.AbstractActionExt
Sets the long desciption of the action.
setMailAddr(String) - Method in class org.jdesktop.swingx.MailErrorReporter
Set the address to which we will send mail
setMailTransportProxy(MailTransportProxy) - Method in class org.jdesktop.swingx.MailErrorReporter
 
setMajorGridColor(Color) - Method in class org.jdesktop.swingx.JXGraph
Sets the color of major grid lines on this component.
setMajorX(double) - Method in class org.jdesktop.swingx.JXGraph
Sets the distance, in graph units, between two major grid lines on the X axis.
setMajorY(double) - Method in class org.jdesktop.swingx.JXGraph
Sets the distance, in graph units, between two major grid lines on the Y axis.
setMask(int) - Method in class org.jdesktop.swingx.decorator.ConditionalHighlighter
TODO: JW ??
setMatchRule(String) - Method in class org.jdesktop.swingx.PatternModel.RegexCreator
 
setMatchRule(String) - Method in class org.jdesktop.swingx.PatternModel
 
setMaximumValue(float) - Method in class org.jdesktop.swingx.JXMultiThumbSlider
 
setMaximumValue(float) - Method in class org.jdesktop.swingx.multislider.AbstractMultiThumbModel
 
setMaximumValue(float) - Method in interface org.jdesktop.swingx.multislider.MultiThumbModel
 
setMessage(String) - Method in class org.jdesktop.swingx.JXLoginPanel
Sets a custom message for this login panel
setMessageListener(MessageListener) - Method in class org.jdesktop.swingx.MouseMessagingHandler
 
setMessageSource(MessageSource) - Method in class org.jdesktop.swingx.MouseMessagingHandler
 
setMinimumSizeManager(Window, int, int) - Static method in class org.jdesktop.swingx.util.WindowUtils
Installs/resets a ComponentListener to resize the given window to minWidth/Height if needed.
setMinimumValue(float) - Method in class org.jdesktop.swingx.JXMultiThumbSlider
 
setMinimumValue(float) - Method in class org.jdesktop.swingx.multislider.AbstractMultiThumbModel
 
setMinimumValue(float) - Method in interface org.jdesktop.swingx.multislider.MultiThumbModel
 
setMinorCountX(int) - Method in class org.jdesktop.swingx.JXGraph
Sets the number of minor grid lines between two major grid lines on the X axis.
setMinorCountY(int) - Method in class org.jdesktop.swingx.JXGraph
Sets the number of minor grid lines between two major grid lines on the Y axis.
setMinorGridColor(Color) - Method in class org.jdesktop.swingx.JXGraph
Sets the color of minor grid lines on this component.
setMnemonic(String) - Method in class org.jdesktop.swingx.action.AbstractActionExt
 
setMnemonic(int) - Method in class org.jdesktop.swingx.action.AbstractActionExt
Sets the mnemonic key code for the action.
setModel(ListModel) - Method in class org.jdesktop.swingx.JXList
set's the underlying data model.
setModel(MultiSplitLayout.Node) - Method in class org.jdesktop.swingx.JXMultiSplitPane
A convenience method that sets the MultiSplitLayout model.
setModel(MultiThumbModel<E>) - Method in class org.jdesktop.swingx.JXMultiThumbSlider
 
setModel(TableModel) - Method in class org.jdesktop.swingx.JXTable
setModel(TipOfTheDayModel) - Method in class org.jdesktop.swingx.JXTipOfTheDay
 
setModel(TreeModel) - Method in class org.jdesktop.swingx.JXTree
 
setModel(TableModel) - Method in class org.jdesktop.swingx.JXTreeTable
Overrides superclass version to make sure that the specified TableModel is compatible with JXTreeTable before invoking the inherited version.
setModel(MultiSplitLayout.Node) - Method in class org.jdesktop.swingx.MultiSplitLayout
Set the root of the tree of Split, Leaf, and Divider nodes that define this layout.
setMonoIconName(String) - Method in class org.jdesktop.swingx.BeanInfoSupport
Specify the name/url/path to the 32x32 monochrome icon
setMonthStringBackground(Color) - Method in class org.jdesktop.swingx.calendar.JXMonthView
Sets the color used to draw the background of the month string.
setMonthStringForeground(Color) - Method in class org.jdesktop.swingx.calendar.JXMonthView
Sets the color used to draw the foreground of the month string.
setMonthStringInsets(Insets) - Method in class org.jdesktop.swingx.calendar.JXMonthView
Insets used to modify the width/height when painting the background of the month string area.
setMonthView(JXMonthView) - Method in class org.jdesktop.swingx.JXDatePicker
Set the component to use the specified JXMonthView.
setName(String) - Method in class org.jdesktop.swingx.action.AbstractActionExt
Sets the name of the action.
setName(String) - Method in class org.jdesktop.swingx.MultiSplitLayout.Leaf
Set the value of the name property.
setObject(E) - Method in class org.jdesktop.swingx.multislider.Thumb
 
setOddRowBackground(Color) - Method in class org.jdesktop.swingx.decorator.AlternateRowHighlighter
Sets the background color for odd rows to the specified color.
setOpenIcon(Icon) - Method in class org.jdesktop.swingx.JXTree.DelegatingRenderer
 
setOpenIcon(Icon) - Method in class org.jdesktop.swingx.JXTree
set the icon for a open non-leaf node.
setOpenIcon(Icon) - Method in class org.jdesktop.swingx.JXTreeTable
Sets the specified icon as the icon to use for rendering open container nodes.
setOperation(BufferedImageOp) - Method in class org.jdesktop.swingx.painter.ImageEffect
 
setOrientation(JXCollapsiblePane.Orientation) - Method in class org.jdesktop.swingx.JXCollapsiblePane
Changes the orientation of this collapsible pane.
setOrigin(Point2D) - Method in class org.jdesktop.swingx.JXGraph
Sets the origin of the graph.
setOverrulesActionOnClick(boolean) - Method in class org.jdesktop.swingx.JXHyperlink
Control auto-click property.
setOverwriteRendererIcons(boolean) - Method in class org.jdesktop.swingx.JXTree
Property to control whether per-tree icons should be copied to the renderer on setCellRenderer.
setPaint(Paint) - Method in class org.jdesktop.swingx.painter.GlossPainter
Changes the paint to be used to fill the gloss.
setPaint(Paint) - Method in class org.jdesktop.swingx.painter.MattePainter
Sets the Paint to use.
setPaint(Paint) - Method in class org.jdesktop.swingx.painter.PinstripePainter
Set the paint to use for drawing the pinstripes
setPaint(Paint) - Method in class org.jdesktop.swingx.painter.TextPainter
 
setPainters(Painter...) - Method in class org.jdesktop.swingx.painter.CompoundPainter
Sets the array of Painters to use.
setPanel(JXLoginPanel) - Method in class org.jdesktop.swingx.JXLoginDialog
 
setParent(MultiSplitLayout.Split) - Method in class org.jdesktop.swingx.MultiSplitLayout.Node
Set the value of this Node's parent property.
setPassword(char[]) - Method in class org.jdesktop.swingx.JXLoginPanel
Sets the Password for this panel.
setPasswordStore(PasswordStore) - Method in class org.jdesktop.swingx.JXLoginPanel
Sets the PasswordStore for this panel.
setPattern(String, int) - Method in class org.jdesktop.swingx.decorator.PatternFilter
 
setPattern(Pattern) - Method in class org.jdesktop.swingx.decorator.PatternFilter
Sets the pattern used by this filter for matching.
setPattern(String, int) - Method in class org.jdesktop.swingx.decorator.PatternHighlighter
 
setPattern(Pattern) - Method in class org.jdesktop.swingx.decorator.PatternHighlighter
Sets the pattern used by this cell decorator to match against a cell's value to determine if the conditions for cell decoration are met.
setPattern(Pattern) - Method in interface org.jdesktop.swingx.decorator.PatternMatcher
 
setPatternFilter(PatternFilter) - Method in class org.jdesktop.swingx.JXSearchPanel
sets the PatternFilter control.
setPatternHighlighter(PatternHighlighter) - Method in class org.jdesktop.swingx.JXSearchPanel
sets the PatternHighlighter control.
setPosition(float) - Method in class org.jdesktop.swingx.multislider.Thumb
 
setPosition(GlossPainter.GlossPosition) - Method in class org.jdesktop.swingx.painter.GlossPainter
Changes the position of the gloss in the painted area.
setPreferences(Preferences) - Method in class org.jdesktop.swingx.auth.DefaultUserNameStore
 
setPreferred(boolean, String...) - Method in class org.jdesktop.swingx.BeanInfoSupport
 
setPreferredCols(int) - Method in class org.jdesktop.swingx.calendar.JXMonthView
The preferred number of columns to paint calendars.
setPreferredRows(int) - Method in class org.jdesktop.swingx.calendar.JXMonthView
Sets the preferred number of rows to paint calendars.
setPreferredSize(Dimension) - Method in class org.jdesktop.swingx.JXImagePanel
 
setProgress(int) - Method in class org.jdesktop.swingx.util.SwingWorker
Sets the progress bound property.
setProperties(Properties) - Method in class org.jdesktop.swingx.auth.JDBCLoginService
 
setPropertyEditor(Class, String...) - Method in class org.jdesktop.swingx.BeanInfoSupport
 
setPrototypeValue(Object) - Method in class org.jdesktop.swingx.table.TableColumnExt
Sets the prototypeValue property.
setRawText(String) - Method in class org.jdesktop.swingx.PatternModel
 
setRegexCreatorKey(String) - Method in class org.jdesktop.swingx.PatternModel
 
setRenderer(DefaultTreeCellRenderer) - Method in class org.jdesktop.swingx.tree.DefaultXTreeCellEditor
 
setRendering(Object) - Method in class org.jdesktop.swingx.painter.AbstractPainter
Specifies a hint as to techniques to use with regards to rendering quality vs. speed
setRenderingHint(RenderingHints.Key, Object) - Method in class org.jdesktop.swingx.painter.AbstractPainter
Set the given hint for the given key.
setRenderingHints(Map<RenderingHints.Key, Object>) - Method in class org.jdesktop.swingx.painter.AbstractPainter
Sets the rendering hints to use.
setReportAction(Action) - Method in class org.jdesktop.swingx.JXErrorDialog
Specify the Action that will be executed to report an error/warning.
setReporter(ErrorReporter) - Static method in class org.jdesktop.swingx.JXErrorDialog
Deprecated. Use setDefaultErrorReporter instead
setResize(Resize) - Method in class org.jdesktop.swingx.painter.gradient.AbstractGradientPainter
Specifies how the paint will be resized based on the component dimensions.
setResize(Resize) - Method in class org.jdesktop.swingx.painter.ShapePainter
Specifies the resize behavior of the shape.
setResizeClip(Resize) - Method in class org.jdesktop.swingx.painter.AbstractPainter
Specifies the resize behavior of the clip.
setResizeLocation(Resize) - Method in class org.jdesktop.swingx.painter.ShapePainter
Specifies the resize behavior for the location property.
setResizeRadius(Resize) - Method in class org.jdesktop.swingx.painter.gradient.RadialGradientPainter
Specifies the resize behavior for the radius of the RadialGradientPaint.
setRightDecoration(JComponent) - Method in class org.jdesktop.swingx.JXTitledPanel
Adds the given JComponent as a decoration on the right of the title
setRightDecoration(JComponent) - Method in class org.jdesktop.swingx.plaf.basic.BasicTitledPanelUI
Adds the given JComponent as a decoration on the right of the title
setRightDecoration(JComponent) - Method in class org.jdesktop.swingx.plaf.TitledPanelUI
Adds the given JComponent as a decoration on the right of the title
setRolloverCursor(Point) - Method in class org.jdesktop.swingx.JXTree
 
setRolloverEnabled(boolean) - Method in class org.jdesktop.swingx.JXList
Property to enable/disable rollover support.
setRolloverEnabled(boolean) - Method in class org.jdesktop.swingx.JXTable
Property to enable/disable rollover support.
setRolloverEnabled(boolean) - Method in class org.jdesktop.swingx.JXTree
Property to enable/disable rollover support.
setRoot(TreeNode) - Method in class org.jdesktop.swingx.treetable.DefaultTreeTableModel
 
setRootPane(JRootPane) - Method in class org.jdesktop.swingx.JXFrame
Overloaded to make this public.
setRootVisible(boolean) - Method in class org.jdesktop.swingx.JXTreeTable
Determines whether or not the root node from the TreeModel is visible.
setRowHeight(int) - Method in class org.jdesktop.swingx.JXTable
Changes the row height for all rows in the table.
setRowHeight(int, int) - Method in class org.jdesktop.swingx.JXTable
 
setRowHeight(int, int) - Method in class org.jdesktop.swingx.JXTreeTable
Throws UnsupportedOperationException because variable height rows are not supported.
setRowHeight(int) - Method in class org.jdesktop.swingx.JXTreeTable
Sets the row height for this JXTreeTable.
setRowHeightEnabled(boolean) - Method in class org.jdesktop.swingx.JXTable
sets enabled state of individual rowHeight support.
setRowLayout(boolean) - Method in class org.jdesktop.swingx.MultiSplitLayout.Split
Set the rowLayout property.
setRowMargin(int) - Method in class org.jdesktop.swingx.JXTreeTable
Overridden to ensure that private renderer state is kept in sync with the state of the component.
setSaveMode(JXLoginPanel.SaveMode) - Method in class org.jdesktop.swingx.JXLoginPanel
The save mode indicates whether the "save" password is checked by default.
setScale(double) - Method in class org.jdesktop.swingx.JXImageView
Sets the current image scale .
setScrollableTracksViewportHeight(boolean) - Method in class org.jdesktop.swingx.JXPanel
 
setScrollableTracksViewportWidth(boolean) - Method in class org.jdesktop.swingx.JXPanel
 
setScrollOnExpand(boolean) - Method in class org.jdesktop.swingx.JXTaskPane
Should this group be scrolled to be visible on expand.
setScrollsOnExpand(boolean) - Method in class org.jdesktop.swingx.JXTreeTable
Sets the value of the scrollsOnExpand property for the tree part.
setSearchable(Searchable) - Method in class org.jdesktop.swingx.JXEditorPane
sets the Searchable for this editor.
setSearchable(Searchable) - Method in class org.jdesktop.swingx.JXFindBar
 
setSearchable(Searchable) - Method in class org.jdesktop.swingx.JXFindPanel
Sets the Searchable targeted of this find widget.
setSearchable(Searchable) - Method in class org.jdesktop.swingx.JXList
sets the Searchable for this editor.
setSearchable(Searchable) - Method in class org.jdesktop.swingx.JXTable
sets the Searchable for this editor.
setSearchable(Searchable) - Method in class org.jdesktop.swingx.JXTree
sets the Searchable for this editor.
setSelected(boolean) - Method in class org.jdesktop.swingx.action.AbstractActionExt
Changes the state of the action
setSelected(Object, boolean) - Method in class org.jdesktop.swingx.action.ActionManager
Sets the selected state of a toggle action.
setSelectedBackground(Color) - Method in class org.jdesktop.swingx.calendar.JXMonthView
Sets the selected background color to c.
setSelectedBackground(Color) - Method in class org.jdesktop.swingx.decorator.Highlighter
Sets the selected background color of this Highlighter and notifies registered ChangeListeners if this is mutable.
setSelectedDateSpan(DateSpan) - Method in class org.jdesktop.swingx.calendar.JXMonthView
Selects the dates in the DateSpan.
setSelectedForeground(Color) - Method in class org.jdesktop.swingx.decorator.Highlighter
Sets the selected foreground color of this Highlighter and notifies registered ChangeListeners if this is mutable.
setSelectedItem(Object) - Method in class org.jdesktop.swingx.autocomplete.AbstractAutoCompleteAdaptor
Sets the selected item.
setSelectedItem(Object) - Method in class org.jdesktop.swingx.autocomplete.ComboBoxAdaptor
 
setSelectedItem(Object) - Method in class org.jdesktop.swingx.autocomplete.ListAdaptor
 
setSelectedItem(Object) - Method in class org.jdesktop.swingx.combobox.EnumComboBoxModel
 
setSelectedValue(Object) - Method in class org.jdesktop.swingx.JXRadioGroup
 
setSelectionMode(int) - Method in class org.jdesktop.swingx.calendar.JXMonthView
Set the selection mode for this JXMonthView.
setSelectionMode(int) - Method in class org.jdesktop.swingx.JXTreeTable
Overridden to ensure that private renderer state is kept in sync with the state of the component.
setSelectionModel(ListSelectionModel) - Method in class org.jdesktop.swingx.JXList
Overridden to update selectionMapper
setSelectionModel(ListSelectionModel) - Method in class org.jdesktop.swingx.JXTable
Overridden to update selectionMapper
setServer(String) - Method in class org.jdesktop.swingx.auth.LoginService
 
setServers(List<String>) - Method in class org.jdesktop.swingx.JXLoginPanel
Sets the list of servers.
setShape(Shape) - Method in class org.jdesktop.swingx.painter.ShapePainter
Sets the shape to fillPaint.
setShortDescription(String) - Method in class org.jdesktop.swingx.action.AbstractActionExt
Sets the short desciption of the action.
setShowHorizontalLines(boolean) - Method in class org.jdesktop.swingx.JXTreeTable
Sets whether the table draws horizontal lines between cells.
setShowingOnStartup(boolean) - Method in interface org.jdesktop.swingx.JXTipOfTheDay.ShowOnStartupChoice
Persists the user choice
setShowingWeekNumber(boolean) - Method in class org.jdesktop.swingx.calendar.JXMonthView
Set whether or not this JXMonthView will display week numbers or not.
setShowsRootHandles(boolean) - Method in class org.jdesktop.swingx.JXTreeTable
Sets the value of the showsRootHandles property for the tree part.
setShowVerticalLines(boolean) - Method in class org.jdesktop.swingx.JXTreeTable
Sets whether the table draws vertical lines between cells.
setSmallColorIconName(String) - Method in class org.jdesktop.swingx.BeanInfoSupport
Specify the name/url/path to the small 16x16 color icon
setSmallIcon(Icon) - Method in class org.jdesktop.swingx.action.AbstractActionExt
Sets the small icon which represents the action.
setSmallMonoIconName(String) - Method in class org.jdesktop.swingx.BeanInfoSupport
Specify the name/url/path to the small 16x16 monochrome icon
setSortable(boolean) - Method in class org.jdesktop.swingx.JXTable
Sets "sortable" property indicating whether or not this table supports sortable columns.
setSortable(boolean) - Method in class org.jdesktop.swingx.JXTreeTable
overridden to do nothing.
setSorter(Sorter) - Method in class org.jdesktop.swingx.decorator.FilterPipeline
Sets the sorter that the output of the filter pipeline is piped through.
setSorterClass(String) - Method in class org.jdesktop.swingx.table.TableColumnExt
Sets a user-defined sorter for this column
setSortGestureRecognizer(JXTableHeader.SortGestureRecognizer) - Method in class org.jdesktop.swingx.JXTableHeader
Set the SortGestureRecognizer for use in the HeaderListener.
setSortKey(SortKey) - Method in class org.jdesktop.swingx.decorator.Sorter
Updates itself according to the SortKey's properties.
setSortKeys(List<? extends SortKey>) - Method in class org.jdesktop.swingx.decorator.FilterPipeline.SorterBasedSortController
 
setSortKeys(List<? extends SortKey>) - Method in interface org.jdesktop.swingx.decorator.SortController
Set the sort order by column.
setSource(Object) - Method in class org.jdesktop.swingx.MouseMessagingHandler
Set the source object of the MessageEvents.
setSpacing(double) - Method in class org.jdesktop.swingx.painter.PinstripePainter
Sets the spacing between pinstripes
setSpecial(boolean) - Method in class org.jdesktop.swingx.JXTaskPane
Sets this pane to be "special" or not.
setSquareLength(int) - Method in class org.jdesktop.swingx.painter.CheckerboardPainter
Specifies the length of the squares.
setStateAction() - Method in class org.jdesktop.swingx.action.AbstractActionExt
Set the state property to true.
setStateAction(boolean) - Method in class org.jdesktop.swingx.action.AbstractActionExt
Set the state property.
setStateAction(boolean) - Method in class org.jdesktop.swingx.action.LinkAction
Set the state property.
setStatus(JXLoginPanel.Status) - Method in class org.jdesktop.swingx.JXLoginPanel
Change the status
setStatusBar(JXStatusBar) - Method in class org.jdesktop.swingx.JXRootPane
Set the status bar for this root pane.
setStroke(Stroke) - Method in class org.jdesktop.swingx.painter.ShapePainter
Sets the stroke to use for painting.
setStrokeControl(Object) - Method in class org.jdesktop.swingx.painter.AbstractPainter
Specifies a technique for rendering strokes
setStrokePaint(Paint) - Method in class org.jdesktop.swingx.painter.ShapePainter
The Paint to use for stroking the shape (painting the outline).
setStyle(JXImagePanel.Style) - Method in class org.jdesktop.swingx.JXImagePanel
Sets what style to use when painting the image
setStyle(ImagePainter.Style) - Method in class org.jdesktop.swingx.painter.ImagePainter
Sets what style to use when painting the image
setStyle(ShapePainter.Style) - Method in class org.jdesktop.swingx.painter.ShapePainter
The shape can be filled or simply stroked (outlined), or both.
setSynchronous(boolean) - Method in class org.jdesktop.swingx.auth.LoginService
Sets the synchronous property
setTable(JTable) - Method in class org.jdesktop.swingx.JXTableHeader
Sets the associated JTable.
setTarget(T) - Method in class org.jdesktop.swingx.action.LinkAction
PRE: isTargetable(target)
setTarget(Targetable) - Method in class org.jdesktop.swingx.action.TargetManager
Gets the current targetable component.
setTarget(String) - Method in class org.jdesktop.swingx.LinkModel
Set the target that the URL should load into.
setTargetClass(Class) - Method in class org.jdesktop.swingx.LinkRenderer
Sets the class the action is supposed to handle.
setTargetManager(TargetManager) - Method in class org.jdesktop.swingx.action.TargetableAction
Set target manager which will handle this command.
setTestColumnIndex(int) - Method in class org.jdesktop.swingx.decorator.ConditionalHighlighter
 
setText(String) - Method in class org.jdesktop.swingx.LinkModel
Set the display text.
setText(String) - Method in class org.jdesktop.swingx.painter.TextPainter
 
setTextAntialiasing(Object) - Method in class org.jdesktop.swingx.painter.AbstractPainter
Sets the technique for anti-aliasing text.
setTextPainted(boolean) - Method in class org.jdesktop.swingx.JXGraph
Enables or disables the painting of axis labels depending on the value of the parameter.
setThumbRenderer(ThumbRenderer) - Method in class org.jdesktop.swingx.JXMultiThumbSlider
 
setTimeZone(TimeZone) - Method in class org.jdesktop.swingx.calendar.JXMonthView
Sets the time zone with the given time zone value.
setTimeZone(TimeZone) - Method in class org.jdesktop.swingx.JXDatePicker
Sets the time zone with the given time zone value.
setTip(Object) - Method in class org.jdesktop.swingx.tips.DefaultTip
 
setTipName(String) - Method in class org.jdesktop.swingx.tips.DefaultTip
 
setTips(TipOfTheDayModel.Tip[]) - Method in class org.jdesktop.swingx.tips.DefaultTipOfTheDayModel
 
setTitle(String) - Method in class org.jdesktop.swingx.JXHeader
 
setTitle(String) - Method in class org.jdesktop.swingx.JXTaskPane
Sets the title to be displayed in the border of this pane.
setTitle(String) - Method in class org.jdesktop.swingx.JXTitledPanel
 
setTitle(String) - Method in class org.jdesktop.swingx.JXTitledSeparator
Sets the title for the separator.
setTitle(String) - Method in class org.jdesktop.swingx.table.TableColumnExt
Sets the title of this view column.
setTitleFont(Font) - Method in class org.jdesktop.swingx.JXTitledPanel
 
setTitleForeground(Color) - Method in class org.jdesktop.swingx.JXTitledPanel
 
setTitlePainter(Painter) - Method in class org.jdesktop.swingx.JXTitledPanel
Set the Painter to use for painting the title section of the JXTitledPanel.
setTodayBackground(Color) - Method in class org.jdesktop.swingx.calendar.JXMonthView
Sets the color used to draw the bounding box around today.
setToolBar(JToolBar) - Method in class org.jdesktop.swingx.JXRootPane
Set the toolbar bar for this root pane.
setTrackingLookAndFeelChanges(boolean) - Static method in class org.jdesktop.swingx.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.
setTrackRenderer(TrackRenderer) - Method in class org.jdesktop.swingx.JXMultiThumbSlider
 
setTraversable(boolean) - Method in class org.jdesktop.swingx.calendar.JXMonthView
Set whether or not the month view will display buttons to allow the user to traverse to previous or next months.
setTreeCellRenderer(TreeCellRenderer) - Method in class org.jdesktop.swingx.JXTreeTable
Sets the specified TreeCellRenderer as the Tree cell renderer.
setTreeTableModel(TreeTableModel) - Method in class org.jdesktop.swingx.JXTreeTable
Sets the data model for this JXTreeTable to the specified TreeTableModel.
setUI(MonthViewUI) - Method in class org.jdesktop.swingx.calendar.JXMonthView
Sets the L&F object that renders this component.
setUI(DatePickerUI) - Method in class org.jdesktop.swingx.JXDatePicker
Sets the L&F object that renders this component.
setUI(MultiThumbSliderUI) - Method in class org.jdesktop.swingx.JXMultiThumbSlider
 
setUI(StatusBarUI) - Method in class org.jdesktop.swingx.JXStatusBar
Sets the look and feel (L&F) object that renders this component.
setUI(TaskPaneUI) - Method in class org.jdesktop.swingx.JXTaskPane
Sets the L&F object that renders this component.
setUI(TaskPaneContainerUI) - Method in class org.jdesktop.swingx.JXTaskPaneContainer
Sets the L&F object that renders this component.
setUI(TipOfTheDayUI) - Method in class org.jdesktop.swingx.JXTipOfTheDay
Sets the L&F object that renders this component.
setUI(TitledPanelUI) - Method in class org.jdesktop.swingx.JXTitledPanel
Sets the look and feel (L&F) object that renders this component.
setUnclickedColor(Color) - Method in class org.jdesktop.swingx.JXHyperlink
Sets the color for the previously visited link.
setupGraphics(Graphics2D) - Method in class org.jdesktop.swingx.JXGraph
This method is called by the component prior to any drawing operation to configure the drawing surface.
setUpIcon(Icon) - Method in class org.jdesktop.swingx.table.ColumnHeaderRenderer
 
setURL(String) - Method in class org.jdesktop.swingx.action.ServerAction
Set the url for the action.
setUrl(String) - Method in class org.jdesktop.swingx.auth.JDBCLoginService
 
setURL(URL) - Method in class org.jdesktop.swingx.LinkModel
Set the url and resets the visited flag.
setURLString(String) - Method in class org.jdesktop.swingx.LinkModel
 
setUseCache(boolean) - Method in class org.jdesktop.swingx.painter.AbstractPainter
Sets whether to cache the painted image with a SoftReference in a BufferedImage between calls.
setUseFindBar(boolean) - Method in class org.jdesktop.swingx.SearchFactory
 
setUserName(String) - Method in class org.jdesktop.swingx.JXLoginPanel.ComboNamePanel
 
setUserName(String) - Method in interface org.jdesktop.swingx.JXLoginPanel.NameComponent
 
setUserName(String) - Method in class org.jdesktop.swingx.JXLoginPanel
Sets the User name for this panel.
setUserName(String) - Method in class org.jdesktop.swingx.JXLoginPanel.SimpleNamePanel
 
setUserNames(String[]) - Method in class org.jdesktop.swingx.auth.DefaultUserNameStore
 
setUserNames(String[]) - Method in class org.jdesktop.swingx.auth.UserNameStore
 
setUserNames(String[]) - Method in class org.jdesktop.swingx.JXLoginPanel.ComboNamePanel
 
setUsingKeyboard(boolean) - Method in class org.jdesktop.swingx.plaf.basic.BasicMonthViewUI
 
setValue(Object) - Method in class org.jdesktop.swingx.editors.HighlighterPropertyEditor
 
setValue(Object) - Method in class org.jdesktop.swingx.JXTable.DateRenderer
 
setValue(Object) - Method in class org.jdesktop.swingx.JXTable.DoubleRenderer
 
setValue(Object) - Method in class org.jdesktop.swingx.JXTable.IconRenderer
 
setValueAt(Object, int, int) - Method in class org.jdesktop.swingx.decorator.ComponentAdapter
 
setValueAt(Object, int, int) - Method in class org.jdesktop.swingx.decorator.Filter
Sets the specified value as the new value for the cell identified by the specified row and column index.
setValueAt(Object, int, int) - Method in class org.jdesktop.swingx.decorator.FilterPipeline
 
setValueAt(Object, int, int) - Method in class org.jdesktop.swingx.JXList.ListAdapter
 
setValueAt(Object, int, int) - Method in class org.jdesktop.swingx.JXTable
setValueAt(Object, int, int) - Method in class org.jdesktop.swingx.JXTable.TableAdapter
 
setValueAt(Object, int, int) - Method in class org.jdesktop.swingx.JXTree.TreeAdapter
 
setValueAt(Object, Object, int) - Method in class org.jdesktop.swingx.treetable.DefaultTreeTableModel
 
setValueAt(Object, Object, int) - Method in interface org.jdesktop.swingx.treetable.TreeTableModel
 
setValues(Object[]) - Method in class org.jdesktop.swingx.JXRadioGroup
 
setVerticalAlignment(int) - Method in class org.jdesktop.swingx.table.ColumnHeaderRenderer
 
setVerticalTextPosition(int) - Method in class org.jdesktop.swingx.table.ColumnHeaderRenderer
 
setView(Rectangle2D) - Method in class org.jdesktop.swingx.JXGraph
Sets the view of the graph.
setViewAndOrigin(Rectangle2D) - Method in class org.jdesktop.swingx.JXGraph
Sets the view and the origin of the graph at the same time.
setViewSelectionModel(ListSelectionModel) - Method in class org.jdesktop.swingx.decorator.SelectionMapper
sets the view selection model.
setViewSizeSequence(SizeSequence, int) - Method in class org.jdesktop.swingx.decorator.SizeSequenceMapper
 
setVisible(boolean) - Method in class org.jdesktop.swingx.JXDialog
 
setVisible(boolean) - Method in class org.jdesktop.swingx.JXGlassBox
 
setVisible(boolean) - Method in class org.jdesktop.swingx.table.TableColumnExt
Sets the visible property.
setVisibleRowCount(int) - Method in class org.jdesktop.swingx.JXTable
?
setVisited(boolean) - Method in class org.jdesktop.swingx.action.LinkAction
Set the visited property.
setVisited(boolean) - Method in class org.jdesktop.swingx.LinkModel
Sets a flag to indicate if the link has been visited.
setVisitingDelegate(ActionListener) - Method in class org.jdesktop.swingx.action.LinkModelAction
The delegate to invoke on actionPerformed.
setWarningIcon(Icon) - Method in class org.jdesktop.swingx.JXErrorDialog
Specifies the icon to use if the IncidentInfo is not Level.SEVERE
setWeight(double) - Method in class org.jdesktop.swingx.MultiSplitLayout.Divider
Dividers can't have a weight, they don't grow or shrink.
setWeight(double) - Method in class org.jdesktop.swingx.MultiSplitLayout.Node
The weight property is a between 0.0 and 1.0 used to compute how much space to add to this sibling when the layout grows or how much to reduce when the layout shrinks.
setWrapping(boolean) - Method in class org.jdesktop.swingx.PatternModel
 
ShapePainter - Class in org.jdesktop.swingx.painter
A Painter that paints Shapes.
ShapePainter() - Constructor for class org.jdesktop.swingx.painter.ShapePainter
Create a new ShapePainter
ShapePainter(Shape) - Constructor for class org.jdesktop.swingx.painter.ShapePainter
Create a new ShapePainter with the specified shape.
ShapePainter(Shape, Paint) - Constructor for class org.jdesktop.swingx.painter.ShapePainter
Create a new ShapePainter with the specified shape and fillPaint.
ShapePainter(Shape, Paint, ShapePainter.Style) - Constructor for class org.jdesktop.swingx.painter.ShapePainter
Create a new ShapePainter with the specified shape and fillPaint.
ShapePainter.Style - Enum in org.jdesktop.swingx.painter
Different available fill styles.
showCurrentTip() - Method in class org.jdesktop.swingx.plaf.basic.BasicTipOfTheDayUI
 
showDialog(Component, String, Throwable) - Static method in class org.jdesktop.swingx.JXErrorDialog
Constructs and shows the error dialog for the given exception.
showDialog(Component, String, String, Throwable) - Static method in class org.jdesktop.swingx.JXErrorDialog
Constructs and shows the error dialog for the given exception.
showDialog(Component, String, String, String) - Static method in class org.jdesktop.swingx.JXErrorDialog
Show the error dialog.
showDialog(Component, String, String) - Static method in class org.jdesktop.swingx.JXErrorDialog
Show the error dialog.
showDialog(Component, IncidentInfo) - Static method in class org.jdesktop.swingx.JXErrorDialog
Show the error dialog.
showDialog(Component, String, MultipleGradientPaint) - Static method in class org.jdesktop.swingx.JXGradientChooser
This static utility method cannot be called from the ETD, or your application will lock up.
showDialog(Component) - Method in class org.jdesktop.swingx.JXTipOfTheDay
Pops up a "Tip of the day" dialog.
showDialog(Component, Preferences) - Method in class org.jdesktop.swingx.JXTipOfTheDay
Pops up a "Tip of the day" dialog.
showDialog(Component, Preferences, boolean) - Method in class org.jdesktop.swingx.JXTipOfTheDay
Pops up a "Tip of the day" dialog.
showDialog(Component, JXTipOfTheDay.ShowOnStartupChoice) - Method in class org.jdesktop.swingx.JXTipOfTheDay
Pops up a "Tip of the day" dialog.
showDialog(Component, JXTipOfTheDay.ShowOnStartupChoice, boolean) - Method in class org.jdesktop.swingx.JXTipOfTheDay
Pops up a "Tip of the day" dialog.
showFindBar(JComponent, Searchable) - Method in class org.jdesktop.swingx.SearchFactory
Show a incremental-find widget targeted at the searchable.
showFindDialog(JComponent, Searchable) - Method in class org.jdesktop.swingx.SearchFactory
Show a batch-find widget targeted at the given Searchable.
showFindInput(JComponent, Searchable) - Method in class org.jdesktop.swingx.SearchFactory
Shows an appropriate find widget targeted at the searchable.
showFoundMessage() - Method in class org.jdesktop.swingx.JXFindBar
here: set textfield colors to normal.
showFoundMessage() - Method in class org.jdesktop.swingx.JXFindPanel
Report that suitable match is found.
showLoginDialog(Component, LoginService) - Static method in class org.jdesktop.swingx.JXLoginPanel
Shows a login dialog.
showLoginDialog(Component, LoginService, PasswordStore, UserNameStore) - Static method in class org.jdesktop.swingx.JXLoginPanel
Shows a login dialog.
showLoginDialog(Component, LoginService, PasswordStore, UserNameStore, List<String>) - Static method in class org.jdesktop.swingx.JXLoginPanel
Shows a login dialog.
showLoginDialog(Component, JXLoginPanel) - Static method in class org.jdesktop.swingx.JXLoginPanel
Shows a login dialog.
showLoginFrame(LoginService) - Static method in class org.jdesktop.swingx.JXLoginPanel
Shows a login frame.
showLoginFrame(LoginService, PasswordStore, UserNameStore) - Static method in class org.jdesktop.swingx.JXLoginPanel
 
showLoginFrame(LoginService, PasswordStore, UserNameStore, List<String>) - Static method in class org.jdesktop.swingx.JXLoginPanel
 
showLoginFrame(JXLoginPanel) - Static method in class org.jdesktop.swingx.JXLoginPanel
 
showNotFoundMessage() - Method in class org.jdesktop.swingx.JXFindBar
here: set textfield colors to not-found colors.
showNotFoundMessage() - Method in class org.jdesktop.swingx.JXFindPanel
Report that no match is found.
showOnGlassPane(Container, Component, int, int, int) - Method in class org.jdesktop.swingx.JXGlassBox
 
showOnGlassPane(Container, int, int) - Method in class org.jdesktop.swingx.JXGlassBox
 
ShuttleSorter - Class in org.jdesktop.swingx.decorator
Pluggable sorting filter.
ShuttleSorter() - Constructor for class org.jdesktop.swingx.decorator.ShuttleSorter
 
ShuttleSorter(int, boolean) - Constructor for class org.jdesktop.swingx.decorator.ShuttleSorter
 
ShuttleSorter(int, boolean, Comparator) - Constructor for class org.jdesktop.swingx.decorator.ShuttleSorter
 
SILVER_VISUAL_STYLE - Static variable in class org.jdesktop.swingx.plaf.windows.WindowsLookAndFeelAddons
 
SimpleLoginService - Class in org.jdesktop.swingx.auth
An implementation of LoginService that simply matches the username/password against a list of known users and their passwords.
SimpleLoginService(Map<String, char[]>) - Constructor for class org.jdesktop.swingx.auth.SimpleLoginService
Creates a new SimpleLoginService based on the given password map.
SINGLE_INTERVAL_SELECTION - Static variable in class org.jdesktop.swingx.calendar.JXMonthView
Mode that allows for selecting of multiple consecutive days.
SINGLE_SELECTION - Static variable in class org.jdesktop.swingx.calendar.JXMonthView
Mode that allows for selection of a single day.
sizeColumnsToFit(int) - Method in class org.jdesktop.swingx.JXTreeTable
Overriden to invoke supers implementation, and then, if the receiver is editing a Tree column, the editors bounds is reset.
SizeSequenceMapper - Class in org.jdesktop.swingx.decorator
 
SizeSequenceMapper() - Constructor for class org.jdesktop.swingx.decorator.SizeSequenceMapper
 
SizeSequenceMapper(FilterPipeline) - Constructor for class org.jdesktop.swingx.decorator.SizeSequenceMapper
 
SizeSequenceMapper(FilterPipeline, SizeSequence, int) - Constructor for class org.jdesktop.swingx.decorator.SizeSequenceMapper
 
slider - Variable in class org.jdesktop.swingx.plaf.basic.BasicMultiThumbSliderUI
 
sort(int[], int[], int, int) - Method in class org.jdesktop.swingx.decorator.ShuttleSorter
 
SORT_ORDER_CHANGED - Static variable in class org.jdesktop.swingx.decorator.PipelineEvent
Identifies a order change of the interactive sorter.
SortArrowIcon - Class in org.jdesktop.swingx.icon
 
SortArrowIcon(boolean) - Constructor for class org.jdesktop.swingx.icon.SortArrowIcon
 
SortController - Interface in org.jdesktop.swingx.decorator
Defines a sorting strategy for a table.
Sorter - Class in org.jdesktop.swingx.decorator
Pluggable sorting filter.
Sorter() - Constructor for class org.jdesktop.swingx.decorator.Sorter
 
Sorter(int, boolean) - Constructor for class org.jdesktop.swingx.decorator.Sorter
 
Sorter(int, boolean, Comparator) - Constructor for class org.jdesktop.swingx.decorator.Sorter
 
sorter - Variable in class org.jdesktop.swingx.table.TableColumnExt
 
SortKey - Class in org.jdesktop.swingx.decorator
A column and how its sorted.
SortKey(SortOrder, int) - Constructor for class org.jdesktop.swingx.decorator.SortKey
 
SortKey(SortOrder, int, Comparator) - Constructor for class org.jdesktop.swingx.decorator.SortKey
 
SortOrder - Class in org.jdesktop.swingx.decorator
Encasulates sort state.
SPECIAL_CHANGED_KEY - Static variable in class org.jdesktop.swingx.JXTaskPane
Used when generating PropertyChangeEvents for the "special" property
specialTitleBackground - Variable in class org.jdesktop.swingx.plaf.basic.BasicTaskPaneUI.PaneBorder
 
specialTitleForeground - Variable in class org.jdesktop.swingx.plaf.basic.BasicTaskPaneUI.PaneBorder
 
specialTitleOver - Variable in class org.jdesktop.swingx.plaf.basic.BasicTaskPaneUI.PaneBorder
 
StackLayout - Class in org.jdesktop.swingx
StackLayout is a Swing layout aimed to act as the layers stack of most popuplar graphics editing tools like The GIMP or Photoshop.
StackLayout() - Constructor for class org.jdesktop.swingx.StackLayout
 
startAuthentication(String, char[], String) - Method in class org.jdesktop.swingx.auth.LoginService
This method starts the authentication process and is either synchronous or asynchronous based on the synchronous property
startLogin() - Method in class org.jdesktop.swingx.JXLoginPanel
Initiates the login procedure.
startOfDay(Date) - Static method in class org.jdesktop.swingx.calendar.DateUtils
Returns a new Date with the hours, milliseconds, seconds and minutes set to 0.
startOfDayInMillis(long) - Static method in class org.jdesktop.swingx.calendar.DateUtils
Returns day in millis with the hours, milliseconds, seconds and minutes set to 0.
StatusBarUI - Class in org.jdesktop.swingx.plaf
 
StatusBarUI() - Constructor for class org.jdesktop.swingx.plaf.StatusBarUI
 
stopCellEditing() - Method in class org.jdesktop.swingx.autocomplete.ComboBoxCellEditor
Tells the combo box to stop editing and accept any partially edited value as the value of the combo box.
stopCellEditing() - Method in class org.jdesktop.swingx.JXTable.GenericEditor
 
stopSearching() - Method in class org.jdesktop.swingx.SearchFactory
 
store(OutputStream) - Method in class org.jdesktop.swingx.auth.KeyChain
Persists the KeyChain to an OutputStream
stringToValue(String) - Method in class org.jdesktop.swingx.JXDatePickerFormatter
styleCombo - Variable in class org.jdesktop.swingx.JXGradientChooser
 
support - Variable in class org.jdesktop.swingx.JXGraph.Plot
List of property change listeners listening to this plot's instance.
supportsCustomEditor() - Method in class org.jdesktop.swingx.editors.HighlighterPropertyEditor
 
SwingPropertyChangeSupport - Class in org.jdesktop.swingx.util
This subclass of java.beans.PropertyChangeSupport is almost identical in functionality.
SwingPropertyChangeSupport(Object) - Constructor for class org.jdesktop.swingx.util.SwingPropertyChangeSupport
Constructs a SwingPropertyChangeSupport object.
SwingPropertyChangeSupport(Object, boolean) - Constructor for class org.jdesktop.swingx.util.SwingPropertyChangeSupport
Constructs a SwingPropertyChangeSupport object.
SwingWorker<T,V> - Class in org.jdesktop.swingx.util
An abstract class to perform lengthy GUI-interacting tasks in a dedicated thread.
SwingWorker() - Constructor for class org.jdesktop.swingx.util.SwingWorker
Constructs this SwingWorker.
SwingWorker.StateValue - Enum in org.jdesktop.swingx.util
Values for the state bound property.

swingx
Version 2005-08-19
A B C D E F G H I J K L M N O P Q R S T U V W X Y _