Searched refs:hasAttribute (Results 1 – 6 of 6) sorted by relevance
268 if (!hasAttribute(/* NOI18N */"visible")) in isVisible()693 if (!hasAttribute(/* NOI18N */"visible")) in set()768 public boolean hasAttribute(String key) { in hasAttribute() method in WindowShadow771 return panel.hasAttribute(key); in hasAttribute()773 return super.hasAttribute(key); in hasAttribute()776 public boolean hasAttribute(String key, String type) { in hasAttribute() method in WindowShadow779 return panel.hasAttribute(key, type); in hasAttribute()781 return super.hasAttribute(key, type); in hasAttribute()
1236 if (mgr.hasAttribute(name, type)) { in addAttributeForward()1267 if (!hasAttribute(attr.getName())) in addForwardedAttributes()1271 if (!hasAttribute(/* NOI18N */"text")) in addForwardedAttributes()1299 if (!cntr.hasAttribute(attr.getName())) { in removeForwardedAttributes()1374 if (mgr.hasAttribute(key, attr.getType())) { in get()1442 if (mgr.hasAttribute(key, attr.getType())) { in set()
319 public boolean hasAttribute(String key) { in hasAttribute() method in AttributeManager327 public boolean hasAttribute(String key, String type) { in hasAttribute() method in AttributeManager
257 if (mgr.hasAttribute(/* NOI18N */"visible")) { in createChildren()
205 if (hasAttribute(/* NOI18N */"title")) in setTitle()512 if (mgr.hasAttribute(/* NOI18N */"enabled")) in recurseEnable()
114 if (!mgr.hasAttribute(key)) { in convertFromString()