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
 
handleParseException(ParseException) - Method in class org.jdesktop.swingx.table.DatePickerCellEditor
 
HardLight - Static variable in class org.jdesktop.swingx.graphics.BlendComposite
 
HAS_FOCUS - Static variable in interface org.jdesktop.swingx.decorator.HighlightPredicate
Focus predicate.
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.action.TargetableSupport
 
hasCommand(Object) - Method in class org.jdesktop.swingx.JXEditorPane
 
hasFlaggedDates() - Method in class org.jdesktop.swingx.JXMonthView
Returns a boolean indicating if this monthView has flagged dates.
hasFocus() - Method in class org.jdesktop.swingx.decorator.ComponentAdapter
Returns true if the cell identified by this adapter currently has focus.
hasFocus() - Method in class org.jdesktop.swingx.JXList.ListAdapter
Returns true if the cell identified by this adapter currently has focus.
hasFocus() - Method in class org.jdesktop.swingx.JXTable.TableAdapter
Returns true if the cell identified by this adapter currently has focus.
hasFocus() - Method in class org.jdesktop.swingx.JXTree.TreeAdapter
Returns true if the cell identified by this adapter currently has focus.
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.hyperlink.LinkModel
 
hasMatch() - Method in class org.jdesktop.swingx.search.AbstractSearchable
Returns a boolean indicating whether the current search result is a match.
hasModel() - Method in class org.jdesktop.swingx.MultiSplitLayout
Is there a valid model for the layout?
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.rollover.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.
HeaderAddon - Class in org.jdesktop.swingx.plaf
Addon for JXHeader.
HeaderAddon() - Constructor for class org.jdesktop.swingx.plaf.HeaderAddon
 
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
 
hide(MultiSplitLayout.Node) - Method in class org.jdesktop.swingx.MultiSplitLayout.Split
Change a node to being hidden.
hidePopup() - Method in class org.jdesktop.swingx.plaf.basic.BasicDatePickerUI
PENDING: widened access for debugging - need api to control popup visibility?
hideSharedFindPanel(boolean) - Method in class org.jdesktop.swingx.search.SearchFactory
Hides the findPanel's toplevel window and returns its location.
highlight(Component, ComponentAdapter) - Method in class org.jdesktop.swingx.decorator.AbstractHighlighter
Decorates the specified component for the given component adapter.
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.PainterHighlighter
Decorates the specified component for the given component adapter.
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.
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.
highlighters - Variable in class org.jdesktop.swingx.decorator.CompoundHighlighter
 
HighlightPredicate - Interface in org.jdesktop.swingx.decorator
A controller which decides whether or not a visual decoration should be applied to the given Component in the given ComponentAdapter state.
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.AndHighlightPredicate(Collection<HighlightPredicate>) - Constructor for class org.jdesktop.swingx.decorator.HighlightPredicate.AndHighlightPredicate
Instantiates a predicate which ANDs all contained 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.IdentifierHighlightPredicate - Class in org.jdesktop.swingx.decorator
A HighlightPredicate based on column identifier.
HighlightPredicate.IdentifierHighlightPredicate(Object...) - Constructor for class org.jdesktop.swingx.decorator.HighlightPredicate.IdentifierHighlightPredicate
Instantiates a predicate which returns true for the given column identifiers.
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.OrHighlightPredicate(Collection<HighlightPredicate>) - Constructor for class org.jdesktop.swingx.decorator.HighlightPredicate.OrHighlightPredicate
Instantiates a predicate which ORs all contained 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.
HighlightPredicate.TypeHighlightPredicate - Class in org.jdesktop.swingx.decorator
Predicate testing the componentAdapter value type against a given Clazz.
HighlightPredicate.TypeHighlightPredicate() - Constructor for class org.jdesktop.swingx.decorator.HighlightPredicate.TypeHighlightPredicate
Instantitates a predicate with Object.clazz.
HighlightPredicate.TypeHighlightPredicate(Class) - Constructor for class org.jdesktop.swingx.decorator.HighlightPredicate.TypeHighlightPredicate
Instantitates a predicate with the given compare class.
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.
home(boolean) - Method in class org.jdesktop.swingx.plaf.basic.BasicDatePickerUI
Navigates to linkDate.
HOME_COMMIT_KEY - Static variable in class org.jdesktop.swingx.JXDatePicker
action key for commit home action
HOME_NAVIGATE_KEY - Static variable in class org.jdesktop.swingx.JXDatePicker
action key for navigate home action
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
 
HorizontalLayoutBeanInfo - Class in org.jdesktop.swingx
BeanInfo class for HorizontalLayout.
HorizontalLayoutBeanInfo() - Constructor for class org.jdesktop.swingx.HorizontalLayoutBeanInfo
 
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.
Hue - Static variable in class org.jdesktop.swingx.graphics.BlendComposite
 
HyperlinkAddon - Class in org.jdesktop.swingx.plaf
Addon for JXHyperlink.
HyperlinkAddon() - Constructor for class org.jdesktop.swingx.plaf.HyperlinkAddon
 
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(AbstractHyperlinkAction) - Constructor for class org.jdesktop.swingx.renderer.HyperlinkProvider
Instantiate a LinkRenderer with the LinkAction to use with target values.
HyperlinkProvider(AbstractHyperlinkAction, 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 _