VRJConfig UI API
v2.0


org.vrjuggler.vrjconfig.commoneditors.proxytree
Class ProxyTreeModel.ProxyType

java.lang.Object
  extended by org.vrjuggler.vrjconfig.commoneditors.proxytree.ProxyTreeModel.ProxyType
Enclosing class:
ProxyTreeModel

protected class ProxyTreeModel.ProxyType
extends Object

Used to represent different categories of units on each device.


Constructor Summary
ProxyTreeModel.ProxyType(String name, String token)
          Constructor.
 
Method Summary
 String getName()
          Return the name of this proxy type.
 String getToken()
          Return the ConfigDefinition token used for this proxy type.
 String toString()
          Return a String representation of this ProxyType.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ProxyTreeModel.ProxyType

public ProxyTreeModel.ProxyType(String name,
                                String token)
Constructor.

Method Detail

toString

public String toString()
Return a String representation of this ProxyType.

Overrides:
toString in class Object

getName

public String getName()
Return the name of this proxy type.


getToken

public String getToken()
Return the ConfigDefinition token used for this proxy type.


VRJConfig UI API
v2.0


Copyright © 1998–2005 Iowa State University. All rights reserved.