Uses of Class
org.eclipse.nebula.widgets.opal.tipoftheday.TipOfTheDay.TipStyle
-
Packages that use TipOfTheDay.TipStyle Package Description org.eclipse.nebula.widgets.opal.tipoftheday -
-
Uses of TipOfTheDay.TipStyle in org.eclipse.nebula.widgets.opal.tipoftheday
Fields in org.eclipse.nebula.widgets.opal.tipoftheday declared as TipOfTheDay.TipStyle Modifier and Type Field Description private TipOfTheDay.TipStyle
TipOfTheDay. style
Methods in org.eclipse.nebula.widgets.opal.tipoftheday that return TipOfTheDay.TipStyle Modifier and Type Method Description TipOfTheDay.TipStyle
TipOfTheDay. getStyle()
static TipOfTheDay.TipStyle
TipOfTheDay.TipStyle. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static TipOfTheDay.TipStyle[]
TipOfTheDay.TipStyle. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.eclipse.nebula.widgets.opal.tipoftheday with parameters of type TipOfTheDay.TipStyle Modifier and Type Method Description void
TipOfTheDay. setStyle(TipOfTheDay.TipStyle style)
-