Searched refs:border (Results 201 - 225 of 261) sorted by relevance

1234567891011

/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXTextAreaPeer.java42 import javax.swing.border.Border;
43 import javax.swing.border.EmptyBorder;
44 import javax.swing.border.CompoundBorder;
45 import javax.swing.border.AbstractBorder;
1085 scrollpane.setBorder(uidefaults.getBorder("ScrollPane.border"));
1087 scrollpane.setViewportBorder(uidefaults.getBorder("TextField.border"));
/openjdk7/jdk/src/share/classes/javax/swing/
H A DJViewport.java35 import javax.swing.border.*;
552 * the opposite direction of the scroll). A non-<code>null</code> border,
555 * subclassing. To create a <code>JViewport</code> with a border,
556 * add it to a <code>JPanel</code> that has a border.
557 * <p>Note: If <code>border</code> is non-<code>null</code>, this
561 * @param border the <code>Border</code> to set
564 public final void setBorder(Border border) { argument
565 if (border != null) {
572 * Returns the insets (border) dimensions as (0,0,0,0), since borders
H A DJRootPane.java36 import javax.swing.border.*;
72 * <table align="right" border="0" summary="layout">
H A DJScrollPane.java29 import javax.swing.border.*;
112 * To add a border around the main viewport,
114 * (Of course, you can also add a border around the whole scroll pane using
576 * Adds a border around the viewport. Note that the border isn't
578 * the <code>JComponent</code> border property.
585 * @param viewportBorder the border to be added
592 * description: The border around the viewport.
602 * Returns the bounds of the viewport's border.
604 * @return a <code>Rectangle</code> object specifying the viewport border
[all...]
H A DScrollPaneLayout.java29 import javax.swing.border.*;
1051 * the viewport border insets (<code>vpbInsets</code>) are used to offset
1082 * the viewport border insets (<code>vpbInsets</code>) are used to offset
1105 * Returns the bounds of the border around the specified scroll pane's
1108 * @return the size and position of the viewport border
H A DUIDefaults.java30 import javax.swing.border.*;
H A DUIManager.java41 import javax.swing.border.Border;
748 * Returns a border from the defaults. If the value for
751 * @param key an <code>Object</code> specifying the border
760 * Returns a border from the defaults that is appropriate
764 * @param key an <code>Object</code> specifying the border
765 * @param l the <code>Locale</code> for which the border is desired; refer
/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DStyleSheet.java35 import javax.swing.border.*;
1768 border = getBorder(a);
1769 binsets = border.getBorderInsets(null);
1781 * Fetches a border to render for the given attributes.
1791 * the value specified by the border-color attribute (which
1808 * account for the margin, border, and padding.
1852 * given. This should paint the border, padding,
1868 // do full set of border and background capabilities.
1903 if (border instanceof BevelBorder) {
1904 //BevelBorder does not support border widt
2007 Border border; field in class:StyleSheet.BoxPainter
[all...]
H A DCSSBorder.java37 import javax.swing.border.AbstractBorder;
71 /** Parsers for the border properties. */
76 /** Default values for the border properties. */
83 /** Attribute set containing border properties. */
94 * Return the border color for the given side.
103 // computed value of the 'border-color' property (CSS2 8.5.2)
114 * Return the border width for the given side.
121 // The 'border-style' value of "none" forces the computed value
122 // of 'border-width' to be 0 (CSS2 8.5.3)
134 * Return an array of border width
[all...]
/openjdk7/jaxp/src/org/w3c/dom/css/
H A DCSS2Properties.java83 * initial values should be returned (e.g. a <code>border-width</code> value
87 * <code>border-[width|style|color]</code> properties, the minimum number of
197 * See the border property definition in CSS2.
201 * See the border property definition in CSS2.
207 public void setBorder(String border) argument
211 * See the border-collapse property definition in CSS2.
215 * See the border-collapse property definition in CSS2.
225 * See the border-color property definition in CSS2.
229 * See the border-color property definition in CSS2.
239 * See the border
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicButtonUI.java35 import javax.swing.border.*;
113 LookAndFeel.installBorder(b, pp + "border");
H A DBasicMenuUI.java36 import javax.swing.border.*;
H A DBasicBorders.java29 import javax.swing.border.*;
102 * Returns a border instance for a JSplitPane divider
144 * Special thin border for rollover toolbar buttons.
193 * A border which is like a Margin border but it will only honor the margin
417 * Draws the border around the divider in a splitpane
500 * Draws the border around the splitpane. To work correctly you shoudl
501 * also install a border on the divider (property SplitPaneDivider.border).
517 // The only tricky part with this border i
[all...]
H A DBasicInternalFrameTitlePane.java34 import javax.swing.border.*;
510 // Take into account the border insets if any.
/openjdk7/jdk/src/share/classes/javax/swing/plaf/metal/
H A DMetalInternalFrameTitlePane.java32 import javax.swing.border.*;
H A DMetalBorders.java29 import javax.swing.border.*;
217 // Draw the bulk of the border
279 // Draw the bulk of the border
371 // Draw the bulk of the border
409 return UIManager.getColor("OptionPane.errorDialog.border.background");
422 return UIManager.getColor("OptionPane.questionDialog.border.background");
434 return UIManager.getColor("OptionPane.warningDialog.border.background");
486 "OptionPane.errorDialog.border.background");
490 "OptionPane.questionDialog.border.background");
494 "OptionPane.warningDialog.border
[all...]
H A DMetalTitlePane.java34 import javax.swing.border.*;
/openjdk7/jdk/src/share/classes/javax/swing/plaf/nimbus/
H A DNimbusLookAndFeel.java49 import javax.swing.border.TitledBorder;
149 uiDefaults.put("TitledBorder.border", new BorderUIResource(
438 * This code is used to determine where the border line should be drawn
/openjdk7/jdk/src/share/classes/javax/swing/plaf/synth/
H A DSynthDesktopPaneUI.java29 import javax.swing.border.*;
/openjdk7/jdk/src/share/classes/sun/tools/jconsole/inspector/
H A DXMBeanInfo.java35 import javax.swing.border.TitledBorder;
/openjdk7/jdk/src/share/demo/jfc/SampleTree/
H A DSampleTree.java55 import javax.swing.border.*;
/openjdk7/jdk/make/docs/
H A DCORE_PKGS.gmk203 javax.swing.border \
/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/motif/
H A DMotifLookAndFeel.java37 import javax.swing.border.*;
568 "ProgressBar.border", loweredBevelBorder,
574 "Button.border", buttonBorder,
607 "ToggleButton.border", toggleButtonBorder,
619 "Menu.border", menuMarginBorder,
639 "MenuBar.border", menuBarBorder,
646 "MenuItem.border", menuMarginBorder,
657 "RadioButtonMenuItem.border", menuMarginBorder,
668 "CheckBoxMenuItem.border", menuMarginBorder,
680 "PopupMenu.border", popupMenuBorde
[all...]
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/View/src/com/sun/hotspot/igv/view/
H A DEditorTopComponent.java79 import javax.swing.border.Border;
197 Border b = (Border) UIManager.get("Nb.Editor.Toolbar.border"); //NOI18N
/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaInternalFrameBorder.java32 import javax.swing.border.Border;
380 // Set the contentRect - inset by border size

Completed in 217 milliseconds

1234567891011