org.jacorb.ir.gui.typesystem.remote
Class IRStruct

java.lang.Object
  extended byorg.jacorb.ir.gui.typesystem.ModelParticipant
      extended byorg.jacorb.ir.gui.typesystem.TypeSystemNode
          extended byorg.jacorb.ir.gui.typesystem.remote.IRNode
              extended byorg.jacorb.ir.gui.typesystem.remote.IRStruct
All Implemented Interfaces:
AbstractContainer

public class IRStruct
extends IRNode
implements AbstractContainer


Field Summary
 
Fields inherited from class org.jacorb.ir.gui.typesystem.remote.IRNode
irObject, repositoryID
 
Fields inherited from class org.jacorb.ir.gui.typesystem.TypeSystemNode
absoluteName, name, treeNode
 
Constructor Summary
protected IRStruct()
          IRStruct constructor comment.
protected IRStruct(IRObject irObject)
          IRStruct constructor comment.
 
Method Summary
 ModelParticipant[] contents()
          contents method comment.
static java.lang.String nodeTypeName()
          Gib den Namen des Typen der Node zurück, z.B. den IDL-Bezeichner "Module"
 
Methods inherited from class org.jacorb.ir.gui.typesystem.remote.IRNode
allowedToAdd, description, getAbsoluteName, getTypeCode, setIRObject
 
Methods inherited from class org.jacorb.ir.gui.typesystem.TypeSystemNode
compareTo, getInstanceNodeTypeName, getName, insertChild, setAbsoluteName, setName, toString
 
Methods inherited from class org.jacorb.ir.gui.typesystem.ModelParticipant
addToParent, buildTree, expand, getModelRepresentant, setModelRepresentant
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IRStruct

protected IRStruct()
IRStruct constructor comment.


IRStruct

protected IRStruct(IRObject irObject)
IRStruct constructor comment.

Parameters:
irObject - org.omg.CORBA.IRObject
Method Detail

contents

public ModelParticipant[] contents()
contents method comment.

Specified by:
contents in interface AbstractContainer
Returns:
org.omg.CORBA.Object

nodeTypeName

public static java.lang.String nodeTypeName()
Description copied from class: TypeSystemNode
Gib den Namen des Typen der Node zurück, z.B. den IDL-Bezeichner "Module"

Returns:
java.lang.String