Uses of Class
fr.lifl.jedi.gui.control.graphicalControl.view.IconIdentifier

Packages that use IconIdentifier
fr.lifl.jedi.gui.control.graphicalControl.view This package contains the view elements of the Graphical Control GUI of the simulation. 
 

Uses of IconIdentifier in fr.lifl.jedi.gui.control.graphicalControl.view
 

Fields in fr.lifl.jedi.gui.control.graphicalControl.view with type parameters of type IconIdentifier
static java.util.Map<IconIdentifier,javax.swing.ImageIcon> GraphicalSimulationControlGUI.ICONS
          The Map that contains all icons used in the GUI
 

Methods in fr.lifl.jedi.gui.control.graphicalControl.view that return IconIdentifier
static IconIdentifier IconIdentifier.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static IconIdentifier[] IconIdentifier.values()
          Returns an array containing the constants of this enum type, in the order they are declared.