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

/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DStyleConstants.java49 public class StyleConstants { class
65 public static final Object NameAttribute = new StyleConstants("name");
71 public static final Object ResolveAttribute = new StyleConstants("resolver");
77 public static final Object ModelAttribute = new StyleConstants("model");
175 public static final Object ComposedTextAttribute = new StyleConstants("composed text");
739 * @return the value <code>StyleConstants.ALIGN_LEFT</code> if not set
793 StyleConstants(String representation) { method in class:StyleConstants
804 public static class ParagraphConstants extends StyleConstants
817 public static class CharacterConstants extends StyleConstants
830 public static class ColorConstants extends StyleConstants
[all...]

Completed in 423 milliseconds