buoy.widget
Class BSeparator
- MenuWidget
A BSeparator is a Widget corresponding to a divider line between parts of a container.
They are most often used in BMenus and BToolBars to divide menu items or toolbar icons into
related groups. They can also be used anywhere you want to create a horizontal or vertical
divider between Widgets.
addEventLink , dispatchEvent , getBackground , getBounds , getComponent , getCursor , getFont , getMaximumSize , getMinimumSize , getName , getParent , getPreferredSize , hasFocus , isEnabled , isFocusable , isVisible , repaint , requestFocus , setBackground , setCursor , setEnabled , setFocusable , setFont , setName , setVisible |
BSeparator
public BSeparator()
Create a new BSeparator whose orientation is set to HORIZONTAL.
setOrientation
public void setOrientation(BSeparator.Orientation orientation)
Set the orientation of this separator.
Written by Peter Eastman.