Uses of Interface
org.jdesktop.swingx.decorator.Highlighter
Packages that use Highlighter
Package
Description
Contains extensions to the Swing GUI toolkit, including new and enhanced
components that provide functionality commonly required by rich,
data-centric client applications.
Contains API used to implement coordinated sorting, filtering
and highlighting of the extended Swing cell-rendering component
classes JXTable, JXTreeTable, JXTree, and JXList.
Contains API required by the extended JTable component, JXTable.
-
Uses of Highlighter in org.jdesktop.swingx
Fields in org.jdesktop.swingx declared as HighlighterModifier and TypeFieldDescriptionprotected HighlighterThe Highlighter used to hack around DefaultTableCellRenderer's color memory.Methods in org.jdesktop.swingx that return HighlighterModifier and TypeMethodDescriptionJXComboBox.getHighlighters()Returns theHighlighters used by this column.JXList.getHighlighters()Returns theHighlighters used by this list.JXTable.getHighlighters()Returns theHighlighters used by this table.JXTree.getHighlighters()Returns theHighlighters used by this tree.Methods in org.jdesktop.swingx with parameters of type HighlighterModifier and TypeMethodDescriptionvoidJXComboBox.addHighlighter(Highlighter highlighter) Adds a Highlighter.voidJXList.addHighlighter(Highlighter highlighter) Appends aHighlighterto the end of the list of usedHighlighters.voidJXTable.addHighlighter(Highlighter highlighter) Appends aHighlighterto the end of the list of usedHighlighters.voidJXTree.addHighlighter(Highlighter highlighter) Appends aHighlighterto the end of the list of usedHighlighters.voidJXComboBox.removeHighlighter(Highlighter highlighter) Removes the given Highlighter.voidJXList.removeHighlighter(Highlighter highlighter) Removes the given Highlighter.voidJXTable.removeHighlighter(Highlighter highlighter) Removes the given Highlighter.voidJXTree.removeHighlighter(Highlighter highlighter) Removes the given Highlighter.voidJXComboBox.setHighlighters(Highlighter... highlighters) Sets theHighlighters to the column, replacing any old settings.voidJXList.setHighlighters(Highlighter... highlighters) Sets theHighlighters to the list, replacing any old settings.voidJXTable.setHighlighters(Highlighter... highlighters) Sets theHighlighters to the table, replacing any old settings.voidJXTree.setHighlighters(Highlighter... highlighters) Sets theHighlighters to the tree, replacing any old settings. -
Uses of Highlighter in org.jdesktop.swingx.decorator
Classes in org.jdesktop.swingx.decorator that implement HighlighterModifier and TypeClassDescriptionclassAbstractHighlighterimplementation which manages change notification and supports conditional highlighting.classA Highlighter which sets the horizontal alignment.classA Highlighter that applies a border to the renderer component.classA Highlighter to modify component colors.classA Highlighter which applies the ComponentOrientation to the component.classA class which manages the lists ofHighlighters.classA Highlighter which sets the enabled property.classA Highlighter which sets the Font of the component.static classA ColorHighlighter with UI-dependent background.classHighlighter which decorates by setting the icon property of a JLabel.classHighlighter implementation which uses a Painter to decorate the component.classThis is a hack around DefaultTableCellRenderer color "memory", see Issue #258-swingx.classExperimental replacement of HierarchicalColumnHighligher.classA highlighter for setting a tool tip on the component.Fields in org.jdesktop.swingx.decorator declared as HighlighterModifier and TypeFieldDescriptionstatic final Highlighter[]CompoundHighlighter.EMPTY_HIGHLIGHTERSTODO docFields in org.jdesktop.swingx.decorator with type parameters of type HighlighterModifier and TypeFieldDescriptionprotected List<Highlighter>CompoundHighlighter.highlightersTODO docMethods in org.jdesktop.swingx.decorator that return HighlighterModifier and TypeMethodDescriptionstatic HighlighterHighlighterFactory.createAlternateStriping()Creates and returns a Highlighter which highlights with alternate background.static HighlighterHighlighterFactory.createAlternateStriping(int rowsPerGroup) Creates and returns a Highlighter which highlights with alternate background. the first Color.WHITE, the second with the color depending on LF.static HighlighterHighlighterFactory.createAlternateStriping(Color baseBackground, Color alternateBackground) Creates and returns a Highlighter which highlights with alternating background, starting with the base.static HighlighterHighlighterFactory.createAlternateStriping(Color baseBackground, Color alternateBackground, int linesPerStripe) Creates and returns a Highlighter which highlights with alternating background, starting with the base.static HighlighterHighlighterFactory.createComputedForegroundHighlighter()Creates a highlighter that sets the foreground color to WHITE or BLACK by computing the best match based on the current background color.static HighlighterHighlighterFactory.createSimpleStriping()Creates and returns a Highlighter which highlights every second row background with a color depending on the LookAndFeel.static HighlighterHighlighterFactory.createSimpleStriping(int rowsPerGroup) Creates and returns a Highlighter which highlights every second row group background with a color depending on LF.static HighlighterHighlighterFactory.createSimpleStriping(Color stripeBackground) Creates and returns a Highlighter which highlights every second row background with the given color.static HighlighterHighlighterFactory.createSimpleStriping(Color stripeBackground, int rowsPerGroup) Creates and returns a Highlighter which highlights every second row group background with the given color.CompoundHighlighter.getHighlighters()Returns an array of contained Highlighters.Methods in org.jdesktop.swingx.decorator with parameters of type HighlighterModifier and TypeMethodDescriptionvoidCompoundHighlighter.addHighlighter(Highlighter highlighter) Appends a highlighter to the pipeline.voidCompoundHighlighter.addHighlighter(Highlighter highlighter, boolean prepend) Adds a highlighter to the pipeline.voidCompoundHighlighter.removeHighlighter(Highlighter hl) Removes a highlighter from the pipeline.voidCompoundHighlighter.setHighlighters(Highlighter... inList) Sets the givenHighlighters.Constructors in org.jdesktop.swingx.decorator with parameters of type HighlighterModifierConstructorDescriptionCompoundHighlighter(Highlighter... inList) Instantiates a CompoundHighlighter containing the givenHighlighters.CompoundHighlighter(HighlightPredicate predicate, Highlighter... inList) Instantiates a CompoundHighlighter with the given predicate containing the givenHighlighters. -
Uses of Highlighter in org.jdesktop.swingx.search
Methods in org.jdesktop.swingx.search that return HighlighterModifier and TypeMethodDescriptionprotected abstract Highlighter[]AbstractSearchable.getHighlighters()Returns the highlighters registered on the search target.protected Highlighter[]ListSearchable.getHighlighters()protected Highlighter[]TableSearchable.getHighlighters()Returns the highlighters registered on the search target.protected Highlighter[]TreeSearchable.getHighlighters()Methods in org.jdesktop.swingx.search with parameters of type HighlighterModifier and TypeMethodDescriptionprotected abstract voidAbstractSearchable.addHighlighter(Highlighter highlighter) Adds the highlighter to the target.protected voidListSearchable.addHighlighter(Highlighter highlighter) protected voidTableSearchable.addHighlighter(Highlighter highlighter) Adds the highlighter to the target.protected voidTreeSearchable.addHighlighter(Highlighter highlighter) protected voidAbstractSearchable.ensureInsertedSearchHighlighters(Highlighter highlighter) Ensure that the given Highlighter is the last in the list of the highlighters registered on the target.protected abstract voidAbstractSearchable.removeHighlighter(Highlighter searchHighlighter) Removes the highlighter.protected voidListSearchable.removeHighlighter(Highlighter searchHighlighter) protected voidTableSearchable.removeHighlighter(Highlighter searchHighlighter) Removes the highlighter.protected voidTreeSearchable.removeHighlighter(Highlighter searchHighlighter) -
Uses of Highlighter in org.jdesktop.swingx.table
Methods in org.jdesktop.swingx.table that return HighlighterModifier and TypeMethodDescriptionTableColumnExt.getHighlighters()Returns theHighlighters used by this table.Methods in org.jdesktop.swingx.table with parameters of type HighlighterModifier and TypeMethodDescriptionvoidTableColumnExt.addHighlighter(Highlighter highlighter) Appends aHighlighterto the end of the list of usedHighlighters.voidTableColumnExt.removeHighlighter(Highlighter highlighter) Removes the given Highlighter.voidTableColumnExt.setHighlighters(Highlighter... highlighters) Sets theHighlighters to the table, replacing any old settings.