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