public static class

BorderUIResource.EtchedBorderUIResource

extends EtchedBorder
implements UIResource
java.lang.Object
   ↳ javax.swing.border.AbstractBorder
     ↳ javax.swing.border.EtchedBorder
       ↳ javax.swing.plaf.BorderUIResource.EtchedBorderUIResource

Summary

[Expand]
Inherited Constants
From class javax.swing.border.EtchedBorder
[Expand]
Inherited Fields
From class javax.swing.border.EtchedBorder
Public Constructors
BorderUIResource.EtchedBorderUIResource()
BorderUIResource.EtchedBorderUIResource(int etchType)
BorderUIResource.EtchedBorderUIResource(Color highlight, Color shadow)
BorderUIResource.EtchedBorderUIResource(int etchType, Color highlight, Color shadow)
[Expand]
Inherited Methods
From class javax.swing.border.EtchedBorder
From class javax.swing.border.AbstractBorder
From class java.lang.Object
From interface javax.swing.border.Border

Public Constructors

public BorderUIResource.EtchedBorderUIResource ()

public BorderUIResource.EtchedBorderUIResource (int etchType)

public BorderUIResource.EtchedBorderUIResource (Color highlight, Color shadow)

public BorderUIResource.EtchedBorderUIResource (int etchType, Color highlight, Color shadow)