Uses of Class
codeblockutil.CIconButton.Icon

Packages that use CIconButton.Icon
codeblockutil   
 

Uses of CIconButton.Icon in codeblockutil
 

Methods in codeblockutil that return CIconButton.Icon
static CIconButton.Icon CIconButton.Icon.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static CIconButton.Icon[] CIconButton.Icon.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in codeblockutil with parameters of type CIconButton.Icon
 void CIconButton.setIcon(CIconButton.Icon icon)
           
 

Constructors in codeblockutil with parameters of type CIconButton.Icon
CIconButton(CIconButton.Icon icon)
           
CIconButton(java.awt.Color backColor, java.awt.Color selectedColor, CIconButton.Icon icon)
          constructs this with the given icon, background, and selected coloring.