Package Summary  Overview Summary

class:JToolBar.Separator [CHANGED]

constructor:Separator() [CHANGED]

  • Separator

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

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

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

constructor:Separator(java.awt.Dimension) [CHANGED]

  • Separator

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

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

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

method:getUIClassID() [CHANGED]

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

  • setSeparatorSize

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

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

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

method:getSeparatorSize() [CHANGED]

  • getSeparatorSize

    public Dimension getSeparatorSize getSeparatorSize​()
    Returns the size of the separator
    Returns:
    the Dimension object containing the separator's size (This is a reference, NOT a copy!)
  • 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!)
  • 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() [CHANGED]

method:getMaximumSize() [CHANGED]

method:getPreferredSize() [CHANGED]

© 2017 Oracle Corporation and/or its affiliates