Uses of Class
org.pushingpixels.radiance.component.api.common.AbstractFileViewPanel.Leaf
Packages that use AbstractFileViewPanel.Leaf
-
Uses of AbstractFileViewPanel.Leaf in org.pushingpixels.radiance.component.api.common
Fields in org.pushingpixels.radiance.component.api.common with type parameters of type AbstractFileViewPanel.LeafModifier and TypeFieldDescriptionprivate SwingWorker
<Void, AbstractFileViewPanel.Leaf> AbstractFileViewPanel.mainWorker
The main worker that loads the images off EDT.Methods in org.pushingpixels.radiance.component.api.common with parameters of type AbstractFileViewPanel.LeafModifier and TypeMethodDescriptionprotected void
AbstractFileViewPanel.configureCommand
(AbstractFileViewPanel.Leaf leaf, Command command, RadianceIcon icon) Configures the specified command.protected abstract RadianceIcon
AbstractFileViewPanel.getRadianceIcon
(AbstractFileViewPanel.Leaf leaf, InputStream stream, CommandButtonPresentationState state, Dimension dimension) Returns the icon for the specified parameters.