Searched defs:toolbar (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaToolBarUI.java51 protected RootPaneContainer createFloatingWindow(final JToolBar toolbar) { argument
52 final RootPaneContainer window = super.createFloatingWindow(toolbar);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/
H A DObjectHistogramPanel.java59 private ObjectHistogramToolBar toolbar; field in class:ObjectHistogramPanel
84 toolbar = new ObjectHistogramToolBar(statusBar);
85 add(toolbar, BorderLayout.NORTH);
289 String findText = toolbar.getFindText();
/openjdk7/jdk/src/share/classes/javax/swing/plaf/nimbus/
H A DNimbusLookAndFeel.java433 * on the location of the toolbar in its parent. The toolbar might be
435 * resolved to either NORTH,SOUTH,EAST, or WEST based on where the toolbar
439 * by the custom toolbar states, and also used by NimbusIcon to determine
447 static Object resolveToolbarConstraint(JToolBar toolbar) { argument
451 if (toolbar != null) {
452 Container parent = toolbar.getParent();
457 Object con = b.getConstraints(toolbar);
/openjdk7/jdk/src/share/demo/jfc/Notepad/
H A DNotepad.java296 * Create the toolbar. By default this reads the
297 * resource file for the definition of the toolbar.
300 toolbar = new JToolBar();
303 toolbar.add(Box.createHorizontalStrut(5));
305 toolbar.add(createTool(toolKey));
308 toolbar.add(Box.createHorizontalGlue());
309 return toolbar;
313 * Hook through which every toolbar item is created.
320 * Create a button to go inside of the toolbar. By default this
445 private JToolBar toolbar; field in class:Notepad
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicToolBarUI.java273 // Put focus listener on all components in toolbar
306 // Remove focus listener from all components in toolbar
409 * Creates a rollover border for toolbar components. The
432 * Creates the non rollover border for toolbar components. This
434 * to the toolbar if rollover borders are not enabled.
455 * Creates a non rollover border for Toggle buttons in the toolbar.
471 protected JFrame createFloatingFrame(JToolBar toolbar) { argument
472 Window window = SwingUtilities.getWindowAncestor(toolbar);
473 JFrame frame = new JFrame(toolbar.getName(),
502 * Creates a window which contains the toolbar afte
507 createFloatingWindow(JToolBar toolbar) argument
555 createDragWindow(JToolBar toolbar) argument
[all...]

Completed in 275 milliseconds