Uses of Class
org.jacorb.ir.gui.typesystem.TypeSystemNode

Packages that use TypeSystemNode
org.jacorb.ir.gui.remoteobject   
org.jacorb.ir.gui.typesystem   
org.jacorb.ir.gui.typesystem.remote   
 

Uses of TypeSystemNode in org.jacorb.ir.gui.remoteobject
 

Fields in org.jacorb.ir.gui.remoteobject declared as TypeSystemNode
protected  TypeSystemNode ObjectRepresentant.typeSystemNode
           
 

Methods in org.jacorb.ir.gui.remoteobject that return TypeSystemNode
 TypeSystemNode ObjectRepresentant.getTypeSystemNode()
          This method was created by a SmartGuide.
 

Methods in org.jacorb.ir.gui.remoteobject with parameters of type TypeSystemNode
static ObjectRepresentant ObjectRepresentantFactory.create(java.lang.Object counterPart, TypeSystemNode type, TypeAssociator referencedBy)
          This method was created by a SmartGuide.
 

Constructors in org.jacorb.ir.gui.remoteobject with parameters of type TypeSystemNode
RemoteObject(Object counterPart, TypeSystemNode type, java.lang.String name)
          This method was created by a SmartGuide.
ObjectRepresentant(java.lang.Object counterPart, TypeSystemNode type, java.lang.String name)
          This method was created by a SmartGuide.
 

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

Methods in org.jacorb.ir.gui.typesystem that return TypeSystemNode
 TypeSystemNode[] Value.getAllMembers()
          Returns all value members defined here, including value members from the base value.
 TypeSystemNode[] Value.getAllFields()
          Returns all fields defined here, including fields from the base value and interfaces.
 TypeSystemNode[] Value.getAllOperations()
          Returns all operations defined here, including operations from the base value and interfaces, but excluding initializers.
 TypeSystemNode[] Interface.getAllFields()
          Gibt alle Fields inkl. der Fields der Super-Interfaces zur?ck
 TypeSystemNode[] Interface.getAllOperations()
          Gibt alle Fields inkl. der Fields der Super-Interfaces zur?ck
 TypeSystemNode TypeAssociator.getAssociatedTypeSystemNode()
          This method was created by a SmartGuide.
 TypeSystemNode NodeMapper.getNode()
          This method was created by a SmartGuide.
static TypeSystemNode TypeSystem.createNode(java.lang.String nodeTypeName)
          Erzeugt node entsprechend dem ?bergebenen nodeTypeName (z.B.
 

Methods in org.jacorb.ir.gui.typesystem with parameters of type TypeSystemNode
protected  void TypeSystemNode.insertChild(TypeSystemNode newChild)
          F?ge neues Child zu Node hinzu.
 

Constructors in org.jacorb.ir.gui.typesystem with parameters of type TypeSystemNode
NodeMapper(TypeSystemNode node, java.lang.String string)
          This method was created by a SmartGuide.
 

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

Subclasses of TypeSystemNode in org.jacorb.ir.gui.typesystem.remote
 class IRAlias
           
 class IRArray
          This class was generated by a SmartGuide.
 class IRAttribute
           
 class IRConstant
           
 class IRContainer
          Abstrakte Oberklasse f?r alle Klassen, die in unserem Baum Children haben sollen.
 class IREnum
           
 class IREnumMember
          This class was generated by a SmartGuide.
 class IRException
           
 class IRFixed
           
 class IRInterface
           
 class IRLeaf
          Abstrakte Oberklasse f?r Elemente des IR, zu denen kein entsprechendes IRObject existiert oder dieses nicht von Contained erbt, die aber dennoch in unserem Tree auftauchen sollen (z.B.
 class IRModule
           
 class IRNode
           
 class IRNodeWithType
          This class was generated by a SmartGuide.
 class IROperation
           
 class IRParameter
          This class was generated by a SmartGuide.
 class IRPrimitive
          This class was generated by a SmartGuide.
 class IRRepository
           
 class IRSequence
           
 class IRString
           
 class IRStruct
           
 class IRStructMember
          This class was generated by a SmartGuide.
 class IRTypedef
           
 class IRUnion
          This class was generated by a SmartGuide.
 class IRUnionMember
          This class was generated by a SmartGuide.
 class IRValue
           
 class IRValueBox
           
 class IRValueMember
           
 class IRWstring
           
 

Methods in org.jacorb.ir.gui.typesystem.remote that return TypeSystemNode
 TypeSystemNode IRNodeWithType.getAssociatedTypeSystemNode()
          This method was created by a SmartGuide.
static TypeSystemNode RemoteTypeSystem.createTypeSystemNode(java.lang.Object obj)
           
 TypeSystemNode[] IRValue.getAllFields()
          Returns all fields defined here, including fields from the base value and interfaces.
 TypeSystemNode[] IRValue.getAllOperations()
          Returns all operations defined here, including operations from the base value and interfaces, but excluding initializers.
 TypeSystemNode[] IRValue.getAllMembers()
          Returns all value members defined here, including value members from the base value.
 TypeSystemNode[] IRInterface.getAllFields()
          Gibt alle Fields inkl. der Fields der Super-Interfaces zur?ck
 TypeSystemNode[] IRInterface.getAllOperations()
          Gibt alle Fields inkl. der Fields der Super-Interfaces zur?ck
 

Methods in org.jacorb.ir.gui.typesystem.remote with parameters of type TypeSystemNode
protected  void IRNodeWithType.setAssociatedTypeSystemNode(TypeSystemNode typeNode)
          This method was created by a SmartGuide.