Uses of Interface
org.jdesktop.swingx.decorator.Highlighter
-
Packages that use Highlighter Package Description org.jdesktop.swingx Contains extensions to the Swing GUI toolkit, including new and enhanced components that provide functionality commonly required by rich, data-centric client applications.org.jdesktop.swingx.decorator Contains API used to implement coordinated sorting, filtering and highlighting of the extended Swing cell-rendering component classes JXTable, JXTreeTable, JXTree, and JXList.org.jdesktop.swingx.search org.jdesktop.swingx.table Contains API required by the extended JTable component, JXTable. -
-
Uses of Highlighter in org.jdesktop.swingx
Fields in org.jdesktop.swingx declared as Highlighter Modifier and Type Field Description protected HighlighterJXTable. resetDefaultTableCellRendererHighlighterThe Highlighter used to hack around DefaultTableCellRenderer's color memory.Methods in org.jdesktop.swingx that return Highlighter Modifier and Type Method Description Highlighter[]JXComboBox. getHighlighters()Returns theHighlighters used by this column.Highlighter[]JXList. getHighlighters()Returns theHighlighters used by this table.Highlighter[]JXTable. getHighlighters()Returns theHighlighters used by this table.Highlighter[]JXTree. getHighlighters()Returns theHighlighters used by this table.Methods in org.jdesktop.swingx with parameters of type Highlighter Modifier and Type Method Description voidJXComboBox. 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 table, 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 table, replacing any old settings. -
Uses of Highlighter in org.jdesktop.swingx.decorator
Classes in org.jdesktop.swingx.decorator that implement Highlighter Modifier and Type Class Description classAbstractHighlighterAbstractHighlighterimplementation which manages change notification and supports conditional highlighting.classAlignmentHighlighterA Highlighter which sets the horizontal alignment.classBorderHighlighterA Highlighter that applies a border the the renderer component.classColorHighlighterA Highlighter to modify component colors.classCompoundHighlighterA class which manages the lists ofHighlighters.classEnabledHighlighterA Highlighter which sets the enabled property.classFontHighlighterA Highlighter which sets the Font of the component.static classHighlighterFactory.UIColorHighlighterA ColorHighlighter with UI-dependent background.classIconHighlighterHighlighter which decorates by setting the icon property of a JLabel.classPainterHighlighterHighlighter implementation which uses a Painter to decorate the component.classResetDTCRColorHighlighterThis is a hack around DefaultTableCellRenderer color "memory", see Issue #258-swingx.classShadingColorHighlighterExperimental replacement of HierarchicalColumnHighligher.classToolTipHighlighterA highlighter for setting a tool tip on the component.Fields in org.jdesktop.swingx.decorator declared as Highlighter Modifier and Type Field Description static Highlighter[]CompoundHighlighter. EMPTY_HIGHLIGHTERSFields in org.jdesktop.swingx.decorator with type parameters of type Highlighter Modifier and Type Field Description protected java.util.List<Highlighter>CompoundHighlighter. highlightersMethods in org.jdesktop.swingx.decorator that return Highlighter Modifier and Type Method Description static 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.static HighlighterHighlighterFactory. createAlternateStriping(java.awt.Color baseBackground, java.awt.Color alternateBackground)Creates and returns a Highlighter which highlights with alternating background, starting with the base.static HighlighterHighlighterFactory. createAlternateStriping(java.awt.Color baseBackground, java.awt.Color alternateBackground, int linesPerStripe)Creates and returns a Highlighter which highlights with alternating background, starting with the base.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(java.awt.Color stripeBackground)Creates and returns a Highlighter which highlights every second row background with the given color.static HighlighterHighlighterFactory. createSimpleStriping(java.awt.Color stripeBackground, int rowsPerGroup)Creates and returns a Highlighter which highlights every second row group background with the given color.Highlighter[]CompoundHighlighter. getHighlighters()Returns an array of contained Highlighters.Methods in org.jdesktop.swingx.decorator with parameters of type Highlighter Modifier and Type Method Description voidCompoundHighlighter. 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 Highlighter Constructor Description CompoundHighlighter(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 Highlighter Modifier and Type Method Description protected 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 Highlighter Modifier and Type Method Description protected 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 Highlighter Modifier and Type Method Description Highlighter[]TableColumnExt. getHighlighters()Returns theHighlighters used by this table.Methods in org.jdesktop.swingx.table with parameters of type Highlighter Modifier and Type Method Description voidTableColumnExt. 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.
-