Public Member Functions | |
AddDoubleClicker (ActionListener jDialog) | |
Constructor. | |
void | mouseClicked (MouseEvent e) |
If a double-click, acts 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 |
Action listener listening for the double-click. |
javawrapper::ModelFlowSetup::DisplayBehaviorEdit::AddDoubleClicker::AddDoubleClicker | ( | ActionListener | jDialog | ) | [inline] |
Constructor.
jDialog | ActionListener ActionListener to register |
void javawrapper::ModelFlowSetup::DisplayBehaviorEdit::AddDoubleClicker::mouseClicked | ( | MouseEvent | e | ) | [inline] |
If a double-click, acts as though the "Add" button has been clicked.
e | MouseEvent Mouse event that triggered this |
void javawrapper::ModelFlowSetup::DisplayBehaviorEdit::AddDoubleClicker::mouseEntered | ( | MouseEvent | e | ) | [inline] |
Does nothing.
e | MouseEvent Ignored |
void javawrapper::ModelFlowSetup::DisplayBehaviorEdit::AddDoubleClicker::mouseExited | ( | MouseEvent | e | ) | [inline] |
Does nothing.
e | MouseEvent Ignored |
void javawrapper::ModelFlowSetup::DisplayBehaviorEdit::AddDoubleClicker::mousePressed | ( | MouseEvent | e | ) | [inline] |
Does nothing.
e | MouseEvent Ignored |
void javawrapper::ModelFlowSetup::DisplayBehaviorEdit::AddDoubleClicker::mouseReleased | ( | MouseEvent | e | ) | [inline] |
Does nothing.
e | MouseEvent Ignored |