Uses of Class
com.sun.javatest.tool.UIFactory.Colors
-
Packages that use UIFactory.Colors Package Description com.sun.javatest.tool The JT Harness Tool API provides the command-line and GUI infrastructure for the main JT Harness test harness. -
-
Uses of UIFactory.Colors in com.sun.javatest.tool
Methods in com.sun.javatest.tool that return UIFactory.Colors Modifier and Type Method Description static UIFactory.Colors
UIFactory.Colors. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static UIFactory.Colors
UIFactory.Colors. valueOfByPreferencesName(java.lang.String prefsName)
Find Colors by color preferences name.static UIFactory.Colors[]
UIFactory.Colors. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-