Uses of Class
com.jgoodies.looks.BorderStyle
-
Packages that use BorderStyle Package Description com.jgoodies.looks Contains classes to configure the JGoodies L&Fs. -
-
Uses of BorderStyle in com.jgoodies.looks
Fields in com.jgoodies.looks declared as BorderStyle Modifier and Type Field Description static BorderStyle
BorderStyle. EMPTY
static BorderStyle
BorderStyle. ETCHED
static BorderStyle
BorderStyle. SEPARATOR
Methods in com.jgoodies.looks that return BorderStyle Modifier and Type Method Description static BorderStyle
BorderStyle. from(javax.swing.JMenuBar menuBar, java.lang.String clientPropertyKey)
Looks up the client property for the header style from the JMenuBar.static BorderStyle
BorderStyle. from(javax.swing.JToolBar toolBar, java.lang.String clientPropertyKey)
Looks up the client property for the header style from the JToolBar.private static BorderStyle
BorderStyle. from0(javax.swing.JComponent c, java.lang.String clientPropertyKey)
Looks up the client property for the header style from the specified JComponent.private static BorderStyle
BorderStyle. valueOf(java.lang.String name)
-