1 7 8 package org.jdesktop.jdnc.markup.attr; 9 10 import org.jdesktop.jdnc.JNComponent; 11 12 import net.openmarkup.AttributeApplier; 13 import net.openmarkup.Realizable; 14 15 19 public class JNComponentAttributes { 20 21 23 public static final AttributeApplier backgroundImageApplier = new AttributeApplier() { 24 public void apply(Realizable target, String namespaceURI, 25 String attributeName, String attributeValue) { 26 31 } 32 }; 33 34 } 36 | Popular Tags |