Searched defs:titleJustification (Results 1 - 3 of 3) sorted by relevance
/openjdk7/jdk/src/share/classes/javax/swing/ |
H A D | BorderFactory.java | 423 * @param titleJustification an integer specifying the justification 448 int titleJustification, 450 return new TitledBorder(border, title, titleJustification, 461 * @param titleJustification an integer specifying the justification 487 int titleJustification, 490 return new TitledBorder(border, title, titleJustification, 500 * @param titleJustification an integer specifying the justification 527 int titleJustification, 531 return new TitledBorder(border, title, titleJustification, 446 createTitledBorder(Border border, String title, int titleJustification, int titlePosition) argument 485 createTitledBorder(Border border, String title, int titleJustification, int titlePosition, Font titleFont) argument 525 createTitledBorder(Border border, String title, int titleJustification, int titlePosition, Font titleFont, Color titleColor) argument
|
/openjdk7/jdk/src/share/classes/javax/swing/border/ |
H A D | TitledBorder.java | 75 protected int titleJustification; field in class:TitledBorder 164 * @param titleJustification the justification for the title 169 int titleJustification, 171 this(border, title, titleJustification, 181 * @param titleJustification the justification for the title 187 int titleJustification, 190 this(border, title, titleJustification, 201 * @param titleJustification the justification for the title 206 @ConstructorProperties({"border", "title", "titleJustification", "titlePosition", "titleFont", "titleColor"}) 209 int titleJustification, 167 TitledBorder(Border border, String title, int titleJustification, int titlePosition) argument 185 TitledBorder(Border border, String title, int titleJustification, int titlePosition, Font titleFont) argument 207 TitledBorder(Border border, String title, int titleJustification, int titlePosition, Font titleFont, Color titleColor) argument 498 setTitleJustification(int titleJustification) argument [all...] |
/openjdk7/jdk/src/share/classes/javax/swing/plaf/ |
H A D | BorderUIResource.java | 227 int titleJustification, 229 super(border, title, titleJustification, titlePosition); 234 int titleJustification, 237 super(border, title, titleJustification, titlePosition, titleFont); 240 @ConstructorProperties({"border", "title", "titleJustification", "titlePosition", "titleFont", "titleColor"}) 243 int titleJustification, 247 super(border, title, titleJustification, titlePosition, titleFont, titleColor); 225 TitledBorderUIResource(Border border, String title, int titleJustification, int titlePosition) argument 232 TitledBorderUIResource(Border border, String title, int titleJustification, int titlePosition, Font titleFont) argument 241 TitledBorderUIResource(Border border, String title, int titleJustification, int titlePosition, Font titleFont, Color titleColor) argument
|
Completed in 90 milliseconds