Uses of Class
com.fg.ftreenodes.FToggleNodeAttributes

Packages that use FToggleNodeAttributes
com.fg.ftreenodes   
 

Uses of FToggleNodeAttributes in com.fg.ftreenodes
 

Methods in com.fg.ftreenodes that return FToggleNodeAttributes
 FToggleNodeAttributes FToggleNodeAttributes.setAllowsChildren(boolean allowsChildren)
           
 FToggleNodeAttributes FToggleNodeAttributes.setFolderBarDecorated(boolean decorated)
           
 FToggleNodeAttributes FToggleNodeAttributes.setToggleRadio(boolean toggleRadio)
           
 FToggleNodeAttributes FToggleNodeAttributes.setToggleVisible(boolean toggleVisible)
           
 FToggleNodeAttributes FToggleNodeAttributes.setToggleEnabled(boolean toggleEnabled)
           
 FToggleNodeAttributes FToggleNodeAttributes.setToggleSelected(boolean toggleSelected)
           
 FToggleNodeAttributes FToggleNodeAttributes.setRadioUnselectable(boolean radioUnselectable)
           
 FToggleNodeAttributes FToggleNodeAttributes.setNodeValidity(boolean nodeValidity)
           
 FToggleNodeAttributes FToggleNodeAttributes.setLabelImage(java.awt.Image labelImage)
           
 FToggleNodeAttributes FToggleNodeAttributes.setLabelText(java.lang.String labelText)
           
 FToggleNodeAttributes FToggleNodeAttributes.setFolderBackground(java.awt.Color color)
           
 FToggleNodeAttributes FToggleNodeAttributes.copy()