Uses of Class
uic.model.IconFactory

Packages that use IconFactory
uic.model Provides model classes for Swing GUIs. 
uic.widgets Swing Widgets for your programming pleasure! 
uic.widgets.filechooser Provides the classes for the UIC FileChooser widget. 
 

Uses of IconFactory in uic.model
 

Fields in uic.model declared as IconFactory
protected  IconFactory ActionFactory.iconFactory
           
 

Methods in uic.model that return IconFactory
 IconFactory ActionFactory.getIconFactory()
           
 

Methods in uic.model with parameters of type IconFactory
protected  void UICAction.addIcon(AbstractButton button, IconFactory iconFactory)
           
 JMenuItem UICAction.createMenuItem(IconFactory iconFactory)
           
 JMenuItem UICRadioAction.createMenuItem(IconFactory iconFactory)
           
 JMenuItem UICToggleAction.createMenuItem(IconFactory iconFactory)
           
 JMenuItem UICAction.createPopupMenuItem(IconFactory iconFactory)
           
 JMenuItem UICRadioAction.createPopupMenuItem(IconFactory iconFactory)
           
 AbstractButton UICAction.createToolBarButton(IconFactory iconFactory)
           
 AbstractButton UICToggleAction.createToolBarButton(IconFactory iconFactory)
           
protected  void UICAction.decorateButton(AbstractButton button, IconFactory iconFactory)
           
 

Uses of IconFactory in uic.widgets
 

Constructors in uic.widgets with parameters of type IconFactory
ToolBarButton(String text, IconFactory iconFactory, String iconBaseName)
           
 

Uses of IconFactory in uic.widgets.filechooser
 

Methods in uic.widgets.filechooser with parameters of type IconFactory
protected static Icon SystemUtil.KDESystemUtil.getKDEIcon(IconFactory iconFactory, String name, String name2, int size)
          Currently hack for check if the user is running kde.
 



Copyright © 2002-2004 Thomas Zander Available under the Free Apache licence