org.nuiton.jaxx.util
Class DialogUIHandler<M extends DialogUIModel,U extends DialogUI<? extends DialogUIHandler<?,?>>>

java.lang.Object
  extended by org.nuiton.jaxx.util.DialogUIHandler<M,U>
Type Parameters:
M - type of model
U - type of ui
All Implemented Interfaces:
java.beans.PropertyChangeListener, java.util.EventListener
Direct Known Subclasses:
DialogConfigUIHandler

public abstract class DialogUIHandler<M extends DialogUIModel,U extends DialogUI<? extends DialogUIHandler<?,?>>>
extends java.lang.Object
implements java.beans.PropertyChangeListener

DialogUI handler

Author:
chemit

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

log

protected static org.apache.commons.logging.Log log
Constructor Detail

DialogUIHandler

protected DialogUIHandler(U ui,
                          M model)
Method Detail

getUi

public U getUi()

getModel

public M getModel()

init

public void init()

dispose

public void dispose()

finalize

protected void finalize()
                 throws java.lang.Throwable
Overrides:
finalize in class java.lang.Object
Throws:
java.lang.Throwable


Copyright © 2008-2009 CodeLutin. All Rights Reserved.