Package com.inductiveautomation.rm.shape
Class RMShapeUtils.HoverTimer
- java.lang.Object
- 
- javax.swing.Timer
- 
- com.inductiveautomation.rm.shape.RMShapeUtils.HoverTimer
 
 
- 
- All Implemented Interfaces:
- java.io.Serializable
 - Enclosing class:
- RMShapeUtils
 
 public static class RMShapeUtils.HoverTimer extends javax.swing.TimerA Timer subclass.- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description HoverTimer(RMShapeMouseEvent anEvent)Creates a new hover timer for shape mouse event.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidfireActionPerformed(java.awt.event.ActionEvent e)Called when timer fires.RMShapeMouseEventgetEvent()Returns the shape mouse event.RMShapegetShape()Return the shape.voidsetEvent(RMShapeMouseEvent anEvent)Sets the event.- 
Methods inherited from class javax.swing.TimeraddActionListener, getActionCommand, getActionListeners, getDelay, getInitialDelay, getListeners, getLogTimers, isCoalesce, isRepeats, isRunning, removeActionListener, restart, setActionCommand, setCoalesce, setDelay, setInitialDelay, setLogTimers, setRepeats, start, stop
 
- 
 
- 
- 
- 
Constructor Detail- 
HoverTimerpublic HoverTimer(RMShapeMouseEvent anEvent) Creates a new hover timer for shape mouse event.
 
- 
 - 
Method Detail- 
getEventpublic RMShapeMouseEvent getEvent() Returns the shape mouse event.
 - 
setEventpublic void setEvent(RMShapeMouseEvent anEvent) Sets the event.
 - 
getShapepublic RMShape getShape() Return the shape.
 - 
fireActionPerformedprotected void fireActionPerformed(java.awt.event.ActionEvent e) Called when timer fires.- Overrides:
- fireActionPerformedin class- javax.swing.Timer
 
 
- 
 
-