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

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

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

Subclasses of ModelParticipant in org.jacorb.ir.gui.remoteobject
 class ObjectRepresentant
          This class was generated by a SmartGuide.
 class RemoteObject
          This class was generated by a SmartGuide.
 class Struct
          This class was generated by a SmartGuide.
 

Methods in org.jacorb.ir.gui.remoteobject that return ModelParticipant
 ModelParticipant[] Struct.contents()
          This method was created by a SmartGuide.
 ModelParticipant[] RemoteObject.contents()
          Für alle Attributes erzeuge ObjectRepresentants und gebe sie zurück
 

Methods in org.jacorb.ir.gui.remoteobject with parameters of type ModelParticipant
 int ObjectRepresentant.compareTo(ModelParticipant other)
          This method was created by a SmartGuide.
 

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

Subclasses of ModelParticipant in org.jacorb.ir.gui.typesystem
 class TypeSystemNode
           
 

Methods in org.jacorb.ir.gui.typesystem that return ModelParticipant
 ModelParticipant[] AbstractContainer.contents()
          Erzeugt TypeSystemNodes für alle contained Objekte.
 

Methods in org.jacorb.ir.gui.typesystem with parameters of type ModelParticipant
 int TypeSystemNode.compareTo(ModelParticipant other)
           
abstract  int ModelParticipant.compareTo(ModelParticipant other)
           
 javax.swing.tree.DefaultTreeModel ModelBuilder.buildTreeModel(ModelParticipant rootModPart)
           
 javax.swing.tree.DefaultTreeModel ModelBuilder.buildTreeModelAsync(ModelParticipant rootModPart)
           
 javax.swing.tree.DefaultTreeModel ModelBuilder.createTreeModelRoot(ModelParticipant rootModPart)
          Erzeugt TreeModel, das nur root enthält.
 

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

Subclasses of ModelParticipant 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 ModelParticipant
 ModelParticipant[] IRValueBox.contents()
          The contents here is the type that is boxed.
 ModelParticipant[] IRUnion.contents()
          contents method comment.
 ModelParticipant[] IRStruct.contents()
          contents method comment.
 ModelParticipant[] IROperation.contents()
          contents method comment.
 ModelParticipant[] IRException.contents()
          contents method comment.
 ModelParticipant[] IREnum.contents()
          contents method comment.
 ModelParticipant[] IRContainer.contents()
          Erzeugt TypeSystemNodes für alle contained Objekte.
 ModelParticipant[] IRAlias.contents()
          contents method comment.