Uses of Interface
org.jacorb.ir.gui.typesystem.Interface

Packages that use Interface
org.jacorb.ir.gui.typesystem   
org.jacorb.ir.gui.typesystem.remote   
 

Uses of Interface in org.jacorb.ir.gui.typesystem
 

Methods in org.jacorb.ir.gui.typesystem that return Interface
 Interface[] Value.getInterfaces()
          Return an array of the interfaces that this value implements.
 Interface[] Interface.getSuperInterfaces()
          This method was created by a SmartGuide.
 

Uses of Interface in org.jacorb.ir.gui.typesystem.remote
 

Classes in org.jacorb.ir.gui.typesystem.remote that implement Interface
 class IRInterface
           
 

Methods in org.jacorb.ir.gui.typesystem.remote that return Interface
 Interface[] IRValue.getInterfaces()
          Get the interfaces implemented by this value type.
 Interface[] IRInterface.getSuperInterfaces()
          This method was created by a SmartGuide.