Class IsisTray

java.lang.Object
fr.ifremer.isisfish.IsisTray
All Implemented Interfaces:
SimulationServiceListener, PropertyChangeListener, EventListener

public abstract class IsisTray extends Object implements SimulationServiceListener, PropertyChangeListener
Isis tray icon implementation. Created: 6 janv. 07 13:52:25
Version:
$Revision$ Last update: $Date$ by : $Author$
Author:
poussin
  • Field Details

    • log

      protected static final org.apache.commons.logging.Log log
      to use log facility, just put in your code: log.info(\"...\");
    • TRAY_IMAGE_STOP

      protected static final ImageIcon TRAY_IMAGE_STOP
      Non running icon.
    • TRAY_IMAGE_START

      protected static final ImageIcon TRAY_IMAGE_START
      Running icon.
  • Constructor Details

    • IsisTray

      public IsisTray()
  • Method Details