|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfr.ifremer.isisfish.IsisTray
public abstract class IsisTray
Isis tray icon implementation. Created: 6 janv. 07 13:52:25
| Field Summary | |
|---|---|
protected static org.apache.commons.logging.Log |
log
to use log facility, just put in your code: log.info(\"...\"); |
protected static ImageIcon |
TRAY_IMAGE_START
Running icon. |
protected static ImageIcon |
TRAY_IMAGE_STOP
Non running icon. |
| Constructor Summary | |
|---|---|
IsisTray()
|
|
| Method Summary | |
|---|---|
void |
clearJobDone(SimulationService simService)
Previent que le simulation service a vide ca liste de simulation faites. |
static IsisTray |
getInstance()
Factory method to get instance. |
void |
propertyChange(PropertyChangeEvent evt)
|
abstract void |
setImage(ImageIcon image)
Change image. |
abstract void |
setToolTip(String text)
Change tooltip. |
void |
simulationStart(SimulationService simService,
SimulationJob job)
Notify start of simulation. |
void |
simulationStop(SimulationService simService,
SimulationJob job)
Notify end of simulation. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected static final org.apache.commons.logging.Log log
protected static final ImageIcon TRAY_IMAGE_STOP
protected static final ImageIcon TRAY_IMAGE_START
| Constructor Detail |
|---|
public IsisTray()
| Method Detail |
|---|
public abstract void setImage(ImageIcon image)
image - new imagepublic abstract void setToolTip(String text)
text - new tooltippublic static IsisTray getInstance()
SystemTray.isSupported()
public void simulationStart(SimulationService simService,
SimulationJob job)
SimulationServiceListener
simulationStart in interface SimulationServiceListenersimService - le simulation service qui a lance la simulationjob - job that responsible to simulation
public void simulationStop(SimulationService simService,
SimulationJob job)
SimulationServiceListener
simulationStop in interface SimulationServiceListenersimService - le simulation service qui a arrete la simulationjob - job that responsible to simulationpublic void clearJobDone(SimulationService simService)
SimulationServiceListener
clearJobDone in interface SimulationServiceListenersimService - le simulation service dont la liste des jobs finis
a ete videpublic void propertyChange(PropertyChangeEvent evt)
propertyChange in interface PropertyChangeListener
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||