Package jmri.jmrit.dispatcher
Class DispatcherFrame.TableHeaderListener
java.lang.Object
jmri.util.swing.JmriMouseAdapter
jmri.jmrit.dispatcher.DispatcherFrame.TableHeaderListener
- All Implemented Interfaces:
EventListener,JmriMouseListener
- Enclosing class:
- DispatcherFrame
Class to support Columnheader popup menu on XTableColum model.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidInvoked when the mouse button has been clicked (pressed and released) on a component.voidInvoked 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
mouseEntered, mouseExited
-
Field Details
-
table
-
-
Constructor Details
-
TableHeaderListener
-
-
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
-
mouseClicked
Invoked when the mouse button has been clicked (pressed and released) on a component.- Specified by:
mouseClickedin interfaceJmriMouseListener- Overrides:
mouseClickedin classJmriMouseAdapter- Parameters:
e- the event to be processed
-