net.sf.doolin.gui.view.decorator
Class AbstractGUIViewDecorator

java.lang.Object
  extended by net.sf.doolin.gui.view.decorator.AbstractGUIViewDecorator
All Implemented Interfaces:
GUIViewDecorator
Direct Known Subclasses:
AbstractValidationGUIViewDecorator, ChainedGUIViewDecorator, TitledGUIViewDecorator

public abstract class AbstractGUIViewDecorator
extends Object
implements GUIViewDecorator

Abstract view decorator that provides services for actions and icons.

Author:
Damien Coraboeuf

Constructor Summary
AbstractGUIViewDecorator()
           
 
Method Summary
 ActionFactory getActionFactory()
          Gets the action factory.
 IconService getIconService()
          Gets the icon service.
 void setActionFactory(ActionFactory actionFactory)
          Sets the action factory.
 void setIconService(IconService iconService)
          Sets the icon service.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface net.sf.doolin.gui.view.decorator.GUIViewDecorator
decorate
 

Constructor Detail

AbstractGUIViewDecorator

public AbstractGUIViewDecorator()
Method Detail

getIconService

public IconService getIconService()
Gets the icon service.

Returns:
the icon service

setIconService

public void setIconService(IconService iconService)
Sets the icon service.

Parameters:
iconService - the new icon service

getActionFactory

public ActionFactory getActionFactory()
Gets the action factory.

Returns:
the action factory

setActionFactory

public void setActionFactory(ActionFactory actionFactory)
Sets the action factory.

Parameters:
actionFactory - the new action factory


Copyright © 2011. All Rights Reserved.