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