org.jacorb.ir.gui.remoteobject
Class ObjectRepresentant

java.lang.Object
  extended byorg.jacorb.ir.gui.typesystem.ModelParticipant
      extended byorg.jacorb.ir.gui.remoteobject.ObjectRepresentant
Direct Known Subclasses:
RemoteObject, Struct

public class ObjectRepresentant
extends ModelParticipant

This class was generated by a SmartGuide.


Field Summary
protected  java.lang.Object counterPart
           
protected  java.lang.String name
           
protected  TypeSystemNode typeSystemNode
           
 
Constructor Summary
protected ObjectRepresentant(java.lang.Object counterPart, TypeSystemNode type, java.lang.String name)
          This method was created by a SmartGuide.
 
Method Summary
 int compareTo(ModelParticipant other)
          This method was created by a SmartGuide.
 javax.swing.tree.TreeModel getTreeModel()
          This method was created by a SmartGuide.
 TypeSystemNode getTypeSystemNode()
          This method was created by a SmartGuide.
protected  void setName(java.lang.String name)
          This method was created by a SmartGuide.
 java.lang.String toString()
          This method was created by a SmartGuide.
 java.lang.String value()
          This method was created by a SmartGuide.
 
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
 

Field Detail

counterPart

protected java.lang.Object counterPart

name

protected java.lang.String name

typeSystemNode

protected TypeSystemNode typeSystemNode
Constructor Detail

ObjectRepresentant

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

Parameters:
counterPart - java.lang.Object
Method Detail

compareTo

public int compareTo(ModelParticipant other)
This method was created by a SmartGuide.

Specified by:
compareTo in class ModelParticipant
Parameters:
other - org.jacorb.ir;.gui.typesystem.ModelParticipant
Returns:
int

getTreeModel

public javax.swing.tree.TreeModel getTreeModel()
This method was created by a SmartGuide.

Returns:
TreeModel

getTypeSystemNode

public TypeSystemNode getTypeSystemNode()
This method was created by a SmartGuide.

Returns:
org.jacorb.ir;.gui.typesystem.TypeSystemNode

setName

protected void setName(java.lang.String name)
This method was created by a SmartGuide.

Parameters:
name - java.lang.String

toString

public java.lang.String toString()
This method was created by a SmartGuide.

Returns:
java.lang.String

value

public java.lang.String value()
This method was created by a SmartGuide.

Returns:
java.lang.String