Uses of Class
org.jdesktop.swingx.renderer.CellContext
Packages that use CellContext
Package
Description
Contains implementation of renderers used by JXTable, JXTreeTable and related classes.
-
Uses of CellContext in org.jdesktop.swingx.renderer
Subclasses of CellContext in org.jdesktop.swingx.rendererModifier and TypeClassDescriptionclassList specificCellContext.classTable specificCellContext.classTree specificCellContext.Methods in org.jdesktop.swingx.renderer with parameters of type CellContextModifier and TypeMethodDescriptionprotected ObjectWrappingProvider.adjustContextValue(CellContext context) Replace the context's value with the userobject if the value is a type supporting the notion of userObject and this provider's unwrapUserObject property is true.protected voidDefaultVisuals.configureBorder(T renderingComponent, CellContext context) Configures the rendering component's border from the given cell context.protected voidDefaultVisuals.configureColors(T renderingComponent, CellContext context) Configures colors of rendering component from the given cell context.protected voidComponentProvider.configureContent(CellContext context) Configures the renderering component's content and state from the given cell context.protected voidDefaultVisuals.configureFocusColors(T renderingComponent, CellContext context) Configures focus-related colors form given cell context.protected voidDefaultVisuals.configurePainter(T renderingComponent, CellContext context) Configures the default Painter if applicable.protected voidDefaultVisuals.configureSizes(T renderingComponent, CellContext context) Configures min-, max, preferredSize properties of the renderingComponent.protected voidCheckBoxProvider.configureState(CellContext context) Configures the rendering component's state from the given cell context.protected abstract voidComponentProvider.configureState(CellContext context) Configures the rendering component's state from the given cell context.protected voidDefaultVisuals.configureState(T renderingComponent, CellContext context) Configure "divers" visual state of the rendering component from the given cell context.protected voidHyperlinkProvider.configureState(CellContext context) Configures the rendering component's state from the given cell context.protected voidLabelProvider.configureState(CellContext context) Configures the rendering component's state from the given cell context.protected voidWrappingProvider.configureState(CellContext context) protected voidComponentProvider.configureVisuals(CellContext context) Configures the rendering component's default visuals frome the given cell context.voidDefaultVisuals.configureVisuals(T renderingComponent, CellContext context) Configures all default visual state of the rendering component from the given cell context.protected voidCheckBoxProvider.format(CellContext context) Formats the renderering component's content from the given cell context.protected abstract voidComponentProvider.format(CellContext context) Formats the renderering component's content from the given cell context.protected voidHyperlinkProvider.format(CellContext context) Formats the renderering component's content from the given cell context.protected voidLabelProvider.format(CellContext context) Formats the renderering component's content from the given cell context.protected voidWrappingProvider.format(CellContext context) Formats the renderering component's content from the given cell context.protected ColorDefaultVisuals.getBackground(CellContext context) Returns the unselected background to use for the rendering component.protected ColorDefaultVisuals.getForeground(CellContext context) Returns the unselected foreground to use for the rendering component.ComponentProvider.getRendererComponent(CellContext context) Configures and returns an appropriate component to render a cell in the given context.WrappingProvider.getRendererComponent(CellContext context) Configures and returns an appropriate component to render a cell in the given context.protected booleanCheckBoxProvider.getValueAsBoolean(CellContext context) Returns a boolean representation of the content.protected IconComponentProvider.getValueAsIcon(CellContext context) Returns a Icon representation of the content.protected IconWrappingProvider.getValueAsIcon(CellContext context) Returns a Icon representation of the content.protected StringComponentProvider.getValueAsString(CellContext context) Returns a String representation of the content.protected voidWrappingProvider.restoreContextValue(CellContext context, Object oldValue) Restores the context value to the old value.