org.perfectjpattern.core.structural.decorator
Class ScrollDecorator

java.lang.Object
  extended by org.perfectjpattern.core.structural.AbstractSurrogate<D,C>
      extended by org.perfectjpattern.core.structural.decorator.AbstractDecorator<IVisualComponent,IScrollableComponent>
          extended by 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
 

Constructor Summary
ScrollDecorator(IVisualComponent aVisualComponent)
           
 
Method Summary
 void scrollTo()
          
protected static void setLogger(org.slf4j.Logger aLogger)
           
 
Methods inherited from class org.perfectjpattern.core.structural.decorator.AbstractDecorator
getDecorated
 
Methods inherited from class org.perfectjpattern.core.structural.AbstractSurrogate
equals, getComponent, getComponentClass, getUnderlying, hashCode, invoke, invokeUnderlying
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.perfectjpattern.core.api.structural.ISurrogate
getComponent
 
Methods inherited from interface java.lang.reflect.InvocationHandler
invoke
 

Constructor Detail

ScrollDecorator

public ScrollDecorator(IVisualComponent aVisualComponent)
Method Detail

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.