Package adams.gui.core
Interface BaseTabbedPane.MiddleMouseButtonCloseApprover
-
- Enclosing class:
- BaseTabbedPane
public static interface BaseTabbedPane.MiddleMouseButtonCloseApproverInterface for classes that can hook into the closing using the middle mouse button and stop it.- Version:
- $Revision$
- Author:
- fracpete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanapproveClosingWithMiddleMouseButton(BaseTabbedPane source, MouseEvent e)Method gets called when having to approve a middle mouse button click.
-
-
-
Method Detail
-
approveClosingWithMiddleMouseButton
boolean approveClosingWithMiddleMouseButton(BaseTabbedPane source, MouseEvent e)
Method gets called when having to approve a middle mouse button click.- Parameters:
source- the origin of the clicke- the mouse event
-
-