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

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.IRContainer
                  extended byorg.jacorb.ir.gui.typesystem.remote.IRModule
All Implemented Interfaces:
AbstractContainer

public class IRModule
extends IRContainer


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
IRModule()
          Default-Konstruktor: wird von TypeSystem.createNode(...) benutzt
IRModule(IRObject irObject)
           
 
Method Summary
 java.lang.String[] allowedToAdd()
          Gibt Array mit Strings zur?ck: die Node-Typen, die zu dieser Node hinzugef?gt werden k?nnen.
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.IRContainer
contents
 
Methods inherited from class org.jacorb.ir.gui.typesystem.remote.IRNode
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

IRModule

public IRModule()
Default-Konstruktor: wird von TypeSystem.createNode(...) benutzt


IRModule

public IRModule(IRObject irObject)
Parameters:
irObject - org.omg.CORBA.IRObject
Method Detail

allowedToAdd

public java.lang.String[] allowedToAdd()
Description copied from class: TypeSystemNode
Gibt Array mit Strings zur?ck: die Node-Typen, die zu dieser Node hinzugef?gt werden k?nnen. IRModule z.B. gibt "module", "interface" usw. zur?ck.

Overrides:
allowedToAdd in class IRNode
Returns:
java.lang.String[]

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