[Nice-commit] swing/src/nice/ui/common/types/beans java.nice,1.2,1.3
Brought to you by:
bonniot
From: <ar...@us...> - 2004-02-27 18:41:02
|
Update of /cvsroot/nice/swing/src/nice/ui/common/types/beans In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12429/D:/nice/nice/ui/common/types/beans Modified Files: java.nice Log Message: Syntax update for niceswing (new pattern style, removed Any keyword). Index: java.nice =================================================================== RCS file: /cvsroot/nice/swing/src/nice/ui/common/types/beans/java.nice,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** java.nice 2 Oct 2002 03:20:39 -0000 1.2 --- java.nice 27 Feb 2004 18:32:08 -0000 1.3 *************** *** 142,146 **** // interfaces BeanContextServiceProvider ! <Any Element> Iterator<Element> getCurrentServiceSelectors(BeanContextServiceProvider, BeanContextServices, Class) = native Iterator BeanContextServiceProvider.getCurrentServiceSelectors(BeanContextServices, Class); Object getService(BeanContextServiceProvider, BeanContextServices, Object, Class, ?Object) --- 142,146 ---- // interfaces BeanContextServiceProvider ! <Element> Iterator<Element> getCurrentServiceSelectors(BeanContextServiceProvider, BeanContextServices, Class) = native Iterator BeanContextServiceProvider.getCurrentServiceSelectors(BeanContextServices, Class); Object getService(BeanContextServiceProvider, BeanContextServices, Object, Class, ?Object) *************** *** 162,168 **** boolean addService(BeanContextServices, Class, BeanContextServiceProvider) = native boolean BeanContextServices.addService(Class, BeanContextServiceProvider); ! <Any Element> Iterator<Element> getCurrentServiceClasses(BeanContextServices) = native Iterator BeanContextServices.getCurrentServiceClasses(); ! <Any Element> Iterator<Element> getCurrentServiceSelectors(BeanContextServices, Class) = native Iterator BeanContextServices.getCurrentServiceSelectors(Class); ?Object getService(BeanContextServices, BeanContextChild, Object, Class, Object, BeanContextServiceRevokedListener) --- 162,168 ---- boolean addService(BeanContextServices, Class, BeanContextServiceProvider) = native boolean BeanContextServices.addService(Class, BeanContextServiceProvider); ! <Element> Iterator<Element> getCurrentServiceClasses(BeanContextServices) = native Iterator BeanContextServices.getCurrentServiceClasses(); ! <Element> Iterator<Element> getCurrentServiceSelectors(BeanContextServices, Class) = native Iterator BeanContextServices.getCurrentServiceSelectors(Class); ?Object getService(BeanContextServices, BeanContextChild, Object, Class, Object, BeanContextServiceRevokedListener) *************** *** 198,202 **** /* class FeatureDescriptor */ ! <Any T> Enumeration<T> attributeNames(FeatureDescriptor) = native Enumeration FeatureDescriptor.attributeNames(); String getDisplayName(FeatureDescriptor) = native String FeatureDescriptor.getDisplayName(); String getName(FeatureDescriptor) = native String FeatureDescriptor.getName(); --- 198,202 ---- /* class FeatureDescriptor */ ! <T> Enumeration<T> attributeNames(FeatureDescriptor) = native Enumeration FeatureDescriptor.attributeNames(); String getDisplayName(FeatureDescriptor) = native String FeatureDescriptor.getDisplayName(); String getName(FeatureDescriptor) = native String FeatureDescriptor.getName(); *************** *** 315,319 **** /* class BeanContextMembershipEvent */ ! <Any T> Iterator<T> iterator(BeanContextMembershipEvent) = native Iterator BeanContextMembershipEvent.iterator(); Object[] toArray(BeanContextMembershipEvent) = native Object[] BeanContextMembershipEvent.toArray(); --- 315,319 ---- /* class BeanContextMembershipEvent */ ! <T> Iterator<T> iterator(BeanContextMembershipEvent) = native Iterator BeanContextMembershipEvent.iterator(); Object[] toArray(BeanContextMembershipEvent) = native Object[] BeanContextMembershipEvent.toArray(); *************** *** 321,325 **** BeanContextServices getSourceAsBeanContextServices(BeanContextServiceAvailableEvent) = native BeanContextServices BeanContextServiceAvailableEvent.getSourceAsBeanContextServices(); Class getServiceClass(BeanContextServiceAvailableEvent) = native Class BeanContextServiceAvailableEvent.getServiceClass(); ! <Any T> Iterator<T> getCurrentServiceSelectors(BeanContextServiceAvailableEvent) = native Iterator BeanContextServiceAvailableEvent.getCurrentServiceSelectors(); /* class BeanContextServiceRevokedEvent */ --- 321,325 ---- BeanContextServices getSourceAsBeanContextServices(BeanContextServiceAvailableEvent) = native BeanContextServices BeanContextServiceAvailableEvent.getSourceAsBeanContextServices(); Class getServiceClass(BeanContextServiceAvailableEvent) = native Class BeanContextServiceAvailableEvent.getServiceClass(); ! <T> Iterator<T> getCurrentServiceSelectors(BeanContextServiceAvailableEvent) = native Iterator BeanContextServiceAvailableEvent.getCurrentServiceSelectors(); /* class BeanContextServiceRevokedEvent */ *************** *** 329,334 **** /* class BeanContextServicesSupport */ BeanContextServices getBeanContextServicesPeer(BeanContextServicesSupport) = native BeanContextServices BeanContextServicesSupport.getBeanContextServicesPeer(); ! <Any T> Iterator<T> getCurrentServiceClasses(BeanContextServicesSupport) = native Iterator BeanContextServicesSupport.getCurrentServiceClasses(); ! <Any T> Iterator<T> getCurrentServiceSelectors(BeanContextServicesSupport, Class) = native Iterator BeanContextServicesSupport.getCurrentServiceSelectors(Class); /* class BeanContextSupport */ --- 329,334 ---- /* class BeanContextServicesSupport */ BeanContextServices getBeanContextServicesPeer(BeanContextServicesSupport) = native BeanContextServices BeanContextServicesSupport.getBeanContextServicesPeer(); ! <T> Iterator<T> getCurrentServiceClasses(BeanContextServicesSupport) = native Iterator BeanContextServicesSupport.getCurrentServiceClasses(); ! <T> Iterator<T> getCurrentServiceSelectors(BeanContextServicesSupport, Class) = native Iterator BeanContextServicesSupport.getCurrentServiceSelectors(Class); /* class BeanContextSupport */ *************** *** 338,342 **** InputStream getResourceAsStream(BeanContextSupport, String, BeanContextChild) = native InputStream BeanContextSupport.getResourceAsStream(String, BeanContextChild); Object instantiateChild(BeanContextSupport, String) = native Object BeanContextSupport.instantiateChild(String); ! <Any T> Iterator<T> iterator(BeanContextSupport) = native Iterator BeanContextSupport.iterator(); Object[] toArray(BeanContextSupport) = native Object[] BeanContextSupport.toArray(); Object[] toArray(BeanContextSupport, Object[]) = native Object[] BeanContextSupport.toArray(Object[]); --- 338,342 ---- InputStream getResourceAsStream(BeanContextSupport, String, BeanContextChild) = native InputStream BeanContextSupport.getResourceAsStream(String, BeanContextChild); Object instantiateChild(BeanContextSupport, String) = native Object BeanContextSupport.instantiateChild(String); ! <T> Iterator<T> iterator(BeanContextSupport) = native Iterator BeanContextSupport.iterator(); Object[] toArray(BeanContextSupport) = native Object[] BeanContextSupport.toArray(); Object[] toArray(BeanContextSupport, Object[]) = native Object[] BeanContextSupport.toArray(Object[]); |