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:
PropertyChangeListener, EventListener
Direct Known Subclasses:
DialogConfigUIHandler

public abstract class DialogUIHandler<M extends DialogUIModel,U extends DialogUI<? extends DialogUIHandler<?,?>>>
extends Object
implements 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 Throwable
Overrides:
finalize in class Object
Throws:
Throwable


Copyright © 2008-2010 CodeLutin. All Rights Reserved.