Searched defs:border (Results 1 - 25 of 48) sorted by relevance

12

/openjdk9/jdk/src/java.desktop/share/classes/javax/swing/border/
H A Dpackage-info.java
H A DBorder.java[all...]
H A DAbstractBorder.java[all...]
H A DCompoundBorder.java[all...]
H A DStrokeBorder.java[all...]
H A DEmptyBorder.java[all...]
H A DEtchedBorder.java[all...]
H A DSoftBevelBorder.java[all...]
H A DMatteBorder.java[all...]
H A DLineBorder.java[all...]
H A DTitledBorder.java83 protected Border border; field in class:TitledBorder
171 TitledBorder(Border border) argument
182 TitledBorder(Border border, String title) argument
195 TitledBorder(Border border, String title, int titleJustification, int titlePosition) argument
213 TitledBorder(Border border, String title, int titleJustification, int titlePosition, Font titleFont) argument
235 TitledBorder(Border border, String title, int titleJustification, int titlePosition, Font titleFont, Color titleColor) argument
498 setBorder(Border border) argument
745 getBorderInsets(Border border, Component c, Insets insets) argument
[all...]
H A DBevelBorder.java[all...]
/openjdk9/jdk/test/javax/swing/border/
H A DTest4247606.java56 private static JPanel create(JComponent component, Border border) { argument
H A DTest6910490.java58 private JScrollPane create(String name, Dimension size, MatteBorder border) { argument
H A DTest4856008.java156 test(AbstractBorder border) argument
164 test(Border border, Insets insets) argument
174 getComponent(Border border) argument
[all...]
/openjdk9/jdk/test/javax/swing/plaf/metal/MetalBorders/
H A DTest6657026.java75 private static void test(Border border) { argument
/openjdk9/jdk/src/java.desktop/share/classes/com/sun/java/swing/plaf/motif/
H A DMotifPopupMenuUI.java63 private static Border border = null; field in class:MotifPopupMenuUI
/openjdk9/jdk/make/src/classes/build/tools/generatenimbus/
H A DUIProperty.java37 @XmlElement private Border border; field in class:UIProperty
/openjdk9/jdk/src/java.desktop/macosx/classes/com/apple/laf/
H A DAquaButtonExtendedTypes.java78 final AquaBorder border; field in class:AquaButtonExtendedTypes.BorderDefinedTypeSpecifier
[all...]
/openjdk9/jdk/src/java.desktop/share/classes/javax/swing/plaf/synth/
H A DSynthTableHeaderUI.java268 public void setBorder(Border border) { argument
/openjdk9/jaxp/src/jdk.xml.dom/share/classes/org/w3c/dom/html/
H A DHTMLTableElement.java111 public void setBorder(String border); argument
H A DHTMLImageElement.java83 public void setBorder(String border); argument
H A DHTMLObjectElement.java89 public void setBorder(String border); argument
/openjdk9/jdk/src/java.desktop/share/classes/javax/swing/plaf/
H A DBorderUIResource.java344 TitledBorderUIResource(Border border) argument
353 TitledBorderUIResource(Border border, String title) argument
364 TitledBorderUIResource(Border border, String title, int titleJustification, int titlePosition) argument
379 TitledBorderUIResource(Border border, String title, int titleJustification, int titlePosition, Font titleFont) argument
397 TitledBorderUIResource(Border border, String title, int titleJustification, int titlePosition, Font titleFont, Color titleColor) argument
[all...]
/openjdk9/jdk/src/java.desktop/share/classes/javax/swing/
H A DBorderFactory.java398 createTitledBorder(Border border) argument
412 createTitledBorder(Border border, String title) argument
448 createTitledBorder(Border border, String title, int titleJustification, int titlePosition) argument
488 createTitledBorder(Border border, String title, int titleJustification, int titlePosition, Font titleFont) argument
529 createTitledBorder(Border border, String title, int titleJustification, int titlePosition, Font titleFont, Color titleColor) argument
[all...]

Completed in 114 milliseconds

12