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 | ) | [inline] |
Constructor.
| jDialog | ActionListener Where to trigger the action the double- click performs |
| void javawrapper::ModelFlowSetup::DisplayComboEdit::AddDoubleClicker::mouseClicked | ( | MouseEvent | e | ) | [inline] |
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::mouseEntered | ( | MouseEvent | e | ) | [inline] |
Does nothing.
| e | MouseEvent Ignored. |
| void javawrapper::ModelFlowSetup::DisplayComboEdit::AddDoubleClicker::mouseExited | ( | MouseEvent | e | ) | [inline] |
Does nothing.
| e | MouseEvent Ignored. |
| void javawrapper::ModelFlowSetup::DisplayComboEdit::AddDoubleClicker::mousePressed | ( | MouseEvent | e | ) | [inline] |
Does nothing.
| e | MouseEvent Ignored. |
| void javawrapper::ModelFlowSetup::DisplayComboEdit::AddDoubleClicker::mouseReleased | ( | MouseEvent | e | ) | [inline] |
Does nothing.
| e | MouseEvent Ignored. |
1.4.7