Uses of Class
com.orchestranetworks.addon.dmdv.template.bean.BorderStyle
-
Packages that use BorderStyle Package Description com.orchestranetworks.addon.dmdv.template.bean Provides common classes to build a node template. -
-
Uses of BorderStyle in com.orchestranetworks.addon.dmdv.template.bean
Methods in com.orchestranetworks.addon.dmdv.template.bean that return BorderStyle Modifier and Type Method Description BorderStyleNodePanel. getBorderStyle()Returns the panel border style.static BorderStyleBorderStyle. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static BorderStyle[]BorderStyle. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.orchestranetworks.addon.dmdv.template.bean with parameters of type BorderStyle Modifier and Type Method Description voidNodePanel. setBorderStyle(BorderStyle borderStyle)Sets the panel border style.
-