|
Generated by JDiff |
||||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES | DETAIL: CONSTRUCTORS | METHODS | FIELDS |
Changed Constructors | ||
int ) |
Documentation changed from old to new. |
Creates a new tool bar with the specified orientation . |
String ) |
Documentation changed from old to new. |
Creates a new tool bar with the specified name . |
String, |
Documentation changed from old to new. |
Creates a new tool bar with a specified name and orientation . |
void ) |
Documentation changed from old to new. |
Creates a new tool bar; orientation defaults to HORIZONTAL . |
Added Methods | |
boolean isRollover() |
Returns the rollover state. |
void setRollover(boolean ) |
Sets the rollover state of this toolbar. |
Changed Methods | ||
Insets getMargin() |
Documentation changed from old to new. |
Returns the margin between the tool bar's border and its buttons. |
int getOrientation() |
Documentation changed from old to new. |
Returns the current orientation of the tool bar. |
ToolBarUI getUI() |
Documentation changed from old to new. |
Returns the tool bar's current UI. |
boolean isBorderPainted() |
Documentation changed from old to new. |
Gets the borderPainted property. |
boolean isFloatable() |
Documentation changed from old to new. |
Gets the floatable property. |
void paintBorder(Graphics ) |
Documentation changed from old to new. |
Paints the tool bar's border if the borderPainted property is true . |
void setBorderPainted(boolean ) |
Documentation changed from old to new. |
Sets the borderPainted property which is true if the border should be painted. |
void setFloatable(boolean ) |
Documentation changed from old to new. |
Sets the floatable property which must be true for the user to move the tool bar. |
void setLayout(LayoutManager ) |
Documentation changed from old to new. Method was inherited from Container, but is now defined locally. |
|
void setMargin(Insets ) |
Documentation changed from old to new. |
Sets the margin between the tool bar's border and its buttons. |
void setOrientation(int ) |
Documentation changed from old to new. |
Sets the orientation of the tool bar. |
void addSeparator() |
Documentation changed from old to new. |
Appends a separator of default size to the end of the tool bar. |
void addSeparator(Dimension ) |
Documentation changed from old to new. |
Appends a separator of a specified size to the end of the tool bar. |
void setUI(ToolBarUI ) |
Documentation changed from old to new. |
Sets the L&F object that renders this component. |
|
|||||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES |