org.ejtools.adwt
Class BeanContextListView.ContextElement

java.lang.Object
  |
  +--org.ejtools.adwt.BeanContextListView.ContextElement
All Implemented Interfaces:
java.beans.beancontext.BeanContextChildComponentProxy
Enclosing class:
BeanContextListView

protected class BeanContextListView.ContextElement
extends java.lang.Object
implements java.beans.beancontext.BeanContextChildComponentProxy

Description of the Class

Version:
$Revision: 1.5 $
Author:
Administrator

Field Summary
protected  javax.swing.ImageIcon icon
          Description of the Field
protected  java.lang.Object obj
          Description of the Field
protected  java.lang.String txt
          Description of the Field
 
Constructor Summary
BeanContextListView.ContextElement(java.lang.Object obj1)
          Constructor for the ContextNode object
 
Method Summary
 java.awt.Component getComponent()
          Gets the component attribute of the ContextNode object
 java.lang.Object getUserObject()
          Gets the userObject attribute of the ContextNode object
 java.lang.String toString()
          Description of the Method
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

icon

protected javax.swing.ImageIcon icon
Description of the Field


obj

protected java.lang.Object obj
Description of the Field


txt

protected java.lang.String txt
Description of the Field

Constructor Detail

BeanContextListView.ContextElement

public BeanContextListView.ContextElement(java.lang.Object obj1)
Constructor for the ContextNode object

Parameters:
obj1 - Description of Parameter
Method Detail

getComponent

public java.awt.Component getComponent()
Gets the component attribute of the ContextNode object

Specified by:
getComponent in interface java.beans.beancontext.BeanContextChildComponentProxy
Returns:
The component value

getUserObject

public java.lang.Object getUserObject()
Gets the userObject attribute of the ContextNode object

Returns:
The userObject value

toString

public java.lang.String toString()
Description of the Method

Overrides:
toString in class java.lang.Object
Returns:
Description of the Returned Value


Copyright © 2002-2003 EJTools Org.. All Rights Reserved.