|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.nuiton.jaxx.util.DialogUIHandler<M,U>
M - type of modelU - type of uipublic abstract class DialogUIHandler<M extends DialogUIModel,U extends DialogUI<? extends DialogUIHandler<?,?>>>
DialogUI handler
| Field Summary | |
|---|---|
protected static org.apache.commons.logging.Log |
log
|
| Constructor Summary | |
|---|---|
protected |
DialogUIHandler(U ui,
M model)
|
| Method Summary | |
|---|---|
void |
dispose()
|
protected void |
finalize()
|
M |
getModel()
|
U |
getUi()
|
void |
init()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface java.beans.PropertyChangeListener |
|---|
propertyChange |
| Field Detail |
|---|
protected static org.apache.commons.logging.Log log
| Constructor Detail |
|---|
protected DialogUIHandler(U ui,
M model)
| Method Detail |
|---|
public U getUi()
public M getModel()
public void init()
public void dispose()
protected void finalize()
throws java.lang.Throwable
finalize in class java.lang.Objectjava.lang.Throwable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||