Generated by
JDiff

Class javax.swing.plaf.basic.BasicSplitPaneUI.BasicVerticalLayoutManager

Changed Methods
int getAvailableSize(Dimension, Insets) Method was locally defined, but is now inherited from BasicSplitPaneUI.BasicHorizontalLayoutManager. Returns the available width based on the container size and Insets.
int getInitialLocation(Insets) Method was locally defined, but is now inherited from BasicSplitPaneUI.BasicHorizontalLayoutManager. Returns the left inset unless the Insets are null in which case 0 is returned.
int getPreferredSizeOfComponent(Component) Method was locally defined, but is now inherited from BasicSplitPaneUI.BasicHorizontalLayoutManager. Returns the width of the passed in Components preferred size.
int getSizeOfComponent(Component) Method was locally defined, but is now inherited from BasicSplitPaneUI.BasicHorizontalLayoutManager. Returns the width of the passed in component.
Dimension minimumLayoutSize(Container) Method was locally defined, but is now inherited from BasicSplitPaneUI.BasicHorizontalLayoutManager. Returns the minimum size needed to contain the children.
Dimension preferredLayoutSize(Container) Method was locally defined, but is now inherited from BasicSplitPaneUI.BasicHorizontalLayoutManager. Returns the preferred size needed to contain the children.
void setComponentToSize(Component, int, int, Insets, Dimension) Method was locally defined, but is now inherited from BasicSplitPaneUI.BasicHorizontalLayoutManager. Sets the width of the component c to be size placing its x location at location y to the insets.top and height to the containersize.height less the top and bottom insets.