Uses of Class
org.psychomad.psycholib.resources.Resources

Packages that use Resources
org.psychomad.psycholib.ui   
 

Uses of Resources in org.psychomad.psycholib.ui
 

Methods in org.psychomad.psycholib.ui with parameters of type Resources
protected  javax.swing.JMenu EasyMenuBar2.createMenu(EasyActions myActions, java.lang.String key, java.lang.Class currentClass, Resources resources)
          Create a menu.
protected  javax.swing.JMenu EasyMenuBar.createMenu(EasyActions myActions, java.lang.String key, Config config, Resources resources)
          Create a menu.
protected  void EasyMenuBar2.fillMenuBar(EasyActions myActions, java.lang.Class currentClass, Resources resources)
          Fill the Menu bar with appropiated menu.
protected  void EasyMenuBar.fillMenuBar(EasyActions myActions, Config config, Resources resources)
          Fill the Menu bar with appropiated menu.
protected  void EasyToolBar.fillToolBar(EasyActions myActions, Config config, Resources resources)
           
 

Constructors in org.psychomad.psycholib.ui with parameters of type Resources
EasyAbstractAction(java.lang.String actionName, Config config, Resources resources)
          Construct a EasyAbstractAction object with all the values correctly set, ie uses the name pass in arg to retreive all infos (image,tooltip,shortkey) from the properties files and correctly update the action.
EasyAbstractAction2(java.lang.String actionName, java.lang.Class currentClass, Resources resources)
          Construct a EasyAbstractAction object with all the values correctly set, ie uses the name pass in arg to retreive all infos (image,tooltip,shortkey) from the properties files and correctly update the action.
EasyMenuBar(EasyActions myActions, Config config, Resources resources)
          Create the menubar for the app.
EasyMenuBar2(EasyActions myActions, java.lang.Class currentClass, Resources resources)
          Create the menubar for the app.
EasyToolBar(EasyActions myActions, Config config, Resources resources)
          Create the Toolbar for the app.
 



Copyright 2006 null. All Rights Reserved.