org.perfectjpattern.core.behavioral.chainofresponsibility
Class Dialog
java.lang.Object
org.perfectjpattern.core.behavioral.chainofresponsibility.AbstractWidget
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
-
-
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Dialog
public Dialog(String aName)
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.