org.perfectjpattern.core.structural.decorator
Class ScrollDecorator
java.lang.Object
org.perfectjpattern.core.structural.AbstractSurrogate<D,C>
org.perfectjpattern.core.structural.decorator.AbstractDecorator<IVisualComponent,IScrollableComponent>
org.perfectjpattern.core.structural.decorator.ScrollDecorator
- All Implemented Interfaces:
- InvocationHandler, IDecorator<IVisualComponent,IScrollableComponent>, ISurrogate<IScrollableComponent>, IScrollable
public class ScrollDecorator
- extends AbstractDecorator<IVisualComponent,IScrollableComponent>
- implements IScrollable
Decorates Components of type IVisualComponent and adds extra
functionality. The added functionality is defined in IScrollable
- Version:
- $Revision: 1.0 $Date: Apr 5, 2008 11:10:25 PM $
- Author:
- Giovanni Azua
-
-
|
Method Summary |
void |
scrollTo()
|
protected static void |
setLogger(org.slf4j.Logger aLogger)
|
ScrollDecorator
public ScrollDecorator(IVisualComponent aVisualComponent)
scrollTo
public void scrollTo()
-
- Specified by:
scrollTo in interface IScrollable
setLogger
protected static void setLogger(org.slf4j.Logger aLogger)
Copyright © 2007-2009. All Rights Reserved.