Generated by
JDiff

Class javax.swing.plaf.basic.BasicToolBarUI

Added Methods
RootPaneContainer createFloatingWindow(JToolBar) Creates a window which contains the toolbar after it has been dragged out from its container
Border createNonRolloverBorder() Creates the non rollover border for toolbar components.
Border createRolloverBorder() Creates a rollover border for toolbar components.
void installNonRolloverBorders(JComponent) Installs non-rollover borders on all the child components of the JComponent.
void installNormalBorders(JComponent) Installs normal borders on all the child components of the JComponent.
void installRolloverBorders(JComponent) Installs rollover borders on all the child components of the JComponent.
boolean isRolloverBorders() Returns a flag to determine whether rollover button borders are enabled.
void setBorderToNonRollover(Component) Sets the border of the component to have a non-rollover border which was created by createNonRolloverBorder.
void setBorderToNormal(Component) Sets the border of the component to have a normal border.
void setBorderToRollover(Component) Sets the border of the component to have a rollover border which was created by createRolloverBorder.
void setRolloverBorders(boolean) Sets the flag for enabling rollover borders on the toolbar and it will also install the apropriate border depending on the state of the flag.
 

Added Fields
String constraintBeforeFloating