|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jacorb.ir.gui.typesystem.ModelParticipant
org.jacorb.ir.gui.typesystem.TypeSystemNode
org.jacorb.ir.gui.typesystem.remote.IRNode
org.jacorb.ir.gui.typesystem.remote.IRContainer
Abstrakte Oberklasse für alle Klassen, die in unserem Baum Children haben sollen. Neben den "echten" CORBA-Container-Klassen soll das z.B. auch StructDef sein. Letztere Klassen sollen also bei uns konzeptionell Container sein, weil sie member besitzen (auch wenn sie nicht von CORBA::Container erben)
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 |
IRContainer()
AbstractContainer constructor comment. |
protected |
IRContainer(IRObject irObject)
|
Method Summary | |
ModelParticipant[] |
contents()
Erzeugt TypeSystemNodes für alle contained Objekte. |
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, nodeTypeName, 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 |
protected IRContainer()
protected IRContainer(IRObject irObject)
irObject
- org.omg.CORBA.IRObjectMethod Detail |
public ModelParticipant[] contents()
contents
in interface AbstractContainer
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |