Uses of Class
com.sshtools.common.ui.ResourceIcon

Packages that use ResourceIcon
com.sshtools.common.ui   
 

Uses of ResourceIcon in com.sshtools.common.ui
 

Fields in com.sshtools.common.ui declared as ResourceIcon
private  ResourceIcon ImagePanel.icon
           
(package private)  ResourceIcon SessionProvider.largeicon
           
(package private)  ResourceIcon SessionProvider.smallicon
           
 

Methods in com.sshtools.common.ui that return ResourceIcon
abstract  ResourceIcon SshToolsApplicationPanel.getIcon()
          Get the icon for the panel
 ResourceIcon 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
ImagePanel(ResourceIcon icon, int bottom)
          Creates a new ImagePanel object.