Package Summary  Overview Summary

class:JToolBar.Separator [NONE]

constructor:JToolBar.Separator() [NONE]

  • Separator

    public Separator()
    Creates a new toolbar separator with the default size as defined by the current look and feel.

constructor:JToolBar.Separator(java.awt.Dimension) [NONE]

  • Separator

    public Separator​(Dimension size)
    Creates a new toolbar separator with the specified size.
    Parameters:
    size - the Dimension of the separator

method:getUIClassID() [NONE]

method:setSeparatorSize(java.awt.Dimension) [NONE]

  • setSeparatorSize

    public void setSeparatorSize​(Dimension size)
    Sets the size of the separator.
    Parameters:
    size - the new Dimension of the separator

method:getSeparatorSize() [NONE]

  • getSeparatorSize

    public Dimension getSeparatorSize()
    Returns the size of the separator
    Returns:
    the Dimension object containing the separator's size (This is a reference, NOT a copy!)

method:getMinimumSize() [NONE]

method:getMaximumSize() [NONE]

method:getPreferredSize() [NONE]

© 2019 Oracle Corporation and/or its affiliates