org.perfectjpattern.core.behavioral.chainofresponsibility
Class Button
java.lang.Object
org.perfectjpattern.core.behavioral.chainofresponsibility.AbstractWidget
org.perfectjpattern.core.behavioral.chainofresponsibility.Button
- All Implemented Interfaces:
- IHelpAware, IPrintAware
public class Button
- extends AbstractWidget
Button widget
- Version:
- $Revision: 1.0 $Date: Apr 19, 2008 12:25:06 PM $
- Author:
- Giovanni Azua
-
-
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Button
public Button(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.