Search Results
OK to copy?
Examples 51 through 60 of
1430 (0.581 seconds)
jgoodies_looks
Class:
com.jgoodies.looks.plastic.theme.ExperienceBlue
©,
Rating:
0% of 0,
C1
Class: com.technoetic.xplanner.domain.repository.AttributeRepositoryImpl ©, Rating: 0% of 0, C1
Class: com.technoetic.xplanner.domain.repository.AttributeRepositoryImpl ©, Rating: 0% of 0, C2
Class: com.technoetic.xplanner.domain.repository.AttributeRepositoryImpl ©, Rating: 0% of 0, C1
Class: org.apache.batik.extension.PrefixableStylableExtensionElement ©, Rating: 0% of 0, C2
Class: org.apache.batik.extension.PrefixableStylableExtensionElement ©, Rating: 0% of 0, C2
Class: com.technoetic.xplanner.db.hibernate.HibernateIdentityGenerator ©, Rating: 0% of 0, C1
jgoodies_looks Class: com.jgoodies.looks.plastic.theme.ExperienceRoyale ©, Rating: 0% of 0, C1
jgoodies_binding Class: com.jgoodies.binding.tests.ValueHolderTest ©, Rating: 0% of 0, C1
jgoodies_binding Class: com.jgoodies.binding.tests.ValueHolderTest ©, Rating: 0% of 0, C1
116 public void addCustomEntriesToTable(UIDefaults table) {
117 super.addCustomEntriesToTable(table);
118 Object[] uiDefaults =
119 {
120 "ScrollBar.thumbHighlight",
Class: com.technoetic.xplanner.domain.repository.AttributeRepositoryImpl ©, Rating: 0% of 0, C1
76 public void delete(int targetId, String name) throws RepositoryException {
77 try {
78 ThreadSession.get().delete("from a in "+Attribute.class+
79 " where a.targetId = ? and a.name = ?",
80 new Object[]{ new Integer(targetId), name },
Class: com.technoetic.xplanner.domain.repository.AttributeRepositoryImpl ©, Rating: 0% of 0, C2
55 final Session session = ThreadSession.get();
56 String pattern = (prefix != null ? prefix : "")+"%";
57 List attributeObjects = session.find("from a in "+Attribute.class+
58 " where targetId = ? and name like ?",
59 new Object[]{ new Integer(targetId), pattern },
Class: com.technoetic.xplanner.domain.repository.AttributeRepositoryImpl ©, Rating: 0% of 0, C1
19 final Session session = ThreadSession.get();
20 final Attribute attribute = new Attribute(targetId, name, value);
21 List existingAttributes = session.find("from a in "+Attribute.class+
22 " where targetId = ? and name= ?",
23 new Object[]{ new Integer(targetId), name },
Class: org.apache.batik.extension.PrefixableStylableExtensionElement ©, Rating: 0% of 0, C2
107 !prefix.equals("") &&
108 !DOMUtilities.isValidName(prefix)) {
109 throw createDOMException
110 (DOMException.INVALID_CHARACTER_ERR, "prefix",
111 new Object[] { new Integer(getNodeType()),
Class: org.apache.batik.extension.PrefixableStylableExtensionElement ©, Rating: 0% of 0, C2
099 public void setPrefix(String prefix) throws DOMException {
100 if (isReadonly()) {
101 throw createDOMException
102 (DOMException.NO_MODIFICATION_ALLOWED_ERR, "readonly.node",
103 new Object[] { new Integer(getNodeType()), getNodeName() });
Class: com.technoetic.xplanner.db.hibernate.HibernateIdentityGenerator ©, Rating: 0% of 0, C1
jgoodies_looks Class: com.jgoodies.looks.plastic.theme.ExperienceRoyale ©, Rating: 0% of 0, C1
119 public void addCustomEntriesToTable(UIDefaults table) {
120 super.addCustomEntriesToTable(table);
121 Object[] uiDefaults =
122 {
123 "ScrollBar.thumbHighlight",
jgoodies_binding Class: com.jgoodies.binding.tests.ValueHolderTest ©, Rating: 0% of 0, C1
069 Object obj1 = new Integer(1);
070 Object obj2a = new Integer(2);
071 Object obj2b = new Integer(2);
072 testValueChangeSendsProperEvent(holder, null, obj1, true);
073 testValueChangeSendsProperEvent(holder, obj1, null, true);
jgoodies_binding Class: com.jgoodies.binding.tests.ValueHolderTest ©, Rating: 0% of 0, C1
068
069 Object obj1 = new Integer(1);
070 Object obj2a = new Integer(2);
071 Object obj2b = new Integer(2);
072 testValueChangeSendsProperEvent(holder, null, obj1, true);