org.perfectjpattern.core.structural.decorator
Class TextView

java.lang.Object
  extended by org.perfectjpattern.core.structural.decorator.TextView
All Implemented Interfaces:
IVisualComponent

public class TextView
extends Object
implements IVisualComponent

TextView concrete implementation of IVisualComponent

Version:
$Revision: 1.0 $Date: Apr 5, 2008 11:07:56 PM $
Author:
Giovanni Azua
 

Constructor Summary
TextView()
           
 
Method Summary
 void draw()
          
 void focus()
           
 void hide()
           
protected static void setLogger(org.slf4j.Logger aLogger)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TextView

public TextView()
Method Detail

draw

public void draw()

Specified by:
draw in interface IVisualComponent

focus

public void focus()
Specified by:
focus in interface IVisualComponent

hide

public void hide()
Specified by:
hide in interface IVisualComponent

setLogger

protected static void setLogger(org.slf4j.Logger aLogger)


Copyright © 2007-2009. All Rights Reserved.