Package com.e1c.langtool.ui.common
Class ActionAdapter
java.lang.Object
com.e1c.langtool.ui.common.ActionAdapter
Utility class that provides creating
Action with
overridden Action.run() method in lambda way.- See Also:
-
Action
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classThis class is similar to vanilla abstractActionclass with overridden emptyAction.run()method. -
Method Summary
Modifier and TypeMethodDescriptionstatic org.eclipse.jface.action.ActionfromRunnable(Runnable runnable) static org.eclipse.jface.action.ActionfromRunnable(String text, int styles, Runnable runnable)
-
Method Details
-
fromRunnable
-
fromRunnable
-