Searched refs:getFlags (Results 1 – 7 of 7) sorted by relevance
66 add(new Attribute(name, type, defaultValue, a.getFlags())); in add()126 if ((s.getFlags() & flags) != 0) { in attributesWithFlags()142 if ((s.getFlags() & flags) == 0) { in attributesWithoutFlags()
171 public int getFlags() { in getFlags() method in Attribute
308 public int getFlags(String key) { in getFlags() method in AttributeManager311 return attr.getFlags(); in getFlags()
64 return ((a.getFlags() & (AttributeManager.TRANSIENT | in isTransient()
760 public int getFlags(String key) { in getFlags() method in WindowShadow763 return panel.getFlags(key); in getFlags()765 return super.getFlags(key); in getFlags()
155 flags = new Flags(defaults.getFlags().getBits()); in setDefaults()
339 public Flags getFlags() { in getFlags() method in Defaults