Package jmri.jmrit.beantable
Class BeanTableDataModel.PopupListener
java.lang.Object
jmri.util.swing.JmriMouseAdapter
jmri.jmrit.beantable.BeanTableDataModel.PopupListener
- All Implemented Interfaces:
EventListener,JmriMouseListener
- Enclosing class:
- BeanTableDataModel<T extends NamedBean>
Listener to trigger display of table cell menu.
Delete / Rename / Move etc.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidInvoked when a mouse button has been pressed on a component.voidInvoked when a mouse button has been released on a component.Methods inherited from class jmri.util.swing.JmriMouseAdapter
mouseClicked, mouseEntered, mouseExited
-
Constructor Details
-
PopupListener
-
-
Method Details
-
mousePressed
Invoked when a mouse button has been pressed on a component.- Specified by:
mousePressedin interfaceJmriMouseListener- Overrides:
mousePressedin classJmriMouseAdapter- Parameters:
e- the event to be processed
-
mouseReleased
Invoked when a mouse button has been released on a component.- Specified by:
mouseReleasedin interfaceJmriMouseListener- Overrides:
mouseReleasedin classJmriMouseAdapter- Parameters:
e- the event to be processed
-