org.perfectjpattern.core.behavioral.chainofresponsibility
Class Dialog

java.lang.Object
  extended by org.perfectjpattern.core.behavioral.chainofresponsibility.AbstractWidget
      extended by org.perfectjpattern.core.behavioral.chainofresponsibility.Dialog
All Implemented Interfaces:
IHelpAware, IPrintAware

public class Dialog
extends AbstractWidget

Dialog widget

Version:
$Revision: 1.0 $Date: Apr 19, 2008 12:25:45 PM $
Author:
Giovanni Azua
 

Constructor Summary
Dialog(String aName)
           
 
Method Summary
protected  boolean canHandleHelp()
          
protected  boolean canHandlePrint()
          
protected  void handleHelp()
          
protected  void handlePrint()
          
protected static void setLogger(org.slf4j.Logger aLogger)
           
 
Methods inherited from class org.perfectjpattern.core.behavioral.chainofresponsibility.AbstractWidget
getHelpHandler, getPrintHandler
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Dialog

public Dialog(String aName)
Method Detail

canHandleHelp

protected boolean canHandleHelp()

Specified by:
canHandleHelp in class AbstractWidget

canHandlePrint

protected boolean canHandlePrint()

Specified by:
canHandlePrint in class AbstractWidget

handleHelp

protected void handleHelp()

Specified by:
handleHelp in class AbstractWidget

handlePrint

protected void handlePrint()

Specified by:
handlePrint in class AbstractWidget

setLogger

protected static void setLogger(org.slf4j.Logger aLogger)


Copyright © 2007-2009. All Rights Reserved.