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 _
All Classes All Packages
All Classes All Packages
All Classes All Packages
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
- HARD_LIGHT - org.jdesktop.swingx.graphics.BlendComposite.BlendingMode
- 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.JXEditorPane
- hasCommand(Object) - Method in class org.jdesktop.swingx.TargetableSupport
- 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
- hashCode() - Method in class org.jdesktop.swingx.decorator.SortKey
- hashCode() - Method in class org.jdesktop.swingx.graphics.BlendComposite
- hashCode() - Method in class org.jdesktop.swingx.hyperlink.LinkModel
- hasMatch(AbstractSearchable.SearchResult) - Method in class org.jdesktop.swingx.search.ListSearchable
- hasMatch(AbstractSearchable.SearchResult) - Method in class org.jdesktop.swingx.search.TableSearchable
- hasMatch(AbstractSearchable.SearchResult) - Method in class org.jdesktop.swingx.search.TreeSearchable
- 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
- HEAT - org.jdesktop.swingx.graphics.BlendComposite.BlendingMode
- 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.
- 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.ColumnHighlightPredicate - Class in org.jdesktop.swingx.decorator
-
A HighlightPredicate based on column index.
- HighlightPredicate.DepthHighlightPredicate - Class in org.jdesktop.swingx.decorator
-
A
HighlightPredicate
based on adapter depth. - HighlightPredicate.EqualsHighlightPredicate - Class in org.jdesktop.swingx.decorator
-
Predicate testing the componentAdapter value against a fixed Object.
- HighlightPredicate.IdentifierHighlightPredicate - Class in org.jdesktop.swingx.decorator
-
A HighlightPredicate based on column identifier.
- HighlightPredicate.NotHighlightPredicate - Class in org.jdesktop.swingx.decorator
-
Negation of a HighlightPredicate.
- HighlightPredicate.OrHighlightPredicate - Class in org.jdesktop.swingx.decorator
-
Or's a list of predicates.
- HighlightPredicate.RowGroupHighlightPredicate - Class in org.jdesktop.swingx.decorator
- HighlightPredicate.TypeHighlightPredicate - Class in org.jdesktop.swingx.decorator
-
Predicate testing the componentAdapter value type against a given Clazz.
- 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
- HorizontalAlignmentPropertyEditor() - Constructor for class org.jdesktop.swingx.painter.AbstractLayoutPainterBeanInfo.HorizontalAlignmentPropertyEditor
- 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.
- 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
- HUE - org.jdesktop.swingx.graphics.BlendComposite.BlendingMode
- 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(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.
All Classes All Packages