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

H

hackAroundDragEnabled(MouseEvent) - Method in class org.jdesktop.swingx.JXTreeTable
decides whether we want to apply the hack for #168-jdnc.
handleError(Throwable) - Method in class org.jdesktop.swingx.action.OpenBrowserAction
 
HardLight - Static variable in class org.jdesktop.swingx.graphics.BlendComposite
 
hasCommand(Object) - Method in interface org.jdesktop.swingx.action.Targetable
Return a flag that indicates if a command is supported.
hasCommand(Object) - Method in class org.jdesktop.swingx.JXEditorPane
 
hasCommand(Object) - Method in class org.jdesktop.swingx.TargetableSupport
 
hasFocus() - Method in class org.jdesktop.swingx.decorator.ComponentAdapter
Returns true if the cell identified by this adapter currently has focus; Otherwise, it returns false.
hasFocus() - Method in class org.jdesktop.swingx.JXList.ListAdapter
Returns true if the cell identified by this adapter currently has focus; Otherwise, it returns false.
hasFocus() - Method in class org.jdesktop.swingx.JXTable.TableAdapter
Returns true if the cell identified by this adapter currently has focus; Otherwise, it returns false.
hasFocus() - Method in class org.jdesktop.swingx.JXTree.TreeAdapter
 
hashCode() - Method in class org.jdesktop.swingx.calendar.DateSpan
Returns a hash code value for the object.
hashCode() - Method in class org.jdesktop.swingx.decorator.SortKey
Returns a hash code value for the object.
hashCode() - Method in class org.jdesktop.swingx.graphics.BlendComposite
Returns a hash code value for the object.
hashCode() - Method in class org.jdesktop.swingx.LinkModel
 
hasMatch(AbstractSearchable.SearchResult) - Method in class org.jdesktop.swingx.JXTable.TableSearchable
 
hasPropertyChangeListeners(String) - Method in class org.jdesktop.beans.AbstractBean
Check if there are any listeners for a specific property, including those registered on all properties.
hasRollover(Point) - Method in class org.jdesktop.swingx.RolloverController
checks and returns if the cell at the given location has rollover effects.
hasVetoableChangeListeners(String) - Method in class org.jdesktop.beans.AbstractBean
Check if there are any listeners for a specific property, including those registered on all properties.
HeaderUI - Class in org.jdesktop.swingx.plaf
 
HeaderUI() - Constructor for class org.jdesktop.swingx.plaf.HeaderUI
 
Heat - Static variable in class org.jdesktop.swingx.graphics.BlendComposite
 
hideSharedFilePanel() - Method in class org.jdesktop.swingx.SearchFactory
 
hierarchicalColumnClass - Static variable in class org.jdesktop.swingx.treetable.AbstractTreeTableModel
Deprecated. 
HierarchicalColumnHighlighter - Class in org.jdesktop.swingx.decorator
Deprecated. use a ColorHighlighter with a ColumnHighlightPredicate.
HierarchicalColumnHighlighter() - Constructor for class org.jdesktop.swingx.decorator.HierarchicalColumnHighlighter
Deprecated.  
HierarchicalColumnHighlighter(Color, Color) - Constructor for class org.jdesktop.swingx.decorator.HierarchicalColumnHighlighter
Deprecated.  
highlight(Component, ComponentAdapter) - Method in class org.jdesktop.swingx.decorator.AbstractHighlighter
Decorates the specified component for the given component adapter. This implementation checks the HighlightPredicate and calls doHighlight to apply the decoration.
highlight(Component, ComponentAdapter) - Method in class org.jdesktop.swingx.decorator.ConditionalHighlighter
Deprecated. Performs a conditional highlight.
highlight(Component, ComponentAdapter) - Method in interface org.jdesktop.swingx.decorator.Highlighter
Decorates the specified component for the given component adapter.
highlight(Component, ComponentAdapter) - Method in class org.jdesktop.swingx.decorator.LegacyHighlighter
Deprecated. Decorates the specified cell renderer component for the given component data adapter using highlighters that were previously set for the component.
highlight(Component, ComponentAdapter) - Method in class org.jdesktop.swingx.decorator.PainterHighlighter
Decorates the specified component for the given component adapter. This implementation checks the HighlightPredicate and calls doHighlight to apply the decoration. Overridden to type check the component.
highlight(Component, ComponentAdapter) - Method in class org.jdesktop.swingx.decorator.ResetDTCRColorHighlighter
applies the memory hack for renderers of type DefaultTableCellRenderer, does nothing for other types.
highlightColumn - Variable in class org.jdesktop.swingx.decorator.ConditionalHighlighter
Deprecated.  
Highlighter - Interface in org.jdesktop.swingx.decorator
Highlighter provide a mechanism to modify visual attributes of cell rendering components.
HighlighterFactory - Class in org.jdesktop.swingx.decorator
A Factory which creates common Highlighters.
HighlighterFactory() - Constructor for class org.jdesktop.swingx.decorator.HighlighterFactory
 
HighlighterFactory.UIColorHighlighter - Class in org.jdesktop.swingx.decorator
A ColorHighlighter with UI-dependent background.
HighlighterFactory.UIColorHighlighter() - Constructor for class org.jdesktop.swingx.decorator.HighlighterFactory.UIColorHighlighter
Instantiates a ColorHighlighter with LF provided unselected background and default predicate.
HighlighterFactory.UIColorHighlighter(HighlightPredicate) - Constructor for class org.jdesktop.swingx.decorator.HighlighterFactory.UIColorHighlighter
Instantiates a ColorHighlighter with LF provided unselected background and the given predicate.
HighlighterPropertyEditor - Class in org.jdesktop.swingx.editors
 
