|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Inner
Provides a means of creating "inner" classes without requiring that the class definitions be lexically enclosed within the definitions of the outer class. The first parameter of each of the inner class's constructors should be a reference to the outer class.
| Method Summary | |
|---|---|
Object |
getOuter()
Returns a reference to the outer object. |
void |
setOuter(Object outer)
Sets the outer object reference. |
| Method Detail |
|---|
void setOuter(Object outer)
Object getOuter()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||