Lines Matching refs:Attribute

639     public static final class Attribute {
642 * Creates a new <code>Attribute</code> with the specified
645 * @param id the id of the new <code>Attribute</code>
647 Attribute(String id) {
663 * Attribute "size"
665 public static final Attribute SIZE = new Attribute("size");
668 * Attribute "color"
670 public static final Attribute COLOR = new Attribute("color");
673 * Attribute "clear"
675 public static final Attribute CLEAR = new Attribute("clear");
678 * Attribute "background"
680 public static final Attribute BACKGROUND = new Attribute("background");
683 * Attribute "bgcolor"
685 public static final Attribute BGCOLOR = new Attribute("bgcolor");
688 * Attribute "text"
690 public static final Attribute TEXT = new Attribute("text");
693 * Attribute "link"
695 public static final Attribute LINK = new Attribute("link");
698 * Attribute "vlink"
700 public static final Attribute VLINK = new Attribute("vlink");
703 * Attribute "alink"
705 public static final Attribute ALINK = new Attribute("alink");
708 * Attribute "width"
710 public static final Attribute WIDTH = new Attribute("width");
713 * Attribute "height"
715 public static final Attribute HEIGHT = new Attribute("height");
718 * Attribute "align"
720 public static final Attribute ALIGN = new Attribute("align");
723 * Attribute "name"
725 public static final Attribute NAME = new Attribute("name");
728 * Attribute "href"
730 public static final Attribute HREF = new Attribute("href");
733 * Attribute "rel"
735 public static final Attribute REL = new Attribute("rel");
738 * Attribute "rev"
740 public static final Attribute REV = new Attribute("rev");
743 * Attribute "title"
745 public static final Attribute TITLE = new Attribute("title");
748 * Attribute "target"
750 public static final Attribute TARGET = new Attribute("target");
753 * Attribute "shape"
755 public static final Attribute SHAPE = new Attribute("shape");
758 * Attribute "coords"
760 public static final Attribute COORDS = new Attribute("coords");
763 * Attribute "ismap"
765 public static final Attribute ISMAP = new Attribute("ismap");
768 * Attribute "nohref"
770 public static final Attribute NOHREF = new Attribute("nohref");
773 * Attribute "alt"
775 public static final Attribute ALT = new Attribute("alt");
778 * Attribute "id"
780 public static final Attribute ID = new Attribute("id");
783 * Attribute "src"
785 public static final Attribute SRC = new Attribute("src");
788 * Attribute "hspace"
790 public static final Attribute HSPACE = new Attribute("hspace");
793 * Attribute "vspace"
795 public static final Attribute VSPACE = new Attribute("vspace");
798 * Attribute "usemap"
800 public static final Attribute USEMAP = new Attribute("usemap");
803 * Attribute "lowsrc"
805 public static final Attribute LOWSRC = new Attribute("lowsrc");
808 * Attribute "codebase"
810 public static final Attribute CODEBASE = new Attribute("codebase");
813 * Attribute "code"
815 public static final Attribute CODE = new Attribute("code");
818 * Attribute "archive"
820 public static final Attribute ARCHIVE = new Attribute("archive");
823 * Attribute "value"
825 public static final Attribute VALUE = new Attribute("value");
828 * Attribute "valuetype"
830 public static final Attribute VALUETYPE = new Attribute("valuetype");
833 * Attribute "type"
835 public static final Attribute TYPE = new Attribute("type");
838 * Attribute "class"
840 public static final Attribute CLASS = new Attribute("class");
843 * Attribute "style"
845 public static final Attribute STYLE = new Attribute("style");
848 * Attribute "lang"
850 public static final Attribute LANG = new Attribute("lang");
853 * Attribute "face"
855 public static final Attribute FACE = new Attribute("face");
858 * Attribute "dir"
860 public static final Attribute DIR = new Attribute("dir");
863 * Attribute "declare"
865 public static final Attribute DECLARE = new Attribute("declare");
868 * Attribute "classid"
870 public static final Attribute CLASSID = new Attribute("classid");
873 * Attribute "data"
875 public static final Attribute DATA = new Attribute("data");
878 * Attribute "codetype"
880 public static final Attribute CODETYPE = new Attribute("codetype");
883 * Attribute "standby"
885 public static final Attribute STANDBY = new Attribute("standby");
888 * Attribute "border"
890 public static final Attribute BORDER = new Attribute("border");
893 * Attribute "shapes"
895 public static final Attribute SHAPES = new Attribute("shapes");
898 * Attribute "noshade"
900 public static final Attribute NOSHADE = new Attribute("noshade");
903 * Attribute "compact"
905 public static final Attribute COMPACT = new Attribute("compact");
908 * Attribute "start"
910 public static final Attribute START = new Attribute("start");
913 * Attribute "action"
915 public static final Attribute ACTION = new Attribute("action");
918 * Attribute "method"
920 public static final Attribute METHOD = new Attribute("method");
923 * Attribute "enctype"
925 public static final Attribute ENCTYPE = new Attribute("enctype");
928 * Attribute "checked"
930 public static final Attribute CHECKED = new Attribute("checked");
933 * Attribute "maxlength"
935 public static final Attribute MAXLENGTH = new Attribute("maxlength");
938 * Attribute "multiple"
940 public static final Attribute MULTIPLE = new Attribute("multiple");
943 * Attribute "selected"
945 public static final Attribute SELECTED = new Attribute("selected");
948 * Attribute "rows"
950 public static final Attribute ROWS = new Attribute("rows");
953 * Attribute "cols"
955 public static final Attribute COLS = new Attribute("cols");
958 * Attribute "dummy"
960 public static final Attribute DUMMY = new Attribute("dummy");
963 * Attribute "cellspacing"
965 public static final Attribute CELLSPACING = new Attribute("cellspacing");
968 * Attribute "cellpadding"
970 public static final Attribute CELLPADDING = new Attribute("cellpadding");
973 * Attribute "valign"
975 public static final Attribute VALIGN = new Attribute("valign");
978 * Attribute "halign"
980 public static final Attribute HALIGN = new Attribute("halign");
983 * Attribute "nowrap"
985 public static final Attribute NOWRAP = new Attribute("nowrap");
988 * Attribute "rowspan"
990 public static final Attribute ROWSPAN = new Attribute("rowspan");
993 * Attribute "colspan"
995 public static final Attribute COLSPAN = new Attribute("colspan");
998 * Attribute "prompt"
1000 public static final Attribute PROMPT = new Attribute("prompt");
1003 * Attribute "http-equiv"
1005 public static final Attribute HTTPEQUIV = new Attribute("http-equiv");
1008 * Attribute "content"
1010 public static final Attribute CONTENT = new Attribute("content");
1013 * Attribute "language"
1015 public static final Attribute LANGUAGE = new Attribute("language");
1018 * Attribute "version"
1020 public static final Attribute VERSION = new Attribute("version");
1023 * Attribute "n"
1025 public static final Attribute N = new Attribute("n");
1028 * Attribute "frameborder"
1030 public static final Attribute FRAMEBORDER = new Attribute("frameborder");
1033 * Attribute "marginwidth"
1035 public static final Attribute MARGINWIDTH = new Attribute("marginwidth");
1038 * Attribute "marginheight"
1040 public static final Attribute MARGINHEIGHT = new Attribute("marginheight");
1043 * Attribute "scrolling"
1045 public static final Attribute SCROLLING = new Attribute("scrolling");
1048 * Attribute "noresize"
1050 public static final Attribute NORESIZE = new Attribute("noresize");
1053 * Attribute "endtag"
1055 public static final Attribute ENDTAG = new Attribute("endtag");
1058 * Attribute "comment"
1060 public static final Attribute COMMENT = new Attribute("comment");
1061 static final Attribute MEDIA = new Attribute("media");
1063 static final Attribute allAttributes[] = {
1167 for (int i = 0; i < Attribute.allAttributes.length; i++) {
1168 StyleContext.registerStaticAttributeKey(Attribute.
1237 * Fetches an integer attribute value. Attribute values
1248 Attribute key, int def) {
1268 private static final Hashtable<String, Attribute> attHashtable = new Hashtable<String, Attribute>(77);
1272 for (int i = 0; i < Attribute.allAttributes.length; i++ ) {
1273 attHashtable.put(Attribute.allAttributes[i].toString(), Attribute.allAttributes[i]);
1281 public static Attribute[] getAllAttributeKeys() {
1282 Attribute[] attributes = new Attribute[Attribute.allAttributes.length];
1283 System.arraycopy(Attribute.allAttributes, 0,
1284 attributes, 0, Attribute.allAttributes.length);
1306 * @return the <code>Attribute</code> corresponding to <code>attName</code>
1308 public static Attribute getAttributeKey(String attName) {
1309 Attribute a = attHashtable.get(attName);