- Saturation - Static variable in class org.jdesktop.swingx.graphics.BlendComposite
-
- SATURATION - org.jdesktop.swingx.graphics.BlendComposite.BlendingMode
-
- savePainterToFile(Painter, File) - Static method in class org.jdesktop.swingx.editors.PainterUtil
-
- savePainterToFile(Painter, File, URL) - Static method in class org.jdesktop.swingx.editors.PainterUtil
-
- savePainterToImage(JComponent, CompoundPainter, File) - Static method in class org.jdesktop.swingx.editors.PainterUtil
-
- savePassword() - Method in class org.jdesktop.swingx.JXLoginPane
-
Puts the password into the password store.
- 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
- SCALED - org.jdesktop.swingx.JXImagePanel.Style
-
- SCALED_KEEP_ASPECT_RATIO - org.jdesktop.swingx.JXImagePanel.Style
-
- ScaleTypePropertyEditor() - Constructor for class org.jdesktop.swingx.painter.ImagePainterBeanInfo.ScaleTypePropertyEditor
-
- Screen - Static variable in class org.jdesktop.swingx.graphics.BlendComposite
-
- SCREEN - org.jdesktop.swingx.graphics.BlendComposite.BlendingMode
-
- SCROLL_ON_EXPAND_CHANGED_KEY - Static variable in class org.jdesktop.swingx.JXTaskPane
-
Used when generating PropertyChangeEvents for the "scrollOnExpand" property
- 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.JXEditorPane.DocumentSearchable
-
- search(String) - Method in class org.jdesktop.swingx.search.AbstractSearchable
-
Performs a forward search starting at the beginning
across the Searchable using String that represents a
regex pattern; Pattern
.
- search(String) - Method in interface org.jdesktop.swingx.search.Searchable
-
Search searchString
from the beginning of a document.
- search(String, int) - Method in class org.jdesktop.swingx.JXEditorPane.DocumentSearchable
-
- search(String, int) - Method in class org.jdesktop.swingx.search.AbstractSearchable
-
Performs a forward search starting at the given startIndex
using String that represents a regex
pattern; Pattern
.
- search(String, int) - Method in interface org.jdesktop.swingx.search.Searchable
-
Search searchString
from the given position in a document.
- search(String, int, boolean) - Method in class org.jdesktop.swingx.JXEditorPane.DocumentSearchable
-
- search(String, int, boolean) - Method in class org.jdesktop.swingx.search.AbstractSearchable
-
Performs a search starting at the given startIndex
using String that represents a regex
pattern; Pattern
.
- search(String, int, boolean) - Method in interface org.jdesktop.swingx.search.Searchable
-
Search searchString
in the given direction from the some position in a document.
- search(Pattern) - Method in class org.jdesktop.swingx.JXEditorPane.DocumentSearchable
-
- search(Pattern) - Method in class org.jdesktop.swingx.search.AbstractSearchable
-
Performs a forward search starting at the beginning
across the Searchable using the pattern; Pattern
.
- search(Pattern) - Method in interface org.jdesktop.swingx.search.Searchable
-
Search for the pattern from the beginning of the document.
- search(Pattern, int) - Method in class org.jdesktop.swingx.JXEditorPane.DocumentSearchable
-
- search(Pattern, int) - Method in class org.jdesktop.swingx.search.AbstractSearchable
-
Performs a forward search starting at the given startIndex
using the Pattern; Pattern
.
- search(Pattern, int) - Method in interface org.jdesktop.swingx.search.Searchable
-
Search for the pattern from the start index.
- search(Pattern, int, boolean) - Method in class org.jdesktop.swingx.JXEditorPane.DocumentSearchable
-
- search(Pattern, int, boolean) - Method in class org.jdesktop.swingx.search.AbstractSearchable
-
Performs a search starting at the given startIndex
using the pattern; Pattern
.
- search(Pattern, int, boolean) - Method in interface org.jdesktop.swingx.search.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.search.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
-
property to control search behaviour.
- Searchable - Interface in org.jdesktop.swingx.search
-
Interface that used to implement search logic in all the search capable
components.
- SearchFactory - Class in org.jdesktop.swingx.search
-
Factory to create, configure and show application consistent
search and find widgets.
- SearchFactory() - Constructor for class org.jdesktop.swingx.search.SearchFactory
-
- SearchFactory.FindRemover - Class in org.jdesktop.swingx.search
-
- searchField - Variable in class org.jdesktop.swingx.AbstractPatternPanel
-
- searchLabel - Variable in class org.jdesktop.swingx.AbstractPatternPanel
-
- SearchPredicate - Class in org.jdesktop.swingx.decorator
-
Pattern based HighlightPredicate for searching.
- SearchPredicate(String) - Constructor for class org.jdesktop.swingx.decorator.SearchPredicate
-
Instantiates a Predicate with a Pattern compiled from the given
regular expression.
- SearchPredicate(String, int) - Constructor for class org.jdesktop.swingx.decorator.SearchPredicate
-
Instantiates a Predicate with a Pattern compiled from the given
regular expression.
- SearchPredicate(String, int, int) - Constructor for class org.jdesktop.swingx.decorator.SearchPredicate
-
Instantiates a Predicate with a Pattern compiled from the given
regular expression.
- SearchPredicate(Pattern) - Constructor for class org.jdesktop.swingx.decorator.SearchPredicate
-
Instantiates a Predicate with the given Pattern.
- SearchPredicate(Pattern, int) - Constructor for class org.jdesktop.swingx.decorator.SearchPredicate
-
Instantiates a Predicate with the given Pattern.
- SearchPredicate(Pattern, int, int) - Constructor for class org.jdesktop.swingx.decorator.SearchPredicate
-
Instantiates a Predicate with the given Pattern.
- SearchResult() - Constructor for class org.jdesktop.swingx.search.AbstractSearchable.SearchResult
-
- SearchResult(Pattern, MatchResult, int, int) - Constructor for class org.jdesktop.swingx.search.AbstractSearchable.SearchResult
-
- SELECTABLE_DATES_CHANGED - org.jdesktop.swingx.event.DateSelectionEvent.EventType
-
- SELECTABLE_RANGE_CHANGED - org.jdesktop.swingx.event.DateSelectionEvent.EventType
-
- selectAll() - Method in class org.jdesktop.swingx.autocomplete.AutoCompleteComboBoxEditor
-
- selected - Variable in class org.jdesktop.swingx.combobox.ListComboBoxModel
-
The currently selected item.
- selected - Variable in class org.jdesktop.swingx.renderer.CellContext
-
- SELECTION_CLEARED - org.jdesktop.swingx.event.DateSelectionEvent.EventType
-
- SELECTION_MODEL - Static variable in class org.jdesktop.swingx.JXMonthView
-
- selectionMapper - Variable in class org.jdesktop.swingx.JXTable
-
The handler for mapping view/model coordinates of row selection.
- SelectionMapper - Interface in org.jdesktop.swingx.decorator
-
Responsible for keeping track of selection in model coordinates.
- 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, String, Icon) - Constructor for class org.jdesktop.swingx.action.ServerAction
-
- ServerAction(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.
- setActionManager(ActionManager) - Method in class org.jdesktop.swingx.action.ActionContainerFactory
-
Sets the ActionManager instance that will be used by this
ActionContainerFactory
- setAddon(Class<?>) - Static method in class org.jdesktop.swingx.plaf.LookAndFeelAddons
-
- setAddon(String) - Static method in class org.jdesktop.swingx.plaf.LookAndFeelAddons
-
- setAddon(LookAndFeelAddons) - Static method in class org.jdesktop.swingx.plaf.LookAndFeelAddons
-
- setAdjusting(boolean) - Method in class org.jdesktop.swingx.calendar.AbstractDateSelectionModel
-
Set the property to mark upcoming selections as intermediate/
final.
- setAdjusting(boolean) - Method in interface org.jdesktop.swingx.calendar.DateSelectionModel
-
Set the property to mark upcoming selections as intermediate/
final.
- setAllowsChildren(boolean) - Method in class org.jdesktop.swingx.treetable.AbstractMutableTreeTableNode
-
Determines whether or not this node is allowed to have children.
- 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.
- setAlpha(float) - Method in class org.jdesktop.swingx.painter.AlphaPainter
-
Sets the current alpha value for this painter.
- 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.
- 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.JXMonthView
-
Turns on/off anti-aliased text for this component.
- setAntiAliasedText(boolean) - Method in class org.jdesktop.swingx.table.ColumnHeaderRenderer
-
- setAntialiasing(boolean) - Method in class org.jdesktop.swingx.painter.AbstractPainter
-
Sets the antialiasing setting.
- setAreaEffects(AreaEffect...) - Method in class org.jdesktop.swingx.painter.AbstractAreaPainter
-
Sets the path effects to be drawn on this painter.
- setAscending(boolean) - Method in class org.jdesktop.swingx.decorator.Sorter
-
- setAsText(String) - Method in class org.jdesktop.swingx.editors.DimensionPropertyEditor
-
- setAsText(String) - Method in class org.jdesktop.swingx.editors.EnumerationValuePropertyEditor
-
- setAsText(String) - Method in class org.jdesktop.swingx.editors.EnumPropertyEditor
-
- setAsText(String) - Method in class org.jdesktop.swingx.editors.ImageEditor
-
- setAsText(String) - Method in class org.jdesktop.swingx.editors.ImageURLEditor
-
- setAsText(String) - Method in class org.jdesktop.swingx.editors.InsetsPropertyEditor
-
- setAsText(String) - Method in class org.jdesktop.swingx.editors.Paint2PropertyEditor
-
- setAsText(String) - Method in class org.jdesktop.swingx.editors.Painter2PropertyEditor
-
- 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.PointPropertyEditor
-
- setAsText(String) - Method in class org.jdesktop.swingx.editors.Rectangle2DPropertyEditor
-
- setAsText(String) - Method in class org.jdesktop.swingx.editors.RectanglePropertyEditor
-
- setAutoResizeMode(int) - Method in class org.jdesktop.swingx.JXTable
- setAutoStartEditOnKeyStroke(boolean) - Method in class org.jdesktop.swingx.JXTable
-
Sets the autoStartsEdit property.
- 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.ColorHighlighter
-
Sets the background color of this ColorHighlighter
and
notifies registered ChangeListeners.
- setBackground(Color) - Method in class org.jdesktop.swingx.renderer.AbstractRenderer
-
- setBackground(Color) - Method in class org.jdesktop.swingx.renderer.DefaultVisuals
-
Sets the renderer's unselected-background color to the specified color.
- setBackground(Color) - Method in class org.jdesktop.swingx.renderer.WrappingIconPanel
- 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.JXLabel
-
Sets a Painter to use to paint the background of this component By default there is already a single painter
installed which draws the normal background for this component according to the current Look and Feel.
- setBackgroundPainter(Painter) - Method in class org.jdesktop.swingx.JXMultiSplitPane
-
Specifies a Painter to use to paint the background of this JXPanel.
- setBackgroundPainter(Painter) - Method in class org.jdesktop.swingx.JXPanel
-
Sets a Painter to use to paint the background of this JXPanel.
- setBackgroundPainter(Painter<JXButton>) - Method in class org.jdesktop.swingx.JXButton
-
- setBackwards(boolean) - Method in class org.jdesktop.swingx.search.PatternModel
-
- setBanner(Image) - Method in class org.jdesktop.swingx.JXLoginPane
-
Set the image to use for the banner.
- setBannerText(String) - Method in class org.jdesktop.swingx.JXLoginPane
-
Set the text to use when creating the banner.
- setBaseColor(Color) - Method in class org.jdesktop.swingx.painter.BusyPainter
-
Sets new base color.
- setBGP(JComponent, Painter) - Static method in class org.jdesktop.swingx.editors.PainterUtil
-
- setBlurEnabled(boolean) - Method in class org.jdesktop.swingx.graphics.ReflectionRenderer
-
- setBlurRadius(int) - Method in class org.jdesktop.swingx.graphics.ReflectionRenderer
-
- setBorder(Border) - Method in class org.jdesktop.swingx.decorator.BorderHighlighter
-
Sets the Border used for highlighting.
- setBorder(Border) - Method in class org.jdesktop.swingx.JXCollapsiblePane
- setBorderPaint(Paint) - Method in class org.jdesktop.swingx.painter.AbstractAreaPainter
-
The Paint to use for stroking the shape (painting the outline).
- setBorderPainted(boolean) - Method in class org.jdesktop.swingx.JXButton
-
- setBorderPainted(boolean) - Method in class org.jdesktop.swingx.renderer.CheckBoxProvider
-
Sets the border painted flag.
- setBorderPosition(NeonBorderEffect.BorderPosition) - Method in class org.jdesktop.swingx.painter.effects.NeonBorderEffect
-
- setBorderWidth(float) - Method in class org.jdesktop.swingx.painter.AbstractAreaPainter
-
Sets the border width to use for painting.
- setBound(boolean, String...) - Method in class org.jdesktop.swingx.BeanInfoSupport
-
- setBounds(int, int, int, int) - Method in class org.jdesktop.swingx.JXMultiThumbSlider
-
- setBounds(Rectangle) - Method in class org.jdesktop.swingx.JXMonthView
-
Moves and resizes this component to conform to the new bounding
rectangle r.
- 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.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.JXMonthView
-
Sets the number of pixels used to pad the top and bottom of a day.
- setBranchesCount(int) - Method in class org.jdesktop.swingx.geom.Star2D
-
Sets the number branches of the star.
- 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.
- setBrushColor(Color) - Method in class org.jdesktop.swingx.painter.effects.AbstractAreaEffect
-
Setter for property brushColor.
- setBrushSteps(int) - Method in class org.jdesktop.swingx.painter.effects.AbstractAreaEffect
-
Setter for property brushSteps.
- setBusy(boolean) - Method in class org.jdesktop.swingx.JXBusyLabel
-
Sets whether this JXBusyLabel
instance should consider
itself busy.
- setBusyPainter(BusyPainter) - Method in class org.jdesktop.swingx.JXBusyLabel
-
- setCacheable(boolean) - Method in class org.jdesktop.swingx.painter.AbstractPainter
-
Sets whether this AbstractPainter
can be cached as an image.
- setCallback(String) - Method in class org.jdesktop.swingx.action.BoundAction
-
The callback string will be called to register the action callback.
- setCancelButton(JButton) - Method in class org.jdesktop.swingx.JXFrame
-
- setCancelButton(JButton) - Method in class org.jdesktop.swingx.JXRootPane
-
Sets the cancelButton
property,
which determines the current default cancel button for this JRootPane
.
- setCaseSensitive(boolean) - Method in class org.jdesktop.swingx.search.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
- setCenterColor(Color) - Method in class org.jdesktop.swingx.painter.effects.NeonBorderEffect
-
- setCharacterAttributes(int, int, AttributeSet, boolean) - Method in class org.jdesktop.swingx.autocomplete.AutoCompleteDocument
- setCheckingDirtyChildPainters(boolean) - Method in class org.jdesktop.swingx.painter.CompoundPainter
-
Set the flag used by
CompoundPainter.isDirty()
to check if the
child
Painter
s should be checked for their
dirty
flag as part of processing.
- setChildren(List<MultiSplitLayout.Node>) - Method in class org.jdesktop.swingx.MultiSplitLayout.Split
-
Set's the children property of this Split node.
- setChildren(MultiSplitLayout.Node...) - Method in class org.jdesktop.swingx.MultiSplitLayout.Split
-
Convenience method for setting the children of this Split node.
- setChooser(JColorChooser) - Method in class org.jdesktop.swingx.JXColorSelectionButton
-
Set the JColorChooser that is used by this JXColorSelectionButton.
- setClickCountToStart(int) - Method in class org.jdesktop.swingx.table.DatePickerCellEditor
-
Specifies the number of clicks needed to start editing.
- 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.
- setClipPreserved(boolean) - Method in class org.jdesktop.swingx.painter.CompoundPainter
-
Sets if the clip should be preserved.
- setClosedIcon(Icon) - Method in class org.jdesktop.swingx.JXTree.DelegatingRenderer
-
- setClosedIcon(Icon) - Method in class org.jdesktop.swingx.JXTree
-
Sets the Icon to use for a closed folder 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
.
- setCollapsed(boolean) - Method in class org.jdesktop.swingx.JXTaskPane
-
Expands or collapses this group.
- setCollapsedIcon(Icon) - Method in class org.jdesktop.swingx.JXTree
-
Sets the Icon to use for the handle 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.
- setColor(Color) - Method in class org.jdesktop.swingx.graphics.ShadowRenderer
-
Sets the color used by the renderer to generate shadows.
- setColorIconName(String) - Method in class org.jdesktop.swingx.BeanInfoSupport
-
Specify the name/url/path to the 32x32 color icon
- setColumnControl(JComponent) - Method in class org.jdesktop.swingx.JXTable
-
Sets the component used as column control.
- setColumnControlVisible(boolean) - Method in class org.jdesktop.swingx.JXTable
-
Sets the column control visible property.
- setColumnFactory(ColumnFactory) - Method in class org.jdesktop.swingx.JXTable
-
Sets the ColumnFactory
to use for column creation and
configuration.
- setColumnIdentifiers(List<?>) - Method in class org.jdesktop.swingx.treetable.DefaultTreeTableModel
-
Replaces the column identifiers in the model.
- 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.
- 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.JXList
-
Sets the comparator used.
- setComparator(Comparator) - Method in class org.jdesktop.swingx.table.TableColumnExt
-
Sets the comparator to use for this column.
- setComponent(JComponent) - Method in class org.jdesktop.swingx.renderer.WrappingIconPanel
-
Sets the delegate component.
- setComponentInputMapEnabled(boolean) - Method in class org.jdesktop.swingx.JXMonthView
-
Sets the component input map enablement property.
- setComponentOrientation(ComponentOrientation) - Method in class org.jdesktop.swingx.JXDatePicker
-
- setComponentOrientation(ComponentOrientation) - Method in class org.jdesktop.swingx.JXLoginPane
-
This method adds functionality to support bidi languages within this
component
- setComponentOrientation(ComponentOrientation) - Method in class org.jdesktop.swingx.JXTable
-
Sets the language-sensitive orientation that is to be used to order
the elements or text within this component.
- setComponentOrientation(ComponentOrientation) - Method in class org.jdesktop.swingx.JXTitledSeparator
- setComponentOrientation(ComponentOrientation) - Method in class org.jdesktop.swingx.renderer.WrappingIconPanel
-
- setComponentTreeEnabled(Component, boolean) - Method in class org.jdesktop.swingx.SwingXUtilities
-
Enables or disables of the components in the tree starting with c
.
- setComponentTreeLocale(Component, Locale) - Method in class org.jdesktop.swingx.SwingXUtilities
-
Sets the locale for an entire component hierarchy to the specified
locale.
- setCompound(boolean) - Method in class org.jdesktop.swingx.decorator.BorderHighlighter
-
Sets the compound property.
- setConnection(Connection) - Method in class org.jdesktop.swingx.auth.JDBCLoginService
-
- 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.
- setContentAreaFilled(boolean) - Method in class org.jdesktop.swingx.JXButton
-
- 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
- setCursor(Cursor) - Method in class org.jdesktop.swingx.JXFrame
-
- 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
-
Sets the date property.
- setDayForeground(int, Color) - Method in class org.jdesktop.swingx.JXMonthView
-
Set the color to be used for painting the specified day of the week.
- setDaysOfTheWeek(String[]) - Method in class org.jdesktop.swingx.JXMonthView
-
Sets the String representation for each day of the week as used
in the header of the day's grid.
- setDaysOfTheWeekForeground(Color) - Method in class org.jdesktop.swingx.JXMonthView
-
Sets the color used to draw the foreground of each day of the week.
- setDb(Point2D.Double) - Method in class org.jdesktop.swingx.editors.PainterPropertyEditor.TestStuff
-
- setDefaultButton(JButton) - Method in class org.jdesktop.swingx.JXFrame
-
- setDefaultPackMargin(int) - Method in class org.jdesktop.swingx.table.ColumnFactory
-
Sets the default pack margin.
- setDelay(int) - Method in class org.jdesktop.swingx.JXBusyLabel
-
- setDelegateRenderer(ListCellRenderer) - Method in class org.jdesktop.swingx.JXList.DelegatingRenderer
-
Sets the delegate.
- setDelegateRenderer(TreeCellRenderer) - Method in class org.jdesktop.swingx.JXTree.DelegatingRenderer
-
Sets the delegate.
- setDescription(String) - Method in class org.jdesktop.swingx.JXHeader
-
Sets the description for this header.
- setDescriptionFont(Font) - Method in class org.jdesktop.swingx.JXHeader
-
Sets font for the description line of header.
- setDescriptionForeground(Color) - Method in class org.jdesktop.swingx.JXHeader
-
Sets description foreground color.
- setDirection(JXBusyLabel.Direction) - Method in class org.jdesktop.swingx.JXBusyLabel
-
Sets direction of rotation.
- setDirection(JXBusyLabel.Direction) - Method in class org.jdesktop.swingx.painter.BusyPainter
-
Sets new spinning direction.
- setDirection(JXCollapsiblePane.Direction) - Method in class org.jdesktop.swingx.JXCollapsiblePane
-
Changes the direction of this collapsible pane.
- setDirty(boolean) - Method in class org.jdesktop.swingx.painter.AbstractPainter
-
Sets the dirty bit.
- 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.
- setDividerPainter(JXMultiSplitPane.DividerPainter) - Method in class org.jdesktop.swingx.JXMultiSplitPane
-
Sets the DividerPainter that's used to paint Dividers on this
MultiSplitPane.
- 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.
- setDraggedDistance(int) - Method in class org.jdesktop.swingx.JXTableHeader
- setDropHackEnabled(boolean) - Method in class org.jdesktop.swingx.renderer.WrappingIconPanel
-
Sets the dropHackEnabled property.
- setEdgeColor(Color) - Method in class org.jdesktop.swingx.painter.effects.NeonBorderEffect
-
Set the edge color
- setEditable(boolean) - Method in class org.jdesktop.swingx.JXDatePicker
-
Sets the editable property.
- 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.JXTable
-
Sets the editable property.
- setEditable(boolean) - Method in class org.jdesktop.swingx.table.TableColumnExt
-
Sets the editable property.
- setEditor(JFormattedTextField) - Method in class org.jdesktop.swingx.JXDatePicker
-
Sets the editor.
- setEditorKit(EditorKit) - Method in class org.jdesktop.swingx.JXEditorPane
-
Overidden to perform document initialization based on type.
- setEffectWidth(int) - Method in class org.jdesktop.swingx.painter.effects.AbstractAreaEffect
-
Setter for property effectWidth.
- setEnabled(boolean) - Method in class org.jdesktop.swingx.decorator.DefaultSelectionMapper
-
Toggle whether selection mapping is active.
- setEnabled(boolean) - Method in interface org.jdesktop.swingx.decorator.SelectionMapper
-
Toggle whether selection mapping is active.
- setEnabled(boolean) - Method in class org.jdesktop.swingx.JXGraph
- setEnabled(boolean) - Method in class org.jdesktop.swingx.JXRadioGroup
-
Enable/disable all of the child buttons
- setEnabled(boolean) - Method in class org.jdesktop.swingx.JXTreeTable
- setEnabled(boolean) - Method in class org.jdesktop.swingx.UIAction
-
- setEnabled(Object, boolean) - Method in class org.jdesktop.swingx.action.ActionManager
-
Enables or disables the state of the Action corresponding to the
action id.
- setEnumerationValues(EnumerationValue[], String...) - Method in class org.jdesktop.swingx.BeanInfoSupport
-
- setErrorInfo(ErrorInfo) - Method in class org.jdesktop.swingx.JXErrorPane
-
Sets the ErrorInfo for this dialog.
- setErrorMessage(String) - Method in class org.jdesktop.swingx.JXLoginPane
-
Sets the error message for this login panel
- setErrorReporter(ErrorReporter) - Method in class org.jdesktop.swingx.JXErrorPane
-
- setExpandedIcon(Icon) - Method in class org.jdesktop.swingx.JXTree
-
Sets the Icon to use 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
-
- setFGP(JComponent, Painter) - Static method in class org.jdesktop.swingx.editors.PainterUtil
-
- setFieldName(String) - Method in class org.jdesktop.swingx.JXSearchPanel
-
set the label of the search combo.
- setFillHorizontal(boolean) - Method in class org.jdesktop.swingx.painter.AbstractLayoutPainter
-
Sets if the content should be stretched horizontally to fill all available horizontalAlignment
space (minus the left and right insets).
- setFillPaint(Paint) - Method in class org.jdesktop.swingx.painter.AbstractAreaPainter
-
Sets the Paint to use.
- setFillsViewportHeight(boolean) - Method in class org.jdesktop.swingx.JXTable
-
Sets the flag which controls the scrollableTracksViewportHeight property.
- setFillVertical(boolean) - Method in class org.jdesktop.swingx.painter.AbstractLayoutPainter
-
Sets if the content should be stretched vertically to fill all available verticalAlignment
space (minus the top and bottom insets).
- setFilterEnabled(boolean) - Method in class org.jdesktop.swingx.JXList
-
Enables/disables filtering support.
- setFilters(BufferedImageOp...) - Method in class org.jdesktop.swingx.painter.AbstractPainter
-
A convenience method for specifying the filters to use based on
BufferedImageOps.
- setFilters(FilterPipeline) - Method in class org.jdesktop.swingx.decorator.DefaultSelectionMapper
-
- setFilters(FilterPipeline) - Method in interface org.jdesktop.swingx.decorator.SelectionMapper
-
Install the new filter pipeline and map the newly filtered data
towards the view.
- setFilters(FilterPipeline) - Method in class org.jdesktop.swingx.decorator.SizeSequenceMapper
-
- setFilters(FilterPipeline) - Method in class org.jdesktop.swingx.JXList
-
Sets the FilterPipeline for filtering the items of this list, maybe null
to remove all previously applied filters.
- setFilters(FilterPipeline) - Method in class org.jdesktop.swingx.JXTable
-
Sets the FilterPipeline for filtering table rows, maybe null
to remove all previously applied filters.
- setFilters(FilterPipeline) - Method in class org.jdesktop.swingx.JXTreeTable
-
overridden to do nothing.
- setFirstDayOfWeek(int) - Method in class org.jdesktop.swingx.calendar.AbstractDateSelectionModel
-
Sets what the first day of the week is.
- setFirstDayOfWeek(int) - Method in interface org.jdesktop.swingx.calendar.DateSelectionModel
-
Sets what the first day of the week is.
- setFirstDayOfWeek(int) - Method in class org.jdesktop.swingx.JXMonthView
-
Sets what the first day of the week is; e.g.,
Calendar.SUNDAY
in US, Calendar.MONDAY
in France.
- setFirstDisplayedDay(Date) - Method in class org.jdesktop.swingx.JXMonthView
-
Set the first displayed date.
- setFirstDisplayedDay(Date) - Method in class org.jdesktop.swingx.plaf.basic.BasicMonthViewUI
-
Sets the firstDisplayedDate property to the given value.
- setFixedWidth(int) - Method in class org.jdesktop.swingx.JXStatusBar.Constraint
-
Set the fixed width the component added with this
constraint will occupy on the JXStatusBar
.
- setFlaggedDates(Date...) - Method in class org.jdesktop.swingx.JXMonthView
-
Replace all flags with the given dates.
- setFlaggedDayForeground(Color) - Method in class org.jdesktop.swingx.JXMonthView
-
Set the color to be used for painting the foreground 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(Container, Font) - Static method in class org.jdesktop.swingx.util.PaintUtils
-
Sets the font for a containment hierarchy.
- setFont(Font) - Method in class org.jdesktop.swingx.JXDatePicker
-
Set the font for the editor associated with this date picker.
- setFont(Font) - Method in class org.jdesktop.swingx.JXHeader
-
Sets new font for both, title and description line of the header.
- setFont(Font) - Method in class org.jdesktop.swingx.JXMonthView
-
Sets the font of this component.
- setFont(Font) - Method in class org.jdesktop.swingx.JXTitledSeparator
- setFont(Font) - Method in class org.jdesktop.swingx.painter.TextPainter
-
Set the font (and font size and style) to be used when drawing the text
- setFont(Font) - Method in class org.jdesktop.swingx.renderer.WrappingIconPanel
- setFont(Font) - Method in class org.jdesktop.swingx.table.ColumnHeaderRenderer
-
- setFontRecursively(Container, Font) - Static method in class org.jdesktop.swingx.util.WindowUtils
-
- setForeground(Color) - Method in class org.jdesktop.swingx.decorator.ColorHighlighter
-
Sets the foreground color of this ColorHighlighter
and notifies
registered ChangeListeners.
- setForeground(Color) - Method in class org.jdesktop.swingx.JXTitledSeparator
- setForeground(Color) - Method in class org.jdesktop.swingx.renderer.AbstractRenderer
-
- setForeground(Color) - Method in class org.jdesktop.swingx.renderer.DefaultVisuals
-
Sets the renderer's unselected-foreground color to the specified color.
- setForeground(Color) - Method in class org.jdesktop.swingx.renderer.WrappingIconPanel
- 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.
- setForegroundPainter(Painter) - Method in class org.jdesktop.swingx.JXLabel
-
Sets a new foregroundPainter on the label.
- setForegroundPainter(Painter<JXButton>) - Method in class org.jdesktop.swingx.JXButton
-
- 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.
- setFormats(DateFormat...) - Method in class org.jdesktop.swingx.table.DatePickerCellEditor
-
- setFoundIndex(int) - Method in class org.jdesktop.swingx.search.PatternModel
-
- setFrame(int) - Method in class org.jdesktop.swingx.painter.BusyPainter
-
Sets current frame.
- 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.color.GradientPreviewPanel
-
- setGradient(MultipleGradientPaint) - Method in class org.jdesktop.swingx.JXGradientChooser
-
Sets the gradient within this panel to the new gradient.
- setGridColor(Color) - Method in class org.jdesktop.swingx.JXTable
- 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.
- setHidden(boolean, String...) - Method in class org.jdesktop.swingx.BeanInfoSupport
-
Sets the given named properties to be "hidden".
- setHighlightColor(Color) - Method in class org.jdesktop.swingx.painter.BusyPainter
-
Sets new highlight color.
- setHighlighters(Highlighter...) - Method in class org.jdesktop.swingx.decorator.CompoundHighlighter
-
Sets the given
Highlighter
s.
- setHighlighters(Highlighter...) - Method in class org.jdesktop.swingx.JXList
-
Sets the Highlighter
s to the table, replacing any old settings.
- setHighlighters(Highlighter...) - Method in class org.jdesktop.swingx.JXTable
-
Sets the Highlighter
s to the table, replacing any old settings.
- setHighlighters(Highlighter...) - Method in class org.jdesktop.swingx.JXTree
-
Sets the Highlighter
s to the table, replacing any old settings.
- setHighlighters(Highlighter...) - Method in class org.jdesktop.swingx.table.TableColumnExt
-
Sets the Highlighter
s to the table, replacing any old settings.
- setHighlightPredicate(HighlightPredicate) - Method in class org.jdesktop.swingx.decorator.AbstractHighlighter
-
Set the HighlightPredicate used to decide whether a cell should
be highlighted.
- 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.renderer.ComponentProvider
-
Sets the horizontal alignment property to configure the component with.
- setHorizontalAlignment(int) - Method in class org.jdesktop.swingx.table.ColumnHeaderRenderer
-
- setHorizontalAlignment(AbstractLayoutPainter.HorizontalAlignment) - Method in class org.jdesktop.swingx.painter.AbstractLayoutPainter
-
Sets a new horizontalAlignment alignment.
- setHorizontalRepeat(boolean) - Method in class org.jdesktop.swingx.painter.ImagePainter
-
Sets if the image should be repeated horizontally.
- setHorizontalScrollEnabled(boolean) - Method in class org.jdesktop.swingx.JXTable
-
Sets the enablement of enhanced horizontal scrolling.
- 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
-
Sets the icon for this border.
- setIcon(Icon) - Method in class org.jdesktop.swingx.decorator.IconHighlighter
-
Sets the icon to use for decoration.
- setIcon(Icon) - Method in class org.jdesktop.swingx.JXErrorPane
-
Specifies the icon to use
- setIcon(Icon) - Method in class org.jdesktop.swingx.JXHeader
-
Sets the icon to use for the header.
- 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.renderer.WrappingIconPanel
-
Sets the icon.
- setIcon(Icon) - Method in class org.jdesktop.swingx.table.ColumnHeaderRenderer
-
- setIconPosition(int) - Method in class org.jdesktop.swingx.border.IconBorder
-
Sets the position to place the icon (relative to the component contents).
- setIconPosition(JXHeader.IconPosition) - Method in class org.jdesktop.swingx.JXHeader
-
Sets new Icon position.
- setIconTextGap(int) - Method in class org.jdesktop.swingx.table.ColumnHeaderRenderer
-
- setIdle(boolean) - Method in class org.jdesktop.swingx.JXFrame
-
- setIdleThreshold(long) - Method in class org.jdesktop.swingx.JXFrame
-
- 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(BufferedImage) - Method in class org.jdesktop.swingx.painter.ImagePainter
-
Sets the image to paint with.
- setImage(File) - Method in class org.jdesktop.swingx.JXImageView
-
Set the current image to an image pointed to by this File.
- setImage(URL) - Method in class org.jdesktop.swingx.JXImageView
-
Set the current image to an image pointed to by this URL.
- setImageLocation(Point2D) - Method in class org.jdesktop.swingx.JXImageView
-
Set the current image location.
- setImageScale(double) - Method in class org.jdesktop.swingx.painter.ImagePainter
-
Sets the scaling factor used when drawing the image
- setImageString(String) - Method in class org.jdesktop.swingx.JXImageView
-
Sets the current image using a string.
- setImageString(String) - Method in class org.jdesktop.swingx.painter.ImagePainter
-
Used by the persistence mechanism.
- setImageURL(URL) - Method in class org.jdesktop.swingx.JXImageView
-
- setIncremental(boolean) - Method in class org.jdesktop.swingx.search.PatternModel
-
- setInheritAlpha(boolean) - Method in class org.jdesktop.swingx.JXPanel
-
- setInner(boolean) - Method in class org.jdesktop.swingx.decorator.BorderHighlighter
-
Sets the inner property.
- setInnerRadius(double) - Method in class org.jdesktop.swingx.geom.Star2D
-
Sets the inner radius of the star, that is the distance between its
center and the origin of the branches.
- setInputEnabled(boolean) - Method in class org.jdesktop.swingx.JXGraph
-
Enables or disables user input on the component.
- setIns(Insets) - Method in class org.jdesktop.swingx.editors.PainterPropertyEditor.TestStuff
-
- setInsets(Insets) - Method in class org.jdesktop.swingx.painter.AbstractLayoutPainter
-
Sets the current whitespace insets.
- setInstance(ActionManager) - Static method in class org.jdesktop.swingx.action.ActionManager
-
Sets the ActionManager instance.
- setInstance(SearchFactory) - Static method in class org.jdesktop.swingx.search.SearchFactory
-
Sets the shared SearchFactory.
- setInstance(ColumnFactory) - Static method in class org.jdesktop.swingx.table.ColumnFactory
-
Sets the shared default factory.
- setInterpolation(AbstractPainter.Interpolation) - Method in class org.jdesktop.swingx.painter.AbstractPainter
-
Sets a new value for the interpolation setting.
- setItem(Object) - Method in class org.jdesktop.swingx.autocomplete.AutoCompleteComboBoxEditor
-
- setJMenuBar(JMenuBar) - Method in class org.jdesktop.swingx.JXRootPane
-
Set the menu bar for this root pane.
- setKeyPreview(boolean) - Method in class org.jdesktop.swingx.JXFrame
-
- setLargeIcon(Icon) - Method in class org.jdesktop.swingx.action.AbstractActionExt
-
Sets the large icon which represents the action.
- setLargeModel(boolean) - Method in class org.jdesktop.swingx.JXTreeTable
-
Specifies whether the UI should use a large model.
- 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
-
Overridden to redirect call to the content pane.
- setLayoutAxis(int) - Method in class org.jdesktop.swingx.JXRadioGroup
-
Set the layout axis of the radio group.
- setLayoutMode(int) - Method in class org.jdesktop.swingx.MultiSplitLayout
-
Set the layout mode.
- setLeafIcon(Icon) - Method in class org.jdesktop.swingx.JXTree.DelegatingRenderer
-
- setLeafIcon(Icon) - Method in class org.jdesktop.swingx.JXTree
-
Sets the Icon to use 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
- setLength(float) - Method in class org.jdesktop.swingx.graphics.ReflectionRenderer
-
Sets the length of the reflection, as a fraction of the height of the
source image.
- setLightPaint(Paint) - Method in class org.jdesktop.swingx.painter.CheckerboardPainter
-
Specifies the paint to use for light tiles.
- setLightWeightPopupEnabled(boolean) - Method in class org.jdesktop.swingx.JXDatePicker
-
Sets the lightWeightPopupEnabled
property, which
provides a hint as to whether or not a lightweight
Component
should be used to contain the
JXDatePicker
, versus a heavyweight
Component
such as a Panel
or a Window
.
- setLineWrap(boolean) - Method in class org.jdesktop.swingx.JXLabel
-
Enables line wrapping support for plain text.
- setLinkAction(LinkAction) - Method in class org.jdesktop.swingx.renderer.HyperlinkProvider
-
Sets the LinkAction for handling the values.
- setLinkAction(LinkAction, Class) - Method in class org.jdesktop.swingx.renderer.HyperlinkProvider
-
Sets the LinkAction for handling the values and the
class the action can handle.
- setLinkDay(Date) - Method in class org.jdesktop.swingx.JXDatePicker
-
Sets the date shown in the TodayPanel.
- setLinkDay(Date, 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.
- setLinkFormat(MessageFormat) - Method in class org.jdesktop.swingx.JXDatePicker
-
- setLinkPanel(JPanel) - Method in class org.jdesktop.swingx.JXDatePicker
-
Set the panel that will be used at the bottom of the popup.
- setLocale(Locale) - Method in class org.jdesktop.swingx.AbstractPatternPanel
- setLocale(Locale) - Method in class org.jdesktop.swingx.calendar.AbstractDateSelectionModel
-
Sets the Locale of this model's calendar.
- setLocale(Locale) - Method in interface org.jdesktop.swingx.calendar.DateSelectionModel
-
Sets the Locale of this model's calendar.
- setLocale(Locale) - Method in class org.jdesktop.swingx.JXDialog
- setLocale(Locale) - Method in class org.jdesktop.swingx.JXLoginPane
-
- setLocale(Locale) - Method in class org.jdesktop.swingx.JXMonthView
-
Sets locale and resets text and format used to display months and days.
- setLocale(Locale) - Method in class org.jdesktop.swingx.JXTable
- setLogicalStyle(int, Style) - Method in class org.jdesktop.swingx.autocomplete.AutoCompleteDocument
- setLoginService(LoginService) - Method in class org.jdesktop.swingx.JXLoginPane
-
Sets the LoginService
for this panel.
- setLongDescription(String) - Method in class org.jdesktop.swingx.action.AbstractActionExt
-
Sets the long desciption of the action.
- setLowerBound(Date) - Method in class org.jdesktop.swingx.calendar.AbstractDateSelectionModel
-
Set the lower bound date that is allowed to be selected for this model.
- setLowerBound(Date) - Method in interface org.jdesktop.swingx.calendar.DateSelectionModel
-
Set the lower bound date that is allowed to be selected for this model.
- setLowerBound(Date) - Method in class org.jdesktop.swingx.JXMonthView
-
Set the lower bound date that is allowed to be selected.
- 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.
- setMatchRule(String) - Method in class org.jdesktop.swingx.search.PatternModel.RegexCreator
-
- setMatchRule(String) - Method in class org.jdesktop.swingx.search.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
-
- setMaxLineSpan(int) - Method in class org.jdesktop.swingx.JXLabel
-
- setMergedClip(Graphics2D, Shape) - Static method in class org.jdesktop.swingx.util.PaintUtils
-
Sets then clip on a graphics object by merging with the existing
clip instead of replacing it.
- setMessage(String) - Method in class org.jdesktop.swingx.JXLoginPane
-
Sets a custom message for this login panel
- setMinimalDaysInFirstWeek(int) - Method in class org.jdesktop.swingx.calendar.AbstractDateSelectionModel
-
Sets the minimal number of days in the first week of the year.
- setMinimalDaysInFirstWeek(int) - Method in interface org.jdesktop.swingx.calendar.DateSelectionModel
-
Sets the minimal number of days in the first week of the year.
- 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(int) - Method in class org.jdesktop.swingx.action.AbstractActionExt
-
Sets the mnemonic key code for the action.
- setMnemonic(String) - Method in class org.jdesktop.swingx.action.AbstractActionExt
-
- setModel(ListModel) - Method in class org.jdesktop.swingx.JXList
-
Sets the underlying data model.
- setModel(TableModel) - Method in class org.jdesktop.swingx.JXTable
- 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(TreeModel) - Method in class org.jdesktop.swingx.JXTree
-
- setModel(MultiThumbModel<E>) - Method in class org.jdesktop.swingx.JXMultiThumbSlider
-
- setModel(MultiSplitLayout.Node) - Method in class org.jdesktop.swingx.JXMultiSplitPane
-
A convenience method that sets the MultiSplitLayout model.
- 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.
- setModel(TipOfTheDayModel) - Method in class org.jdesktop.swingx.JXTipOfTheDay
-
- 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.JXMonthView
-
Sets the color used to draw the background of the month string.
- setMonthStringForeground(Color) - Method in class org.jdesktop.swingx.JXMonthView
-
Sets the color used to draw the foreground of the month string.
- setMonthStringInsets(Insets) - Method in class org.jdesktop.swingx.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.
- setMorphing(double) - Method in class org.jdesktop.swingx.geom.Morphing2D
-
Sets the morphing value between the two shapes.
- setMultiThumbModel(MultiThumbModel) - Method in class org.jdesktop.swingx.color.GradientPreviewPanel
-
- 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.
- setName(String) - Method in class org.jdesktop.swingx.MultiSplitLayout.Split
-
Set the value of the name property.
- setObject(E) - Method in class org.jdesktop.swingx.multislider.Thumb
-
- setOffset(Point2D) - Method in class org.jdesktop.swingx.painter.effects.AbstractAreaEffect
-
Setter for property offset.
- setOpacity(float) - Method in class org.jdesktop.swingx.graphics.ReflectionRenderer
-
Sets the opacity used by the factory to generate reflections.
- setOpacity(float) - Method in class org.jdesktop.swingx.graphics.ShadowRenderer
-
Sets the opacity used by the renderer to generate shadows.
- setOpenIcon(Icon) - Method in class org.jdesktop.swingx.JXTree.DelegatingRenderer
-
- setOpenIcon(Icon) - Method in class org.jdesktop.swingx.JXTree
-
Sets the Icon to use for an open folder node.
- setOpenIcon(Icon) - Method in class org.jdesktop.swingx.JXTreeTable
-
Sets the specified icon as the icon to use for rendering open container nodes.
- setOrigin(Point2D) - Method in class org.jdesktop.swingx.JXGraph
-
Sets the origin of the graph.
- setOuterRadius(double) - Method in class org.jdesktop.swingx.geom.Star2D
-
Sets the outer radius of the star, that is the distance between its
center and the tips of the branches.
- setOverrulesActionOnClick(boolean) - Method in class org.jdesktop.swingx.JXHyperlink
-
Sets the overrulesActionOnClick 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.
- setOverwriteRendererIcons(boolean) - Method in class org.jdesktop.swingx.JXTreeTable
-
Property to control whether per-tree icons should be
copied to the renderer on setTreeCellRenderer.
- setPadding(int) - Method in class org.jdesktop.swingx.border.IconBorder
-
Sets the padding around the icon.
- setPaint(Paint) - Method in class org.jdesktop.swingx.editors.PaintPicker
-
- 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.PinstripePainter
-
Set the paint to use for drawing the pinstripes
- setPaintBorderInsets(boolean) - Method in class org.jdesktop.swingx.JXButton
-
Sets the paintBorderInsets property.
- setPaintBorderInsets(boolean) - Method in class org.jdesktop.swingx.JXLabel
-
Sets the paintBorderInsets property.
- setPaintBorderInsets(boolean) - Method in class org.jdesktop.swingx.JXPanel
-
Sets the paintBorderInsets property.
- setPaintCentered(boolean) - Method in class org.jdesktop.swingx.painter.BusyPainter
-
Centers shape in the area covered by the painter.
- setPainter(Painter) - Method in class org.jdesktop.swingx.decorator.PainterHighlighter
-
Sets the Painter to use in this Highlighter, may be null.
- setPainter(Painter) - Method in class org.jdesktop.swingx.painter.PainterGlasspane
-
- setPainter(Painter) - Method in class org.jdesktop.swingx.painter.PainterIcon
-
- setPainter(Painter) - Method in class org.jdesktop.swingx.renderer.JRendererCheckBox
- setPainter(Painter) - Method in class org.jdesktop.swingx.renderer.JRendererLabel
- setPainter(Painter) - Method in class org.jdesktop.swingx.renderer.JXRendererHyperlink
- setPainter(Painter) - Method in interface org.jdesktop.swingx.renderer.PainterAware
-
- setPainter(Painter) - Method in class org.jdesktop.swingx.renderer.WrappingIconPanel
-
Sets the delegate's Painter if it is of type PainterAware.
- setPainters(Painter...) - Method in class org.jdesktop.swingx.painter.CompoundPainter
-
Sets the array of Painters to use.
- setPainting(boolean) - Method in class org.jdesktop.swingx.JXButton
-
- setPaintStretched(boolean) - Method in class org.jdesktop.swingx.painter.AbstractAreaPainter
-
Specifies whether this Painter should attempt to resize the Paint to fit the area being painted.
- setPanel(JXLoginPane) - Method in class org.jdesktop.swingx.JXLoginDialog
-
- setParagraphAttributes(int, int, AttributeSet, boolean) - Method in class org.jdesktop.swingx.autocomplete.AutoCompleteDocument
- setParent(MultiSplitLayout.Split) - Method in class org.jdesktop.swingx.MultiSplitLayout.Node
-
Set the value of this Node's parent property.
- setParent(MutableTreeTableNode) - Method in class org.jdesktop.swingx.treetable.AbstractMutableTreeTableNode
-
Sets the parent of this node to newParent
.
- setParent(MutableTreeTableNode) - Method in interface org.jdesktop.swingx.treetable.MutableTreeTableNode
-
Sets the parent of this node to newParent
.
- setPassword(char[]) - Method in class org.jdesktop.swingx.JXLoginPane
-
Sets the Password for this panel.
- setPasswordStore(PasswordStore) - Method in class org.jdesktop.swingx.JXLoginPane
-
Sets the PasswordStore for this panel.
- setPattern(String, int) - Method in class org.jdesktop.swingx.decorator.PatternFilter
-
Convenience to set the pattern in terms of a regex and
matchFlags, which are used to compile the pattern to apply.
- setPattern(Pattern) - Method in class org.jdesktop.swingx.decorator.PatternFilter
-
Sets the pattern used by this filter for matching.
- setPattern(Pattern) - Method in interface org.jdesktop.swingx.decorator.PatternMatcher
-
- setPatternFilter(PatternFilter) - Method in class org.jdesktop.swingx.JXSearchPanel
-
sets the PatternFilter control.
- setPixels(BufferedImage, int, int, int, int, int[]) - Static method in class org.jdesktop.swingx.graphics.GraphicsUtilities
-
Writes a rectangular area of pixels in the destination
BufferedImage
.
- setPoints(int) - Method in class org.jdesktop.swingx.painter.BusyPainter
-
Sets total amount of points in spinner.
- setPointShape(Shape) - Method in class org.jdesktop.swingx.painter.BusyPainter
-
Sets new point shape.
- setPortion(CapsulePainter.Portion) - Method in class org.jdesktop.swingx.painter.CapsulePainter
-
Sets the current portion property.
- 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.JXMonthView
-
The preferred number of columns to paint calendars.
- setPreferredRows(int) - Method in class org.jdesktop.swingx.JXMonthView
-
Sets the preferred number of rows to paint calendars.
- setPreferredScrollableViewportSize(Dimension) - Method in class org.jdesktop.swingx.JXTable
- setPreferredSize(Dimension) - Method in class org.jdesktop.swingx.JXCollapsiblePane
-
- setPreferredSize(Dimension) - Method in class org.jdesktop.swingx.JXImagePanel
-
- 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.
- setRadial(boolean) - Method in class org.jdesktop.swingx.color.GradientPreviewPanel
-
- setRawText(String) - Method in class org.jdesktop.swingx.search.PatternModel
-
- setReflected(boolean) - Method in class org.jdesktop.swingx.color.GradientPreviewPanel
-
- setRegexCreator(PatternModel.RegexCreator) - Method in class org.jdesktop.swingx.search.PatternModel
-
This is a quick-fix to allow custom strategies for compiling
rawtext to patterns.
- setRegexCreatorKey(String) - Method in class org.jdesktop.swingx.search.PatternModel
-
Set the strategy to use for compiling a pattern from
rawtext.
- setRemoveDividers(boolean) - Method in class org.jdesktop.swingx.MultiSplitLayout
-
If true, the next divider is removed when a component is removed from the
layout.
- setRenderer(DefaultTreeCellRenderer) - Method in class org.jdesktop.swingx.tree.DefaultXTreeCellEditor
-
- setRenderInsideShape(boolean) - Method in class org.jdesktop.swingx.painter.effects.AbstractAreaEffect
-
Setter for property renderInsideShape.
- setRepeated(boolean) - Method in class org.jdesktop.swingx.color.GradientPreviewPanel
-
- setReversed(boolean) - Method in class org.jdesktop.swingx.color.GradientPreviewPanel
-
- 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
- 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(File) - Method in class org.jdesktop.swingx.treetable.FileSystemModel
-
Sets the root for this tree table model.
- setRoot(TreeTableNode) - Method in class org.jdesktop.swingx.treetable.DefaultTreeTableModel
-
Sets the root for this table model.
- 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.
- setRounded(boolean) - Method in class org.jdesktop.swingx.painter.RectanglePainter
-
sets if the rectangle should be rounded
- setRoundHeight(int) - Method in class org.jdesktop.swingx.painter.RectanglePainter
-
sets the round height of the rectangle
- setRoundWidth(int) - Method in class org.jdesktop.swingx.painter.RectanglePainter
-
sets the round width of the rectangle
- setRowHeight(int) - Method in class org.jdesktop.swingx.JXTable
- setRowHeight(int) - Method in class org.jdesktop.swingx.JXTreeTable
-
Sets the row height for this JXTreeTable and forwards the
row height to the renderering tree.
- 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.
- setRowHeightEnabled(boolean) - Method in class org.jdesktop.swingx.JXTable
-
Sets enablement of individual rowHeight support.
- setRowLayout(boolean) - Method in class org.jdesktop.swingx.MultiSplitLayout.Split
-
Set the rowLayout property.
- setSaturation(Color, float) - Static method in class org.jdesktop.swingx.color.ColorUtil
-
- setSaveMode(JXLoginPane.SaveMode) - Method in class org.jdesktop.swingx.JXLoginPane
-
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 .
- setScaleToFit(boolean) - Method in class org.jdesktop.swingx.painter.ImagePainter
-
- setScaleType(ImagePainter.ScaleType) - Method in class org.jdesktop.swingx.painter.ImagePainter
-
- 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(boolean) - Method in class org.jdesktop.swingx.table.ColumnControlButton.ColumnVisibilityAction
-
- 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.decorator.ColorHighlighter
-
Sets the selected background color of this ColorHighlighter
and notifies registered ChangeListeners.
- setSelectedBackground(Color) - Method in class org.jdesktop.swingx.JXMonthView
-
Sets the selected background color to c
.
- setSelectedForeground(Color) - Method in class org.jdesktop.swingx.decorator.ColorHighlighter
-
Sets the selected foreground color of this ColorHighlighter
and
notifies registered ChangeListeners.
- 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.autocomplete.TextComponentAdaptor
-
- setSelectedItem(Object) - Method in class org.jdesktop.swingx.combobox.EnumComboBoxModel
-
Set the selected item.
- setSelectedItem(Object) - Method in class org.jdesktop.swingx.combobox.ListComboBoxModel
-
Set the selected item.
- setSelectedItemAsString(String) - Method in class org.jdesktop.swingx.autocomplete.AbstractAutoCompleteAdaptor
-
Sets the string representation in use for the currently selected item.
- setSelectedValue(T) - Method in class org.jdesktop.swingx.JXRadioGroup
-
- setSelection(Date) - Method in class org.jdesktop.swingx.calendar.SingleDaySelectionModel
-
Selects the given date if it is selectable and not yet selected.
- setSelectionBackground(Color) - Method in class org.jdesktop.swingx.JXTable
- setSelectionBackground(Color) - Method in class org.jdesktop.swingx.JXTree
-
Sets the background color for selected cells.
- setSelectionBackground(Color) - Method in class org.jdesktop.swingx.JXTreeTable
- setSelectionDate(Date) - Method in class org.jdesktop.swingx.JXMonthView
-
Sets the model's selection to the given date or clears the selection if
null.
- setSelectionForeground(Color) - Method in class org.jdesktop.swingx.JXTable
- setSelectionForeground(Color) - Method in class org.jdesktop.swingx.JXTree
-
Sets the foreground color for selected cells.
- setSelectionForeground(Color) - Method in class org.jdesktop.swingx.JXTreeTable
- setSelectionInterval(Date, Date) - Method in interface org.jdesktop.swingx.calendar.DateSelectionModel
-
Sest the specified selection interval to the selection model.
- setSelectionInterval(Date, Date) - Method in class org.jdesktop.swingx.calendar.DaySelectionModel
-
Sest the specified selection interval to the selection model.
- setSelectionInterval(Date, Date) - Method in class org.jdesktop.swingx.calendar.DefaultDateSelectionModel
-
Sest the specified selection interval to the selection model.
- setSelectionInterval(Date, Date) - Method in class org.jdesktop.swingx.calendar.SingleDaySelectionModel
-
Sest the specified selection interval to the selection model.
- setSelectionInterval(Date, Date) - Method in class org.jdesktop.swingx.JXMonthView
-
Sets the selection interval to the selection model.
- 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.
- setSelectionMode(DateSelectionModel.SelectionMode) - Method in interface org.jdesktop.swingx.calendar.DateSelectionModel
-
Set the selection mode.
- setSelectionMode(DateSelectionModel.SelectionMode) - Method in class org.jdesktop.swingx.calendar.DaySelectionModel
-
- setSelectionMode(DateSelectionModel.SelectionMode) - Method in class org.jdesktop.swingx.calendar.DefaultDateSelectionModel
-
Set the selection mode.
- setSelectionMode(DateSelectionModel.SelectionMode) - Method in class org.jdesktop.swingx.calendar.SingleDaySelectionModel
-
Set the selection mode.
- setSelectionMode(DateSelectionModel.SelectionMode) - Method in class org.jdesktop.swingx.JXMonthView
-
Set the selection mode for this JXMonthView.
- 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
- setSelectionModel(DateSelectionModel) - Method in class org.jdesktop.swingx.JXMonthView
-
Sets the date selection model to drive this monthView.
- setServer(String) - Method in class org.jdesktop.swingx.auth.LoginService
-
- setServers(List<String>) - Method in class org.jdesktop.swingx.JXLoginPane
-
Sets the list of servers.
- setShape(Shape) - Method in class org.jdesktop.swingx.painter.ShapePainter
-
Sets the shape to fillPaint.
- setShapeMasked(boolean) - Method in class org.jdesktop.swingx.painter.effects.AbstractAreaEffect
-
Setter for property shapeMasked.
- setShortDescription(String) - Method in class org.jdesktop.swingx.action.AbstractActionExt
-
Sets the short desciption of the action.
- setShouldFillShape(boolean) - Method in class org.jdesktop.swingx.painter.effects.AbstractAreaEffect
-
Setter for property shouldFillShape.
- setShowGrid(boolean) - Method in class org.jdesktop.swingx.JXTable
- setShowGrid(boolean, boolean) - Method in class org.jdesktop.swingx.JXTable
-
Convenience to set both grid line visibility and default margin for
horizontal/vertical lines.
- setShowingLeadingDays(boolean) - Method in class org.jdesktop.swingx.JXMonthView
-
Whether or not to show leading dates for a months displayed by this component.
- setShowingOnStartup(boolean) - Method in interface org.jdesktop.swingx.JXTipOfTheDay.ShowOnStartupChoice
-
Persists the user choice
- setShowingTrailingDays(boolean) - Method in class org.jdesktop.swingx.JXMonthView
-
Whether or not to show trailing dates for the months displayed by this component.
- setShowingWeekNumber(boolean) - Method in class org.jdesktop.swingx.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.
- setSize(int) - Method in class org.jdesktop.swingx.graphics.ShadowRenderer
-
Sets the size, in pixels, used by the renderer to generate shadows.
- 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.
- setSortable(boolean) - Method in class org.jdesktop.swingx.table.TableColumnExt
-
Sets the sortable property.
- setSorter(Sorter) - Method in class org.jdesktop.swingx.decorator.FilterPipeline
-
Sets the sorter that the output of the filter pipeline is piped through.
- 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.
- setSortOrder(int, SortOrder) - Method in class org.jdesktop.swingx.JXTable
-
Sorts the table by the given column using SortOrder.
- setSortOrder(Object, SortOrder) - Method in class org.jdesktop.swingx.JXTable
-
Sorts the table by the given column using the SortOrder.
- setSortOrder(SortOrder) - Method in class org.jdesktop.swingx.JXList
-
Sorts the list using SortOrder.
- 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.
- setSquareSize(double) - Method in class org.jdesktop.swingx.painter.CheckerboardPainter
-
Specifies the squareSize of the squares.
- setStartPosition(JXFrame.StartPosition) - Method in class org.jdesktop.swingx.JXFrame
-
- 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.hyperlink.LinkAction
-
Set the state property.
- setStatus(JXLoginPane.Status) - Method in class org.jdesktop.swingx.JXLoginPane
-
Change the status
- setStatusBar(JXStatusBar) - Method in class org.jdesktop.swingx.JXFrame
-
- setStatusBar(JXStatusBar) - Method in class org.jdesktop.swingx.JXRootPane
-
Set the status bar for this root pane.
- setStr(String) - Method in class org.jdesktop.swingx.editors.PainterPropertyEditor.TestStuff
-
- setStringValue(StringValue) - Method in class org.jdesktop.swingx.renderer.ComponentProvider
-
Sets the StringValue to use.
- setStripeWidth(double) - Method in class org.jdesktop.swingx.painter.PinstripePainter
-
Set the width of the pinstripes
- setStyle(JXImagePanel.Style) - Method in class org.jdesktop.swingx.JXImagePanel
-
Sets what style to use when painting the image
- setStyle(AbstractAreaPainter.Style) - Method in class org.jdesktop.swingx.painter.AbstractAreaPainter
-
The shape can be filled or simply stroked (outlined), or both or none.
- 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(String) - Method in class org.jdesktop.swingx.hyperlink.LinkModel
-
Set the target that the URL should load into.
- setTarget(Targetable) - Method in class org.jdesktop.swingx.action.TargetManager
-
Gets the current targetable component.
- setTarget(T) - Method in class org.jdesktop.swingx.hyperlink.LinkAction
-
PRE: isTargetable(target)
- setTargetClass(Class) - Method in class org.jdesktop.swingx.renderer.HyperlinkProvider
-
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.
- setTerminateEditOnFocusLost(boolean) - Method in class org.jdesktop.swingx.JXTable
-
Sets the property to determine whether an ongoing edit should be
terminated if the focus is moved to somewhere outside of the table.
- setText(String) - Method in class org.jdesktop.swingx.hyperlink.LinkModel
-
Set the display text.
- setText(String) - Method in class org.jdesktop.swingx.JXButton
-
- setText(String) - Method in class org.jdesktop.swingx.painter.TextPainter
-
Sets the text to draw
- setTextPainted(boolean) - Method in class org.jdesktop.swingx.JXGraph
-
Enables or disables the painting of axis labels depending on the
value of the parameter.
- setTextRotation(double) - Method in class org.jdesktop.swingx.JXLabel
-
Sets new value for text rotation.
- setThumbRenderer(ThumbRenderer) - Method in class org.jdesktop.swingx.JXMultiThumbSlider
-
- setTimeZone(TimeZone) - Method in class org.jdesktop.swingx.calendar.AbstractDateSelectionModel
-
Sets the TimeZone of this model.
- setTimeZone(TimeZone) - Method in interface org.jdesktop.swingx.calendar.DateSelectionModel
-
Sets the TimeZone of this model.
- setTimeZone(TimeZone) - Method in class org.jdesktop.swingx.JXDatePicker
-
Sets the time zone with the given time zone value.
- setTimeZone(TimeZone) - Method in class org.jdesktop.swingx.JXMonthView
-
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
-
Sets the title to use.
- 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.JXHeader
-
Sets new font for title.
- setTitleFont(Font) - Method in class org.jdesktop.swingx.JXTitledPanel
-
- setTitleForeground(Color) - Method in class org.jdesktop.swingx.JXHeader
-
Sets title foreground color.
- setTitleForeground(Color) - Method in class org.jdesktop.swingx.JXTitledPanel
-
- setTitleFromContent() - Method in class org.jdesktop.swingx.JXDialog
-
Infers and sets this dialog's title from the the content.
- setTitlePainter(Painter) - Method in class org.jdesktop.swingx.JXTitledPanel
-
Set the Painter to use for painting the title section of the JXTitledPanel.
- setToday(Date) - Method in class org.jdesktop.swingx.JXMonthView
-
Sets the date which represents today.
- setTodayBackground(Color) - Method in class org.jdesktop.swingx.JXMonthView
-
Sets the color used to draw the bounding box around today.
- setToggleClickCount(int) - Method in class org.jdesktop.swingx.JXTreeTable
-
Sets the number of mouse clicks before a node will expand or close.
- setToolBar(JToolBar) - Method in class org.jdesktop.swingx.JXFrame
-
- setToolBar(JToolBar) - Method in class org.jdesktop.swingx.JXRootPane
-
Set the toolbar bar for this root pane.
- setToolTipText(String) - Method in class org.jdesktop.swingx.renderer.JRendererCheckBox
- setToolTipText(String) - Method in class org.jdesktop.swingx.renderer.JRendererLabel
- setToolTipText(String) - Method in class org.jdesktop.swingx.renderer.JXRendererHyperlink
- setToolTipText(String) - Method in class org.jdesktop.swingx.table.TableColumnExt
-
Registers the text to display in the column's tool tip.
- 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
-
- setTrailLength(int) - Method in class org.jdesktop.swingx.painter.BusyPainter
-
Sets length of the trail in points.
- setTrajectory(Shape) - Method in class org.jdesktop.swingx.painter.BusyPainter
-
Sets new trajectory.
- setTransform(AffineTransform) - Method in class org.jdesktop.swingx.painter.CompoundPainter
-
Set a transform to be applied to all painters contained in this CompoundPainter
- setTraversable(boolean) - Method in class org.jdesktop.swingx.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(DatePickerUI) - Method in class org.jdesktop.swingx.JXDatePicker
-
Sets the L&F object that renders this component.
- setUI(ErrorPaneUI) - Method in class org.jdesktop.swingx.JXErrorPane
-
Sets the look and feel (L&F) object that renders this component.
- setUI(HeaderUI) - Method in class org.jdesktop.swingx.JXHeader
-
Sets the look and feel (L&F) object that renders this component.
- setUI(LoginPaneUI) - Method in class org.jdesktop.swingx.JXLoginPane
-
Sets the look and feel (L&F) object that renders this component.
- setUI(MonthViewUI) - Method in class org.jdesktop.swingx.JXMonthView
-
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(TaskPaneContainerUI) - Method in class org.jdesktop.swingx.JXTaskPaneContainer
-
Sets the 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(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.
- setUnselectableDates(Date...) - Method in class org.jdesktop.swingx.JXMonthView
-
Sets the dates that should be unselectable.
- setUnselectableDates(SortedSet<Date>) - Method in interface org.jdesktop.swingx.calendar.DateSelectionModel
-
Sets a collection of dates which are not selectable.
- setUnselectableDates(SortedSet<Date>) - Method in class org.jdesktop.swingx.calendar.DaySelectionModel
-
Sets a collection of dates which are not selectable.
- setUnselectableDates(SortedSet<Date>) - Method in class org.jdesktop.swingx.calendar.DefaultDateSelectionModel
-
Sets a collection of dates which are not selectable.
- setUnselectableDates(SortedSet<Date>) - Method in class org.jdesktop.swingx.calendar.SingleDaySelectionModel
-
Sets a collection of dates which are not selectable.
- setUnwrapUserObject(boolean) - Method in class org.jdesktop.swingx.renderer.WrappingProvider
-
Sets the unwrapUserObject property.
- 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
-
- setUpperBound(Date) - Method in class org.jdesktop.swingx.calendar.AbstractDateSelectionModel
-
Set the upper bound date that is allowed to be selected for this model.
- setUpperBound(Date) - Method in interface org.jdesktop.swingx.calendar.DateSelectionModel
-
Set the upper bound date that is allowed to be selected for this model.
- setUpperBound(Date) - Method in class org.jdesktop.swingx.JXMonthView
-
Set the upper bound date that is allowed to be selected.
- setUrl(String) - Method in class org.jdesktop.swingx.auth.JDBCLoginService
-
- setUrl(URL) - Method in class org.jdesktop.swingx.action.OpenBrowserAction
-
- setURL(String) - Method in class org.jdesktop.swingx.action.ServerAction
-
Set the url for the action.
- setURL(URL) - Method in class org.jdesktop.swingx.hyperlink.LinkModel
-
Set the url and resets the visited flag.
- setURL(URL) - Method in class org.jdesktop.swingx.URLPainter
-
- setURLString(String) - Method in class org.jdesktop.swingx.hyperlink.LinkModel
-
- setUseFindBar(boolean) - Method in class org.jdesktop.swingx.search.SearchFactory
-
Sets the default search type to incremental or batch, for a
true/false boolean.
- setUserMinSize(int) - Method in class org.jdesktop.swingx.MultiSplitLayout
-
Set the user defined minimum size support in the USER_MIN_SIZE_LAYOUT
layout mode.
- setUserName(String) - Method in class org.jdesktop.swingx.JXLoginPane.ComboNamePanel
-
- setUserName(String) - Method in interface org.jdesktop.swingx.JXLoginPane.NameComponent
-
- setUserName(String) - Method in class org.jdesktop.swingx.JXLoginPane
-
Sets the User name for this panel.
- setUserName(String) - Method in class org.jdesktop.swingx.JXLoginPane.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.JXLoginPane.ComboNamePanel
-
- setUserNameStore(UserNameStore) - Method in class org.jdesktop.swingx.JXLoginPane
-
Sets the user name store for this panel.
- setUserObject(Object) - Method in class org.jdesktop.swingx.treetable.AbstractMutableTreeTableNode
-
Sets the user object stored in this node.
- setUserObject(Object) - Method in interface org.jdesktop.swingx.treetable.TreeTableNode
-
Sets the user object stored in this node.
- setUsingKeyboard(boolean) - Method in class org.jdesktop.swingx.plaf.basic.BasicMonthViewUI
-
- setValue(Object) - Method in class org.jdesktop.swingx.editors.ImageEditor
-
- setValue(Object) - Method in class org.jdesktop.swingx.editors.ImageURLEditor
-
- setValue(Object) - Method in class org.jdesktop.swingx.editors.Paint2PropertyEditor
-
- setValue(Object) - Method in class org.jdesktop.swingx.editors.Painter2PropertyEditor
-
- setValue(Object) - Method in class org.jdesktop.swingx.editors.ShapePropertyEditor
-
- setValueAt(Object, int) - Method in class org.jdesktop.swingx.treetable.AbstractMutableTreeTableNode
-
Sets the value for the given column
.
- setValueAt(Object, int) - Method in class org.jdesktop.swingx.treetable.DefaultMutableTreeTableNode
-
Sets the value for the given column
.
- setValueAt(Object, int) - Method in interface org.jdesktop.swingx.treetable.TreeTableNode
-
Sets the value for the given column
.
- setValueAt(Object, int, int) - Method in class org.jdesktop.swingx.decorator.ComponentAdapter
-
Sets the value of the target component's cell identified by the
specified row and column in model coordinates.
- 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
-
Sets the value of the target component's cell identified by the
specified row and column in model coordinates.
- setValueAt(Object, int, int) - Method in class org.jdesktop.swingx.JXTable
-
Overridden to account for row index mapping.
- setValueAt(Object, int, int) - Method in class org.jdesktop.swingx.JXTable.TableAdapter
-
Sets the value of the target component's cell identified by the
specified row and column in model coordinates.
- setValueAt(Object, int, int) - Method in class org.jdesktop.swingx.JXTree.TreeAdapter
-
Sets the value of the target component's cell identified by the
specified row and column in model coordinates.
- setValueAt(Object, int, int) - Method in class org.jdesktop.swingx.JXTreeTable.TreeTableModelAdapter
-
- setValueAt(Object, Object, int) - Method in class org.jdesktop.swingx.treetable.AbstractTreeTableModel
-
Sets the value for the node
at columnIndex
to
value
.
- setValueAt(Object, Object, int) - Method in class org.jdesktop.swingx.treetable.DefaultTreeTableModel
-
Sets the value for the node
at columnIndex
to
value
.
- setValueAt(Object, Object, int) - Method in class org.jdesktop.swingx.treetable.SimpleFileSystemModel
-
Sets the value for the node
at columnIndex
to
value
.
- setValueAt(Object, Object, int) - Method in interface org.jdesktop.swingx.treetable.TreeTableModel
-
Sets the value for the node
at columnIndex
to
value
.
- setValues(T[]) - Method in class org.jdesktop.swingx.JXRadioGroup
-
- setVerticalAlignment(int) - Method in class org.jdesktop.swingx.table.ColumnHeaderRenderer
-
- setVerticalAlignment(AbstractLayoutPainter.VerticalAlignment) - Method in class org.jdesktop.swingx.painter.AbstractLayoutPainter
-
Sets a new verticalAlignment alignment.
- setVerticalRepeat(boolean) - Method in class org.jdesktop.swingx.painter.ImagePainter
-
Sets if the image should be repeated vertically.
- 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.DefaultSelectionMapper
-
sets the view selection model.
- setViewSelectionModel(ListSelectionModel) - Method in interface 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
-
Overridden to check if content is available.
- setVisible(boolean) - Method in class org.jdesktop.swingx.JXFrame
-
- setVisible(boolean) - Method in class org.jdesktop.swingx.JXGlassBox
-
- setVisible(boolean) - Method in class org.jdesktop.swingx.MultiSplitLayout.Node
-
- setVisible(boolean) - Method in class org.jdesktop.swingx.painter.AbstractPainter
-
Sets the visible property.
- setVisible(boolean) - Method in class org.jdesktop.swingx.table.TableColumnExt
-
Sets the visible property.
- setVisibleColumnCount(int) - Method in class org.jdesktop.swingx.JXTable
-
Sets the preferred number of Columns to show in a JScrollPane
.
- setVisibleRowCount(int) - Method in class org.jdesktop.swingx.JXTable
-
Sets the preferred number of rows to show in a JScrollPane
.
- setVisited(boolean) - Method in class org.jdesktop.swingx.hyperlink.LinkAction
-
Set the visited property.
- setVisited(boolean) - Method in class org.jdesktop.swingx.hyperlink.LinkModel
-
Sets a flag to indicate if the link has been visited.
- setVisitingDelegate(ActionListener) - Method in class org.jdesktop.swingx.hyperlink.LinkModelAction
-
The delegate to invoke on actionPerformed.
- setWaitCursorVisible(boolean) - Method in class org.jdesktop.swingx.JXFrame
-
- setWaiting(boolean) - Method in class org.jdesktop.swingx.JXFrame
-
- setWaitPane(Component) - Method in class org.jdesktop.swingx.JXFrame
-
- setWaitPaneVisible(boolean) - Method in class org.jdesktop.swingx.JXFrame
-
- 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.
- setWrappee(ComponentProvider) - Method in class org.jdesktop.swingx.renderer.WrappingProvider
-
Sets the given provider as delegate for the node content.
- setWrapping(boolean) - Method in class org.jdesktop.swingx.search.PatternModel
-
- setX(double) - Method in class org.jdesktop.swingx.geom.Star2D
-
Sets location of the center of the star.
- setY(double) - Method in class org.jdesktop.swingx.geom.Star2D
-
Sets the location of the center of the star.
- ShadingColorHighlighter - Class in org.jdesktop.swingx.decorator
-
Experimental replacement of HierarchicalColumnHighligher.
- ShadingColorHighlighter() - Constructor for class org.jdesktop.swingx.decorator.ShadingColorHighlighter
-
Instantiates a Highlighter with null colors using the default
HighlightPredicate.
- ShadingColorHighlighter(HighlightPredicate) - Constructor for class org.jdesktop.swingx.decorator.ShadingColorHighlighter
-
Instantiates a Highlighter with null colors using the specified
HighlightPredicate.
- ShadowPathEffect - Class in org.jdesktop.swingx.painter.effects
-
An effect which draws a shadow around the the painter's shape.
- ShadowPathEffect() - Constructor for class org.jdesktop.swingx.painter.effects.ShadowPathEffect
-
Creates a new instance of ShadowPathEffect
- ShadowRenderer - Class in org.jdesktop.swingx.graphics
-
A shadow renderer generates a drop shadow for any given picture, respecting
the transparency channel if present.
- ShadowRenderer() - Constructor for class org.jdesktop.swingx.graphics.ShadowRenderer
-
Creates a default good looking shadow generator.
- ShadowRenderer(int, float, Color) - Constructor for class org.jdesktop.swingx.graphics.ShadowRenderer
-
A shadow renderer needs three properties to generate shadows.
- ShapeChooser - Class in org.jdesktop.swingx.editors
-
- ShapeChooser() - Constructor for class org.jdesktop.swingx.editors.ShapeChooser
-
Creates new form ShapeChooser
- shapeCombo - Variable in class org.jdesktop.swingx.editors.ShapeChooser
-
- ShapePainter<T> - Class in org.jdesktop.swingx.painter
-
A Painter that paints java.awt.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, AbstractAreaPainter.Style) - Constructor for class org.jdesktop.swingx.painter.ShapePainter
-
Create a new ShapePainter with the specified shape and fillPaint.
- ShapePainterBeanInfo - Class in org.jdesktop.swingx.painter
-
BeanInfo of ShapePainter.
- ShapePainterBeanInfo() - Constructor for class org.jdesktop.swingx.painter.ShapePainterBeanInfo
-
Creates a new instance of ShapePainterBeanInfo
- ShapePropertyEditor - Class in org.jdesktop.swingx.editors
-
- ShapePropertyEditor() - Constructor for class org.jdesktop.swingx.editors.ShapePropertyEditor
-
Creates a new instance of ShapePropertyEditor
- ShapeUIResource - Class in org.jdesktop.swingx.plaf
-
An implementation of Shape that implements UIResource.
- ShapeUIResource(Shape) - Constructor for class org.jdesktop.swingx.plaf.ShapeUIResource
-
Creates a new instance of PainterUIResource
- ShapeUtils - Class in org.jdesktop.swingx.util
-
- shouldSortOnChange(TableModelEvent) - Method in class org.jdesktop.swingx.JXTable
-
Returns a boolean to indicate whether the table should be
resorted after receiving the given event.
- shouldUseCache() - Method in class org.jdesktop.swingx.painter.AbstractPainter
-
Returns true if the painter should use caching.
- shouldUseCache() - Method in class org.jdesktop.swingx.painter.CompoundPainter
-
- showCurrentTip() - Method in class org.jdesktop.swingx.plaf.basic.BasicTipOfTheDayUI
-
- showDialog(Component) - Method in class org.jdesktop.swingx.JXTipOfTheDay
-
Pops up a "Tip of the day" 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, 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, ErrorInfo) - Static method in class org.jdesktop.swingx.JXErrorPane
-
Constructs and shows the error dialog, using the given
ErrorInfo
to initialize the view.
- showDialog(Component, JXErrorPane) - Static method in class org.jdesktop.swingx.JXErrorPane
-
Constructs and shows the error dialog, using the given
JXErrorPane
for the view portion of the 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.
- showDialog(Throwable) - Static method in class org.jdesktop.swingx.JXErrorPane
-
Constructs and shows the error dialog for the given exception.
- showFindBar(JComponent, Searchable) - Method in class org.jdesktop.swingx.search.SearchFactory
-
Show a incremental-find widget targeted at the searchable.
- showFindDialog(JComponent, Searchable) - Method in class org.jdesktop.swingx.search.SearchFactory
-
Show a batch-find widget targeted at the given Searchable.
- showFindInput(JComponent, Searchable) - Method in class org.jdesktop.swingx.search.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.
- showFrame(Component, ErrorInfo) - Static method in class org.jdesktop.swingx.JXErrorPane
-
Constructs and shows the error frame, using the given
ErrorInfo
to initialize the view.
- showFrame(Component, JXErrorPane) - Static method in class org.jdesktop.swingx.JXErrorPane
-
Constructs and shows the error frame, using the given
JXErrorPane
for the view portion of the frame.
- showFrame(Throwable) - Static method in class org.jdesktop.swingx.JXErrorPane
-
Constructs and shows the error frame for the given exception.
- showInternalFrame(Component, ErrorInfo) - Static method in class org.jdesktop.swingx.JXErrorPane
-
Constructs and shows the error frame, using the given
ErrorInfo
to initialize the view.
- showInternalFrame(Component, JXErrorPane) - Static method in class org.jdesktop.swingx.JXErrorPane
-
Constructs and shows the error frame, using the given
JXErrorPane
for the view portion of the frame.
- showInternalFrame(Throwable) - Static method in class org.jdesktop.swingx.JXErrorPane
-
Constructs and shows the error frame for the given exception.
- showLoginDialog(Component, LoginService) - Static method in class org.jdesktop.swingx.JXLoginPane
-
Shows a login dialog.
- showLoginDialog(Component, LoginService, PasswordStore, UserNameStore) - Static method in class org.jdesktop.swingx.JXLoginPane
-
Shows a login dialog.
- showLoginDialog(Component, LoginService, PasswordStore, UserNameStore, List<String>) - Static method in class org.jdesktop.swingx.JXLoginPane
-
Shows a login dialog.
- showLoginDialog(Component, JXLoginPane) - Static method in class org.jdesktop.swingx.JXLoginPane
-
Shows a login dialog.
- showLoginFrame(LoginService) - Static method in class org.jdesktop.swingx.JXLoginPane
-
Shows a login frame.
- showLoginFrame(LoginService, PasswordStore, UserNameStore) - Static method in class org.jdesktop.swingx.JXLoginPane
-
- showLoginFrame(LoginService, PasswordStore, UserNameStore, List<String>) - Static method in class org.jdesktop.swingx.JXLoginPane
-
- showLoginFrame(JXLoginPane) - Static method in class org.jdesktop.swingx.JXLoginPane
-
- 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, int, int) - Method in class org.jdesktop.swingx.JXGlassBox
-
- showOnGlassPane(Container, Component, int, 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
-
- SimpleFileSystemModel - Class in org.jdesktop.swingx.treetable
-
A tree table model to simulate a file system.
- SimpleFileSystemModel() - Constructor for class org.jdesktop.swingx.treetable.SimpleFileSystemModel
-
Creates a file system model, using the root directory as the model root.
- SimpleFileSystemModel(File) - Constructor for class org.jdesktop.swingx.treetable.SimpleFileSystemModel
-
Creates a file system model, using the specified root
as the
model root.
- 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.
- SimpleNamePanel() - Constructor for class org.jdesktop.swingx.JXLoginPane.SimpleNamePanel
-
- SINGLE_INTERVAL_SELECTION - org.jdesktop.swingx.calendar.DateSelectionModel.SelectionMode
-
Mode that allows for selecting of multiple consecutive days.
- SINGLE_SELECTION - org.jdesktop.swingx.calendar.DateSelectionModel.SelectionMode
-
Mode that allows for selection of a single day.
- SingleDaySelectionModel - Class in org.jdesktop.swingx.calendar
-
DateSelectionModel which allows a single selection only.
- SingleDaySelectionModel() - Constructor for class org.jdesktop.swingx.calendar.SingleDaySelectionModel
-
Instantiates a SingleDaySelectionModel with default locale.
- SingleDaySelectionModel(Locale) - Constructor for class org.jdesktop.swingx.calendar.SingleDaySelectionModel
-
Instantiates a SingleSelectionModel with the given locale.
- SIZE_CHANGED_PROPERTY - Static variable in class org.jdesktop.swingx.graphics.ShadowRenderer
-
Identifies a change to the size used to render the shadow.
- 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
-
- SOFT_BURN - org.jdesktop.swingx.graphics.BlendComposite.BlendingMode
-
- SOFT_DODGE - org.jdesktop.swingx.graphics.BlendComposite.BlendingMode
-
- SOFT_LIGHT - org.jdesktop.swingx.graphics.BlendComposite.BlendingMode
-
- SoftBurn - Static variable in class org.jdesktop.swingx.graphics.BlendComposite
-
- SoftDodge - Static variable in class org.jdesktop.swingx.graphics.BlendComposite
-
- SoftLight - Static variable in class org.jdesktop.swingx.graphics.BlendComposite
-
- 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.
- sortable - Variable in class org.jdesktop.swingx.table.TableColumnExt
-
per-column sortable property.
- 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 the interactive sort control 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
-
- SorterBasedSortController() - Constructor for class org.jdesktop.swingx.decorator.FilterPipeline.SorterBasedSortController
-
- SortGestureRecognizer() - Constructor for class org.jdesktop.swingx.JXTableHeader.SortGestureRecognizer
-
- 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
-
- Split() - Constructor for class org.jdesktop.swingx.MultiSplitLayout.Split
-
Default constructor to support xml (de)serialization and other bean spec dependent ops.
- Split(MultiSplitLayout.Node...) - Constructor for class org.jdesktop.swingx.MultiSplitLayout.Split
-
- StackBlurFilter - Class in org.jdesktop.swingx.image
-
A stack blur filter can be used to create an approximation of a
gaussian blur.
- StackBlurFilter() - Constructor for class org.jdesktop.swingx.image.StackBlurFilter
-
Creates a new blur filter with a default radius of 3 and 3 iterations.
- StackBlurFilter(int) - Constructor for class org.jdesktop.swingx.image.StackBlurFilter
-
Creates a new blur filter with the specified radius and 3 iterations.
- StackBlurFilter(int, int) - Constructor for class org.jdesktop.swingx.image.StackBlurFilter
-
Creates a new blur filter with the specified radius.
- 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
-
- Stamp - Static variable in class org.jdesktop.swingx.graphics.BlendComposite
-
- STAMP - org.jdesktop.swingx.graphics.BlendComposite.BlendingMode
-
- Star2D - Class in org.jdesktop.swingx.geom
-
This class provides a star shape.
- Star2D(double, double, double, double, int) - Constructor for class org.jdesktop.swingx.geom.Star2D
-
Creates a new star whose center is located at the specified
x
and y
coordinates.
- 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
- startEditingAtPath(TreePath) - Method in class org.jdesktop.swingx.JXTree
- startLogin() - Method in class org.jdesktop.swingx.JXLoginPane
-
Initiates the login procedure.
- startOfDay(Calendar) - Static method in class org.jdesktop.swingx.calendar.CalendarUtils
-
Adjust the given calendar to the first millisecond of the current day.
- startOfDay(Calendar, Date) - Static method in class org.jdesktop.swingx.calendar.CalendarUtils
-
Adjust the given calendar to the first millisecond of the given date.
- startOfDay(Date) - Method in class org.jdesktop.swingx.calendar.AbstractDateSelectionModel
-
Returns the start of the day of the given date in this model's calendar.
- 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.
- startOfMonth(Calendar) - Static method in class org.jdesktop.swingx.calendar.CalendarUtils
-
Adjusts the calendar to the start of the current month.
- startOfWeek(Calendar) - Static method in class org.jdesktop.swingx.calendar.CalendarUtils
-
Adjusts the calendar to the start of the current week.
- startOfWeek(Calendar, Date) - Static method in class org.jdesktop.swingx.calendar.CalendarUtils
-
Adjusts the calendar to the start of the current week.
- StartPositionPropertyEditor() - Constructor for class org.jdesktop.swingx.JXFrameBeanInfo.StartPositionPropertyEditor
-
- stateChanged(ChangeEvent) - Method in class org.jdesktop.swingx.plaf.basic.BasicHyperlinkUI.BasicHyperlinkListener
-
- statusBar - Variable in class org.jdesktop.swingx.JXRootPane
-
- statusBar - Variable in class org.jdesktop.swingx.plaf.basic.BasicStatusBarUI
-
The one and only JXStatusBar for this UI delegate
- StatusBarAddon - Class in org.jdesktop.swingx.plaf
-
Addon for JXStatusBar
.
- StatusBarAddon() - Constructor for class org.jdesktop.swingx.plaf.StatusBarAddon
-
- 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
-
- stopCellEditing() - Method in class org.jdesktop.swingx.table.DatePickerCellEditor
- stopCellEditing() - Method in class org.jdesktop.swingx.table.NumberEditorExt
-
- stopSearching() - Method in class org.jdesktop.swingx.search.SearchFactory
-
- store(OutputStream) - Method in class org.jdesktop.swingx.auth.KeyChain
-
Persists the KeyChain to an OutputStream
- str - Variable in class org.jdesktop.swingx.editors.PainterPropertyEditor.TestStuff
-
- stringToKey(String) - Static method in class org.jdesktop.swingx.util.Utilities
-
Construct a new key description from a given universal string
description.
- stringToKeys(String) - Static method in class org.jdesktop.swingx.util.Utilities
-
Convert a space-separated list of Emacs-like key binding names to a list of Swing key strokes.
- stringToValue(String) - Method in class org.jdesktop.swingx.calendar.DatePickerFormatter
- StringValue - Interface in org.jdesktop.swingx.renderer
-
A simple converter to return a String representation of an object.
- StringValues - Class in org.jdesktop.swingx.renderer
-
A collection of common StringValue
implementations.
- StylePropertyEditor() - Constructor for class org.jdesktop.swingx.painter.AbstractAreaPainterBeanInfo.StylePropertyEditor
-
- Subtract - Static variable in class org.jdesktop.swingx.graphics.BlendComposite
-
- SUBTRACT - org.jdesktop.swingx.graphics.BlendComposite.BlendingMode
-
- SUCCEEDED - org.jdesktop.swingx.JXLoginPane.Status
-
- supportsCustomEditor() - Method in class org.jdesktop.swingx.editors.ImageEditor
-
- supportsCustomEditor() - Method in class org.jdesktop.swingx.editors.ImageURLEditor
-
- supportsCustomEditor() - Method in class org.jdesktop.swingx.editors.Paint2PropertyEditor
-
- supportsCustomEditor() - Method in class org.jdesktop.swingx.editors.Painter2PropertyEditor
-
- supportsCustomEditor() - Method in class org.jdesktop.swingx.editors.ShapePropertyEditor
-
- SwingXUtilities - Class in org.jdesktop.swingx
-
A collection of utility methods for Swing(X) classes.