Package com.github.weisj.darklaf.util
Class Actions
- java.lang.Object
-
- com.github.weisj.darklaf.util.Actions
-
public class Actions extends Object
-
-
Constructor Summary
Constructors Constructor Description Actions()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Actioncreate(ActionListener action)static Actioncreate(String name, ActionListener action)
-
-
-
Method Detail
-
create
public static Action create(ActionListener action)
-
create
public static Action create(String name, ActionListener action)
-
-