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

Packages that use Config
org.psychomad.psycholib.ui   
 

Uses of Config in org.psychomad.psycholib.ui
 

Methods in org.psychomad.psycholib.ui with parameters of type Config
protected  javax.swing.JMenu EasyMenuBar.createMenu(EasyActions myActions, java.lang.String key, Config config, Resources resources)
          Create a 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 Config
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.
EasyMenuBar(EasyActions myActions, Config config, 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.