Search Results
OK to copy?
Examples 1 through 10 of
69 (0.504 seconds)
Class:
org.apache.batik.gvt.RootGraphicsNode
©,
Rating:
0% of 0,
C1
Class: org.apache.catalina.cluster.tcp.ThreadPool ©, Rating: 0% of 0, C1
Class: org.apache.batik.dom.traversal.TraversalSupport ©, Rating: 0% of 0, C1
Class: org.apache.batik.swing.svg.SVGUpdateOverlay ©, Rating: 0% of 0, C1
jgoodies_animation Class: com.jgoodies.animation.AbstractAnimation ©, Rating: 0% of 0, C1
Class: org.apache.batik.swing.svg.SVGDocumentLoader ©, Rating: 0% of 0, C1
Class: org.apache.batik.swing.svg.GVTTreeBuilder ©, Rating: 0% of 0, C1
Class: org.apache.batik.swing.svg.SVGLoadEventDispatcher ©, Rating: 0% of 0, C1
Class: org.apache.jmeter.testelement.property.CollectionProperty ©, Rating: 0% of 0, C1
Class: org.apache.jmeter.visualizers.MonitorAccumModel ©, Rating: 0% of 0, C1
93 public void removeTreeGraphicsNodeChangeListener
94 (GraphicsNodeChangeListener l) {
95 getTreeGraphicsNodeChangeListeners().remove(l);
96 }
97
Class: org.apache.catalina.cluster.tcp.ThreadPool ©, Rating: 0% of 0, C1
69 if (idle.size() > 0) {
70 try {
71 worker = (WorkerThread) idle.remove(0);
72 } catch (java.util.NoSuchElementException x) {
73 //this means that there are no available workers
Class: org.apache.batik.dom.traversal.TraversalSupport ©, Rating: 0% of 0, C1
Class: org.apache.batik.swing.svg.SVGUpdateOverlay ©, Rating: 0% of 0, C1
jgoodies_animation Class: com.jgoodies.animation.AbstractAnimation ©, Rating: 0% of 0, C1
147 */
148 public final void removeAnimationListener(AnimationListener listener) {
149 listenerList.remove(listener);
150 }
151
Class: org.apache.batik.swing.svg.SVGDocumentLoader ©, Rating: 0% of 0, C1
172 */
173 public void removeSVGDocumentLoaderListener(SVGDocumentLoaderListener l) {
174 listeners.remove(l);
175 }
176
Class: org.apache.batik.swing.svg.GVTTreeBuilder ©, Rating: 0% of 0, C1
190 */
191 public void removeGVTTreeBuilderListener(GVTTreeBuilderListener l) {
192 listeners.remove(l);
193 }
194
Class: org.apache.batik.swing.svg.SVGLoadEventDispatcher ©, Rating: 0% of 0, C1
199 public void removeSVGLoadEventDispatcherListener
200 (SVGLoadEventDispatcherListener l) {
201 listeners.remove(l);
202 }
203
Class: org.apache.jmeter.testelement.property.CollectionProperty ©, Rating: 0% of 0, C1
Class: org.apache.jmeter.visualizers.MonitorAccumModel ©, Rating: 0% of 0, C1