Package Summary  Overview Summary

class:SynthCheckBoxMenuItemUI [NONE]

constructor:<init>() [NONE]

  • SynthCheckBoxMenuItemUI

    public SynthCheckBoxMenuItemUI()

method:createUI(javax.swing.JComponent) [NONE]

  • createUI

    public static ComponentUI createUI​(JComponent c)
    Creates a new UI object for the given component.
    Parameters:
    c - component to create UI object for
    Returns:
    the UI object

method:getPropertyPrefix() [NONE]

method:paintBorder(javax.swing.plaf.synth.SynthContext,java.awt.Graphics,int,int,int,int) [NONE]

  • paintBorder

    public void paintBorder​(SynthContext context,
                            Graphics g,
                            int x,
                            int y,
                            int w,
                            int h)
    Paints the border.
    Specified by:
    paintBorder in interface SynthUI
    Overrides:
    paintBorder in class SynthMenuItemUI
    Parameters:
    context - a component context
    g - Graphics to paint on
    x - the X coordinate
    y - the Y coordinate
    w - width of the border
    h - height of the border

© 2019 Oracle Corporation and/or its affiliates