|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.oddjob.arooa.ComponentTrinity
public class ComponentTrinity
Encapsulate the three things that are the bases of the component framework.
| Constructor Summary | |
|---|---|
ComponentTrinity(Object theComponent,
Object theProxy,
ArooaContext theContext)
|
|
| Method Summary | |
|---|---|
Object |
getTheComponent()
Getter for component. |
ArooaContext |
getTheContext()
Getter for context. |
Object |
getTheProxy()
Getter for proxy. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ComponentTrinity(Object theComponent,
Object theProxy,
ArooaContext theContext)
| Method Detail |
|---|
public Object getTheComponent()
public Object getTheProxy()
public ArooaContext getTheContext()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||