Package com.formdev.flatlaf.ui
Class FlatTableUI.StartEditingAction
- java.lang.Object
-
- com.formdev.flatlaf.ui.FlatUIAction
-
- com.formdev.flatlaf.ui.FlatTableUI.StartEditingAction
-
- All Implemented Interfaces:
java.awt.event.ActionListener
,java.util.EventListener
,javax.swing.Action
- Enclosing class:
- FlatTableUI
private static class FlatTableUI.StartEditingAction extends FlatUIAction
-
-
Field Summary
-
Fields inherited from class com.formdev.flatlaf.ui.FlatUIAction
delegate, name
-
-
Constructor Summary
Constructors Modifier Constructor Description private
StartEditingAction(javax.swing.Action delegate)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
actionPerformed(java.awt.event.ActionEvent e)
(package private) static void
install(javax.swing.ActionMap map, java.lang.String key)
-
Methods inherited from class com.formdev.flatlaf.ui.FlatUIAction
addPropertyChangeListener, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
-
-