Uses of Class
org.pushingpixels.radiance.component.api.common.AbstractFileViewPanel.Leaf
-
Packages that use AbstractFileViewPanel.Leaf Package Description org.pushingpixels.radiance.component.api.common -
-
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.Leaf Modifier and Type Field Description private javax.swing.SwingWorker<java.lang.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.Leaf Modifier and Type Method Description protected void
AbstractFileViewPanel. configureCommand(AbstractFileViewPanel.Leaf leaf, Command command, RadianceIcon icon)
Configures the specified command.protected abstract RadianceIcon
AbstractFileViewPanel. getRadianceIcon(AbstractFileViewPanel.Leaf leaf, java.io.InputStream stream, CommandButtonPresentationState state, java.awt.Dimension dimension)
Returns the icon for the specified parameters.
-