org.jfree.ui
public final class FloatingButtonEnabler extends MouseAdapter
| Method Summary | |
|---|---|
| void | addButton(AbstractButton button)
Adds a button to this enabler.
|
| static FloatingButtonEnabler | getInstance()
Returns a default instance of this enabler.
|
| void | mouseEntered(MouseEvent e)
Triggers the drawing of the border when the mouse entered the button area.
|
| void | mouseExited(MouseEvent e)
Disables the drawing of the border when the mouse leaves the button area.
|
| void | removeButton(AbstractButton button)
Removes a button from the enabler.
|
Parameters: button the button.
Returns: a shared instance of this class.
Parameters: e the mouse event.
Parameters: e the mouse event.
Parameters: button the button.