Class MultiTypeInterfaceContainer


  • public class MultiTypeInterfaceContainer
    extends Object
    • Constructor Detail

      • MultiTypeInterfaceContainer

        public MultiTypeInterfaceContainer()
    • Method Detail

      • getContainedTypes

        public Type[] getContainedTypes()
        only returns types which have at least one value in InterfaceContainer return value can contain an element null, if someone called addInterface (null, interf)
        Returns:
        an array of types in this container.
      • getContainer

        public InterfaceContainer getContainer​(Object key)
        param key can be null
        Parameters:
        key - the object for which the container should be retrieved.
        Returns:
        the container that contains the object key, if any.
      • addInterface

        public int addInterface​(Object ckey,
                                Object iface)
      • removeInterface

        public int removeInterface​(Object key,
                                   Object iface)
      • disposeAndClear

        public void disposeAndClear​(EventObject evt)
      • clear

        public void clear()