HighlighterPropertyEditor() - Constructor for class org.jdesktop.swingx.editors.HighlighterPropertyEditor
Creates a new instance of HighlighterPropertyEditor
highlighters - Variable in class org.jdesktop.swingx.decorator.CompoundHighlighter
 
HighlightPredicate - Interface in org.jdesktop.swingx.decorator
The predicate used by AbstractHighlighter to control highlight on/off.
HighlightPredicate.AndHighlightPredicate - Class in org.jdesktop.swingx.decorator
Ands a list of predicates.
HighlightPredicate.AndHighlightPredicate(HighlightPredicate...) - Constructor for class org.jdesktop.swingx.decorator.HighlightPredicate.AndHighlightPredicate
Instantiates a predicate which ands all given predicates.
HighlightPredicate.ColumnHighlightPredicate - Class in org.jdesktop.swingx.decorator
A HighlightPredicate based on column index.
HighlightPredicate.ColumnHighlightPredicate(int...) - Constructor for class org.jdesktop.swingx.decorator.HighlightPredicate.ColumnHighlightPredicate
Instantiates a predicate which returns true for the given columns in model coodinates.
HighlightPredicate.DepthHighlightPredicate - Class in org.jdesktop.swingx.decorator
A HighlightPredicate based on adapter depth.
HighlightPredicate.DepthHighlightPredicate(int...) - Constructor for class org.jdesktop.swingx.decorator.HighlightPredicate.DepthHighlightPredicate
Instantiates a predicate which returns true for the given depths.
HighlightPredicate.EqualsHighlightPredicate - Class in org.jdesktop.swingx.decorator
Predicate testing the componentAdapter value against a fixed Object.
HighlightPredicate.EqualsHighlightPredicate() - Constructor for class org.jdesktop.swingx.decorator.HighlightPredicate.EqualsHighlightPredicate
Instantitates a predicate with null compare value.
HighlightPredicate.EqualsHighlightPredicate(Object) - Constructor for class org.jdesktop.swingx.decorator.HighlightPredicate.EqualsHighlightPredicate
Instantitates a predicate with the given compare value.
HighlightPredicate.NotHighlightPredicate - Class in org.jdesktop.swingx.decorator
Negation of a HighlightPredicate.
HighlightPredicate.NotHighlightPredicate(HighlightPredicate) - Constructor for class org.jdesktop.swingx.decorator.HighlightPredicate.NotHighlightPredicate
Instantiates a not against the given predicate.
HighlightPredicate.OrHighlightPredicate - Class in org.jdesktop.swingx.decorator
Or's a list of predicates.
HighlightPredicate.OrHighlightPredicate(HighlightPredicate...) - Constructor for class org.jdesktop.swingx.decorator.HighlightPredicate.OrHighlightPredicate
Instantiates a predicate which ORs all given predicates.
HighlightPredicate.RowGroupHighlightPredicate - Class in org.jdesktop.swingx.decorator
 
HighlightPredicate.RowGroupHighlightPredicate(int) - Constructor for class org.jdesktop.swingx.decorator.HighlightPredicate.RowGroupHighlightPredicate
Instantiates a predicate with the given grouping.
hitHandleDetectionFromEditCell(int, EventObject) - Method in class org.jdesktop.swingx.JXTreeTable.TreeTableHacker
Entry point for hit handle detection called from editCellAt, does nothing if isHitDetectionFromProcessMouse is true;
hitHandleDetectionFromProcessMouse(MouseEvent) - Method in class org.jdesktop.swingx.JXTreeTable.TreeTableHacker
Entry point for hit handle detection called from processMouse.
HOMESTEAD_VISUAL_STYLE - Static variable in class org.jdesktop.swingx.plaf.windows.WindowsLookAndFeelAddons
 
HorizontalLayout - Class in org.jdesktop.swingx
Organizes components in a horizontal layout.
HorizontalLayout() - Constructor for class org.jdesktop.swingx.HorizontalLayout
 
HorizontalLayout(int) - Constructor for class org.jdesktop.swingx.HorizontalLayout
 
HORIZONTALSCROLL_ACTION_COMMAND - Static variable in class org.jdesktop.swingx.JXTable
Identifier of show horizontal scroll action, used in JXTable's ActionMap.
HSLtoRGB(float, float, float) - Static method in class org.jdesktop.swingx.graphics.ColorUtilities
Returns the RGB equivalent of a given HSL (Hue/Saturation/Luminance) color.
HSLtoRGB(float, float, float, int[]) - Static method in class org.jdesktop.swingx.graphics.ColorUtilities
Returns the RGB equivalent of a given HSL (Hue/Saturation/Luminance) color.
htmlize(JComponent, Font) - Static method in class org.jdesktop.swingx.util.UIManagerUtils
Forces the given component to use the given font for its html rendering.
Hue - Static variable in class org.jdesktop.swingx.graphics.BlendComposite
 
HyperlinkProvider - Class in org.jdesktop.swingx.renderer
Renderer for hyperlinks".
HyperlinkProvider() - Constructor for class org.jdesktop.swingx.renderer.HyperlinkProvider
Instantiate a LinkRenderer with null LinkAction and null targetClass.
HyperlinkProvider(LinkAction) - Constructor for class org.jdesktop.swingx.renderer.HyperlinkProvider
Instantiate a LinkRenderer with the LinkAction to use with target values.
HyperlinkProvider(LinkAction, Class) - Constructor for class org.jdesktop.swingx.renderer.HyperlinkProvider
Instantiate a LinkRenderer with a LinkAction to use with target values and the type of values the action can cope with.

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