Package jfun.yan.containers

Examples of jfun.yan.containers.DelegatingContainer


        public DerivedTouchable() {
        }
    }
    protected final Container createYanContainer(){
      final Container yan = getContainerImpl();
      return new DelegatingContainer(yan){
        public void registerComponent(Object key, Component cc){
          test(cc);
          super.registerComponent(key, cc);
        }
        public void registerComponent(Component cc){
View Full Code Here

TOP

Related Classes of jfun.yan.containers.DelegatingContainer

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.