Uses of Interface
net.thevpc.echo.swing.helpers.SwingHelpers.NamedFunction
Packages that use SwingHelpers.NamedFunction
-
Uses of SwingHelpers.NamedFunction in net.thevpc.echo.swing.helpers
Fields in net.thevpc.echo.swing.helpers declared as SwingHelpers.NamedFunctionModifier and TypeFieldDescriptionstatic final SwingHelpers.NamedFunction<JComponent, Color> SwingHelpers.DEF_COLOR_BACKGROUNDstatic final SwingHelpers.NamedFunction<JComponent, Color> SwingHelpers.DEF_COLOR_FOREGROUNDMethods in net.thevpc.echo.swing.helpers with parameters of type SwingHelpers.NamedFunctionModifier and TypeMethodDescriptionstatic ColorSwingHelpers.toAwtColor(AppColor color, JComponent c, SwingHelpers.NamedFunction<JComponent, Color> def) static FontSwingHelpers.toAwtFont(AppFont font, JComponent c, SwingHelpers.NamedFunction<JComponent, Font> def)