JIDE 3.5.15

Package com.jidesoft.icons

The package contains classes related to icons for JIDE Common Layer.

See:
          Description

Interface Summary
RolloverIcon.IconRolloverSupport An interface that should be implemented on a component if you want to use an icon that supports rollover and fade (fade in or fade out) effect.
 

Class Summary
CheckBoxIcon The icon to paint CheckBox icon safely with any L&F.
ColorFilter An image filter that brightens or darkens an existing image.
IconSet IconSet is a class which works with JIDE Basic Icon Set (http://www.jidesoft.com/icon/).
IconSet.Direction  
IconSet.Edit  
IconSet.File  
IconSet.FindReplace  
IconSet.Hardware  
IconSet.Help  
IconSet.MediaControl  
IconSet.Movement  
IconSet.Overlay  
IconSet.Software  
IconSet.Text  
IconSet.View  
IconSetManager IconSetManager contains all the JIDE icon sets in one class so that you can access all of them from one single place and switch to different icon set just by calling IconSetManager.setActiveIconSetName(String).
IconsFactory IconsFactory provides a consistent way to access icon resource in any application.
JideIconsFactory A helper class to contain icons for demo of JIDE products.
JideIconsFactory.Arrow  
JideIconsFactory.Cursor  
JideIconsFactory.DockableFrame  
JideIconsFactory.FileType  
JideIconsFactory.View  
JideIconsFactory.WindowMenu  
MaskFilter An image filter that replaces one color in an image with another color.
MenuCheckIcon Icon wrapper class for check icons.
NetworkIconSet NetworkIconSet is a class which works with JIDE Network Icon Set (http://www.jidesoft.com/icon/).
NetworkIconSet.Ecommerce  
NetworkIconSet.Email  
NetworkIconSet.Interface  
NetworkIconSet.Internet  
NetworkIconSet.NetworkDevices  
NetworkIconSet.Security  
RolloverIcon RolloverIcon provides the expanded and collapsed tree icons that has rollover and fade effect.
RolloverIcon.DefaultCollapsedIcon The default collapsed tree icon.
RolloverIcon.DefaultExpandedIcon The default expanded tree icon.
TintFilter An image filter that tints the image with a color.
 

Package com.jidesoft.icons Description

The package contains classes related to icons for JIDE Common Layer.


JIDE 3.5.15