rcf.core.framework.component
Class DynamicComponent.Default
java.lang.Object
rcf.core.framework.component.DynamicComponent.Abstract
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
|
Field Summary |
protected Object |
o
TODO: Javadoc |
|
Method Summary |
protected Object |
o()
TODO: Javadoc |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
o
protected final Object o
- TODO: Javadoc
DynamicComponent.Default
public DynamicComponent.Default(ReflectedComponent.Default _component,
Object _o)
- TODO: Javadoc
- Parameters:
_component - _o -
o
protected Object o()
- Description copied from class:
DynamicComponent.Abstract
- TODO: Javadoc
- Overrides:
o in class DynamicComponent.Abstract
- Returns: