Uses of Class
com.sshtools.common.ui.ResourceIcon
-
Packages that use ResourceIcon Package Description com.sshtools.common.ui -
-
Uses of ResourceIcon in com.sshtools.common.ui
Methods in com.sshtools.common.ui that return ResourceIcon Modifier and Type Method Description abstract ResourceIcon
SshToolsApplicationPanel. getIcon()
Get the icon for the panelResourceIcon
SessionProvider. getLargeIcon()
Get the large icon of the provider.ResourceIcon
SessionProvider. getSmallIcon()
Get the small icon of the provider.Constructors in com.sshtools.common.ui with parameters of type ResourceIcon Constructor Description ImagePanel(ResourceIcon icon, int bottom)
Creates a new ImagePanel object.
-