Uses of Interface
org.perfectjpattern.core.structural.decorator.IVisualComponent

Packages that use IVisualComponent
org.perfectjpattern.core.structural.decorator Decorator Core Pattern implementation. 
 

Uses of IVisualComponent in org.perfectjpattern.core.structural.decorator
 

Subinterfaces of IVisualComponent in org.perfectjpattern.core.structural.decorator
 interface IScrollableComponent
          Abstract definition of Scrollable Component
 

Classes in org.perfectjpattern.core.structural.decorator that implement IVisualComponent
 class TextView
          TextView concrete implementation of IVisualComponent
 

Constructors in org.perfectjpattern.core.structural.decorator with parameters of type IVisualComponent
BorderDecorator(IVisualComponent aVisualComponent)
           
ScrollDecorator(IVisualComponent aVisualComponent)
           
 



Copyright © 2007-2009. All Rights Reserved.