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