org.jacorb.ir.gui.remoteobject

Class RemoteObject

Implemented Interfaces:
AbstractContainer

public class RemoteObject
extends ObjectRepresentant
implements AbstractContainer

This class was generated by a SmartGuide.

Field Summary

Fields inherited from class org.jacorb.ir.gui.remoteobject.ObjectRepresentant

counterPart, name, typeSystemNode

Constructor Summary

RemoteObject(Object counterPart, TypeSystemNode type, String name)
This method was created by a SmartGuide.

Method Summary

ModelParticipant[]
contents()
F?r alle Attributes erzeuge ObjectRepresentants und gebe sie zur?ck
java.lang.Object
invokeOperation(IROperation op, String[] params)
This method was created by a SmartGuide.

Methods inherited from class org.jacorb.ir.gui.remoteobject.ObjectRepresentant

compareTo, getTreeModel, getTypeSystemNode, setName, toString, value

Methods inherited from class org.jacorb.ir.gui.typesystem.ModelParticipant

addToParent, buildTree, compareTo, expand, getModelRepresentant, setModelRepresentant

Constructor Details

RemoteObject

protected RemoteObject(Object counterPart,
                       TypeSystemNode type,
                       String name)
This method was created by a SmartGuide.

Parameters:
counterPart - java.lang.Object

Method Details

contents

public ModelParticipant[] contents()
F?r alle Attributes erzeuge ObjectRepresentants und gebe sie zur?ck
Specified by:
contents in interface AbstractContainer

Returns:
ModelParticipant[]


invokeOperation

public java.lang.Object invokeOperation(IROperation op,
                                        String[] params)
This method was created by a SmartGuide.

Parameters:
op - org.jacorb.ir;.gui.typesystem.remote.IROperation
params - java.lang.String[]

Returns:
java.lang.Object