Lines Matching refs:JToolBar
52 * <code>JToolBar</code> provides a component that is useful for
63 * <code>JToolBar</code> instances to one of the four "sides" of a
89 public class JToolBar extends JComponent implements SwingConstants, Accessible
105 public JToolBar()
117 public JToolBar( int orientation )
130 public JToolBar( String name ) {
148 public JToolBar( String name , int orientation) {
457 putClientProperty("JToolBar.isRollover",
469 Boolean rollover = (Boolean)getClientProperty("JToolBar.isRollover");
505 JToolBar.Separator s = new JToolBar.Separator( size );
524 * <code>Action</code>s added to the <code>JToolBar</code>.
718 * Returns a string representation of this <code>JToolBar</code>.
725 * @return a string representation of this <code>JToolBar</code>.
751 if (orientation == JToolBar.VERTICAL) {
752 lm = new BoxLayout(JToolBar.this, BoxLayout.PAGE_AXIS);
754 lm = new BoxLayout(JToolBar.this, BoxLayout.LINE_AXIS);
803 if (o == JToolBar.VERTICAL)
804 lm = new BoxLayout(JToolBar.this, BoxLayout.PAGE_AXIS);
806 lm = new BoxLayout(JToolBar.this, BoxLayout.LINE_AXIS);
826 * Gets the AccessibleContext associated with this JToolBar.
832 * AccessibleContext of this JToolBar
843 * <code>JToolBar</code> class. It provides an implementation of the