Public Member Functions | |
AddDoubleClicker (ActionListener jDialog) | |
Constructor. | |
void | mouseClicked (MouseEvent e) |
If a double-click has occurred, triggers an action as though the "Add" button has been clicked. | |
void | mousePressed (MouseEvent e) |
Does nothing. | |
void | mouseEntered (MouseEvent e) |
Does nothing. | |
void | mouseExited (MouseEvent e) |
Does nothing. | |
void | mouseReleased (MouseEvent e) |
Does nothing. | |
Package Attributes | |
ActionListener | m_jDialog |
Where to trigger the action the double-click performs. |
javawrapper.ModelFlowSetup.DisplayComboEdit.AddDoubleClicker.AddDoubleClicker | ( | ActionListener | jDialog | ) |
Constructor.
jDialog | ActionListener Where to trigger the action the double- click performs |
void javawrapper.ModelFlowSetup.DisplayComboEdit.AddDoubleClicker.mouseClicked | ( | MouseEvent | e | ) |
If a double-click has occurred, triggers an action as though the "Add" button has been clicked.
e | MouseEvent The mouse event. |
void javawrapper.ModelFlowSetup.DisplayComboEdit.AddDoubleClicker.mousePressed | ( | MouseEvent | e | ) |
Does nothing.
e | MouseEvent Ignored. |
void javawrapper.ModelFlowSetup.DisplayComboEdit.AddDoubleClicker.mouseEntered | ( | MouseEvent | e | ) |
Does nothing.
e | MouseEvent Ignored. |
void javawrapper.ModelFlowSetup.DisplayComboEdit.AddDoubleClicker.mouseExited | ( | MouseEvent | e | ) |
Does nothing.
e | MouseEvent Ignored. |
void javawrapper.ModelFlowSetup.DisplayComboEdit.AddDoubleClicker.mouseReleased | ( | MouseEvent | e | ) |
Does nothing.
e | MouseEvent Ignored. |
ActionListener javawrapper.ModelFlowSetup.DisplayComboEdit.AddDoubleClicker.m_jDialog [package] |
Where to trigger the action the double-click performs.