Generated by
JDiff

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

Changed Methods
int getAvailableSize(Dimension, Insets) Documentation changed from old to new.
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) Documentation changed from old to new.
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) Documentation changed from old to new.
Method was locally defined, but is now inherited from BasicSplitPaneUI.BasicHorizontalLayoutManager.
Returns the width of the passed in Components preferred size.
int getSizeOfComponent(Component) Documentation changed from old to new.
Method was locally defined, but is now inherited from BasicSplitPaneUI.BasicHorizontalLayoutManager.
Returns the width of the passed in component.
Dimension minimumLayoutSize(Container) Documentation changed from old to new.
Method was locally defined, but is now inherited from BasicSplitPaneUI.BasicHorizontalLayoutManager.
Returns the minimum size needed to contain the children.
Dimension preferredLayoutSize(Container) Documentation changed from old to new.
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) Documentation changed from old to new.
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.