Class UIButtonRelief

java.lang.Object
com.orchestranetworks.ui.UIButtonRelief

public final class UIButtonRelief extends Object
This class provides different ways to display the relief of a button.
Since:
5.3.0
See Also:
  • Field Details

    • EMBOSSED

      public static final UIButtonRelief EMBOSSED
      Displays an embossed button with borders.
    • FLAT

      public static final UIButtonRelief FLAT
      Displays a flat button with borders when mousing over.
  • Method Details

    • toString

      public String toString()
      For debugging purposes only.
      Overrides:
      toString in class Object