Save This Page
Home » openjdk-7 » net.jbeans » ui » border » [javadoc | source]
net.jbeans.ui.border
public static class: CustomBorderFactory.FlatButtonBorder [javadoc | source]
java.lang.Object
   javax.swing.border.AbstractBorder
      net.jbeans.ui.border.CustomBorderFactory$AbstractFlatBorder
         net.jbeans.ui.border.CustomBorderFactory$FlatButtonBorder

All Implemented Interfaces:
    Border, Serializable

Fields inherited from net.jbeans.ui.border.CustomBorderFactory$AbstractFlatBorder:
darkShadow,  highlight,  FLAT,  RAISED,  LOWERED
Constructor:
 public FlatButtonBorder(Color darkShadow,
    Color highlight) 
Method from net.jbeans.ui.border.CustomBorderFactory$FlatButtonBorder Summary:
getBorderType
Methods from net.jbeans.ui.border.CustomBorderFactory$AbstractFlatBorder:
getBorderType,   paintBorder,   paintFlatBorder
Methods from javax.swing.border.AbstractBorder:
getBaseline,   getBaselineResizeBehavior,   getBorderInsets,   getBorderInsets,   getInteriorRectangle,   getInteriorRectangle,   isBorderOpaque,   isLeftToRight,   paintBorder
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from net.jbeans.ui.border.CustomBorderFactory$FlatButtonBorder Detail:
 protected int getBorderType(Component c)