leon.view.win.swing.table
Class LyJTableMouseListener
java.lang.Object
java.awt.event.MouseAdapter
leon.view.win.swing.table.LyJTableMouseListener
- All Implemented Interfaces:
- java.awt.event.MouseListener, java.awt.event.MouseMotionListener, java.awt.event.MouseWheelListener, java.util.EventListener
public class LyJTableMouseListener
- extends java.awt.event.MouseAdapter
This class manages the mouse events that occur on the table.
Field Summary |
static java.lang.String |
__VERSION
|
Method Summary |
java.util.Vector<java.lang.String> |
getSelectedIds()
Return the identifiers of the selected rows of the table component. |
void |
mouseClicked(java.awt.event.MouseEvent e)
(non-Javadoc). |
Methods inherited from class java.awt.event.MouseAdapter |
mouseDragged, mouseEntered, mouseExited, mouseMoved, mousePressed, mouseReleased, mouseWheelMoved |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
__VERSION
public static final java.lang.String __VERSION
- See Also:
- Constant Field Values
LyJTableMouseListener
public LyJTableMouseListener(LySwingTable swingTable)
- Creates a new table mouse listener for the specified table.
- Parameters:
swingTable
- the associated table
getSelectedIds
public java.util.Vector<java.lang.String> getSelectedIds()
- Return the identifiers of the selected rows of the table component.
- Returns:
- the ids of the selected rows
mouseClicked
public void mouseClicked(java.awt.event.MouseEvent e)
- (non-Javadoc).
- Specified by:
mouseClicked
in interface java.awt.event.MouseListener
- Overrides:
mouseClicked
in class java.awt.event.MouseAdapter
- See Also:
MouseListener.mouseClicked(java.awt.event.MouseEvent)
Website: W4 S.A., contact us: support@w4global.com