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 BorderStyleBorderStyle. EMPTYstatic BorderStyleBorderStyle. ETCHEDstatic BorderStyleBorderStyle. SEPARATORMethods in com.jgoodies.looks that return BorderStyle Modifier and Type Method Description static BorderStyleBorderStyle. from(javax.swing.JMenuBar menuBar, java.lang.String clientPropertyKey)Looks up the client property for the header style from the JMenuBar.static BorderStyleBorderStyle. from(javax.swing.JToolBar toolBar, java.lang.String clientPropertyKey)Looks up the client property for the header style from the JToolBar.private static BorderStyleBorderStyle. from0(javax.swing.JComponent c, java.lang.String clientPropertyKey)Looks up the client property for the header style from the specified JComponent.private static BorderStyleBorderStyle. valueOf(java.lang.String name)
-