Package jmri.jmrit.catalog
Class CatalogPanel.IconListener
java.lang.Object
jmri.jmrit.catalog.CatalogPanel.IconListener
- All Implemented Interfaces:
EventListener,JmriMouseListener
- Enclosing class:
- CatalogPanel
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidmouseClicked(JmriMouseEvent event) Invoked when the mouse button has been clicked (pressed and released) on a component.voidmouseEntered(JmriMouseEvent event) Invoked when the mouse enters a component.voidmouseExited(JmriMouseEvent event) Invoked when the mouse exits a component.voidmousePressed(JmriMouseEvent event) Invoked when a mouse button has been pressed on a component.voidInvoked when a mouse button has been released on a component.
-
Constructor Details
-
IconListener
-
-
Method Details
-
mouseClicked
Description copied from interface:JmriMouseListenerInvoked when the mouse button has been clicked (pressed and released) on a component.- Specified by:
mouseClickedin interfaceJmriMouseListener- Parameters:
event- the event to be processed
-
mousePressed
Description copied from interface:JmriMouseListenerInvoked when a mouse button has been pressed on a component.- Specified by:
mousePressedin interfaceJmriMouseListener- Parameters:
event- the event to be processed
-
mouseReleased
Description copied from interface:JmriMouseListenerInvoked when a mouse button has been released on a component.- Specified by:
mouseReleasedin interfaceJmriMouseListener- Parameters:
e- the event to be processed
-
mouseEntered
Description copied from interface:JmriMouseListenerInvoked when the mouse enters a component.- Specified by:
mouseEnteredin interfaceJmriMouseListener- Parameters:
event- the event to be processed
-
mouseExited
Description copied from interface:JmriMouseListenerInvoked when the mouse exits a component.- Specified by:
mouseExitedin interfaceJmriMouseListener- Parameters:
event- the event to be processed
-