rcf.core.framework.component
Class DynamicComponent.Default

java.lang.Object
  extended by rcf.core.framework.component.DynamicComponent.Abstract
      extended by rcf.core.framework.component.DynamicComponent.Default
All Implemented Interfaces:
DynamicBound, DynamicComponent, ReflectedBindable<DynamicComponent>, ReflectedComponent, rcf.core.util.accessor.GUIAccessible
Enclosing interface:
DynamicComponent

public static final class DynamicComponent.Default
extends DynamicComponent.Abstract

TODO: Javadoc

TODO: Unit tests, Code review, Javadoc review, Seal/Finalize TODO: equals, hashCode, toString

Version:
$Revision: 1.3 $
Author:
Greg Gibeling

Nested Class Summary
 
Nested classes/interfaces inherited from interface rcf.core.framework.component.DynamicComponent
DynamicComponent.Abstract, DynamicComponent.Default
 
Nested classes/interfaces inherited from interface rcf.core.framework.component.DynamicBound
DynamicBound.GUIType
 
Field Summary
protected  Object o
          TODO: Javadoc
 
Fields inherited from class rcf.core.framework.component.DynamicComponent.Abstract
component, operations, properties
 
Constructor Summary
DynamicComponent.Default(ReflectedComponent.Default _component, Object _o)
          TODO: Javadoc
 
Method Summary
protected  Object o()
          TODO: Javadoc
 
Methods inherited from class rcf.core.framework.component.DynamicComponent.Abstract
bind, component, gui, icon, interfaces, isInstance, operations, popupMenu, properties
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

o

protected final Object o
TODO: Javadoc

Constructor Detail

DynamicComponent.Default

public DynamicComponent.Default(ReflectedComponent.Default _component,
                                Object _o)
TODO: Javadoc

Parameters:
_component -
_o -
Method Detail

o

protected Object o()
Description copied from class: DynamicComponent.Abstract
TODO: Javadoc

Overrides:
o in class DynamicComponent.Abstract
Returns: