Uses of Interface
org.jdesktop.swingx.renderer.IconValue
-
Packages that use IconValue Package Description org.jdesktop.swingx.renderer Contains implementation of renderers used by JXTable, JXTreeTable and related classes. -
-
Uses of IconValue in org.jdesktop.swingx.renderer
Classes in org.jdesktop.swingx.renderer that implement IconValue Modifier and Type Class Description classMappedValueCompound implementation of XXValue.Fields in org.jdesktop.swingx.renderer declared as IconValue Modifier and Type Field Description static IconValueIconValues. FILE_ICONAnIconValuethat presents the current L&F icon for a given file.static IconValueIconValue. ICONReturns the value as Icon if possible or null.static IconValueIconValue. NONEAlways NULL_ICON.Constructors in org.jdesktop.swingx.renderer with parameters of type IconValue Constructor Description DefaultTreeRenderer(IconValue iv)Instantiates a default tree renderer with the default wrapping provider, using the given IconValue for customizing the icons.DefaultTreeRenderer(IconValue iv, StringValue sv)Instantiates a default tree renderer with the default wrapping provider, using the given IconValue for customizing the icons and the given StringValue for node content.MappedValue(StringValue stringDelegate, IconValue iconDelegate)MappedValue(StringValue stringDelegate, IconValue iconDelegate, BooleanValue booleanDelegate)WrappingProvider(IconValue iconValue)Instantiates a WrappingProvider with default wrappee.WrappingProvider(IconValue iconValue, StringValue wrappeeStringValue)Instantiates a WrappingProvider with default wrappee.
-