Uses of Enum
org.bidib.wizard.mvc.common.view.icon.TextIcon.Layout
Packages that use TextIcon.Layout
-
Uses of TextIcon.Layout in org.bidib.wizard.mvc.common.view.icon
Methods in org.bidib.wizard.mvc.common.view.icon that return TextIcon.LayoutModifier and TypeMethodDescriptionTextIcon.getLayout()Get the Layout enumstatic TextIcon.LayoutReturns the enum constant of this type with the specified name.static TextIcon.Layout[]TextIcon.Layout.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.bidib.wizard.mvc.common.view.icon with parameters of type TextIcon.LayoutModifierConstructorDescriptionTextIcon(JComponent component, String text, TextIcon.Layout layout) Create a TextIcon specifying all the properties.