Class PlasticXPBorders


  • final class PlasticXPBorders
    extends java.lang.Object
    This class consists of a set of Borders used by the JGoodies Plastic XP Look and Feel UI delegates.
    Version:
    $Revision: 1.16 $
    • Field Detail

      • comboBoxArrowButtonBorder

        private static javax.swing.border.Border comboBoxArrowButtonBorder
      • comboBoxEditorBorder

        private static javax.swing.border.Border comboBoxEditorBorder
      • scrollPaneBorder

        private static javax.swing.border.Border scrollPaneBorder
      • textFieldBorder

        private static javax.swing.border.Border textFieldBorder
      • spinnerBorder

        private static javax.swing.border.Border spinnerBorder
      • rolloverButtonBorder

        private static javax.swing.border.Border rolloverButtonBorder
    • Constructor Detail

      • PlasticXPBorders

        private PlasticXPBorders()
    • Method Detail

      • getButtonBorder

        static javax.swing.border.Border getButtonBorder​(java.awt.Insets buttonMargin)
      • getComboBoxArrowButtonBorder

        static javax.swing.border.Border getComboBoxArrowButtonBorder()
      • getComboBoxEditorBorder

        static javax.swing.border.Border getComboBoxEditorBorder()
      • getScrollPaneBorder

        static javax.swing.border.Border getScrollPaneBorder()
      • getTextFieldBorder

        static javax.swing.border.Border getTextFieldBorder()
      • getToggleButtonBorder

        static javax.swing.border.Border getToggleButtonBorder​(java.awt.Insets buttonMargin)
      • getSpinnerBorder

        static javax.swing.border.Border getSpinnerBorder()
      • getRolloverButtonBorder

        static javax.swing.border.Border getRolloverButtonBorder()
        Returns a rollover border for buttons in a JToolBar.
        Returns:
        the lazily created rollover button border