|
Generated by JDiff |
||||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES | DETAIL: CONSTRUCTORS | METHODS | FIELDS |
Added Methods | |
Border createNonRolloverBorder() |
|
Border createRolloverBorder() |
Changed Methods | ||
ContainerListener createContainerListener() |
Documentation changed from old to new. |
Creates a container listener that will be added to the JToolBar. |
PropertyChangeListener createRolloverListener() |
Documentation changed from old to new. |
Creates a property change listener that will be added to the JToolBar. |
void installNonRolloverBorders(JComponent ) |
Documentation changed from old to new. Method was locally defined, but is now inherited from BasicToolBarUI. |
Installs non-rollover borders on all the child components of the JComponent. |
void installNormalBorders(JComponent ) |
Documentation changed from old to new. Method was locally defined, but is now inherited from BasicToolBarUI. |
Installs normal borders on all the child components of the JComponent. |
void installRolloverBorders(JComponent ) |
Documentation changed from old to new. Method was locally defined, but is now inherited from BasicToolBarUI. |
Installs rollover borders on all the child components of the JComponent. |
boolean isRolloverBorders() |
Documentation changed from old to new. Method was locally defined, but is now inherited from BasicToolBarUI. |
Returns a flag to determine whether rollover button borders are enabled. |
void setBorderToNormal(Component ) |
Documentation changed from old to new. Method was locally defined, but is now inherited from BasicToolBarUI. |
Sets the border of the component to have a normal border. |
void setBorderToRollover(Component ) |
Documentation changed from old to new. Method was locally defined, but is now inherited from BasicToolBarUI. |
Sets the border of the component to have a rollover border which was created by createRolloverBorder . |
void setRolloverBorders(boolean ) |
Documentation changed from old to new. Method was locally defined, but is now inherited from BasicToolBarUI. |
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. |
Changed Fields | ||
ContainerListener contListener |
Documentation changed from old to new. |
This protected field is implemenation specific. |
PropertyChangeListener rolloverListener |
Documentation changed from old to new. |
This protected field is implemenation specific. |
|
|||||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES |