|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.doolin.gui.view.decorator.AbstractGUIViewDecorator
public abstract class AbstractGUIViewDecorator
Abstract view decorator that provides services for actions and icons.
| 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 |
|---|
public AbstractGUIViewDecorator()
| Method Detail |
|---|
public IconService getIconService()
public void setIconService(IconService iconService)
iconService - the new icon servicepublic ActionFactory getActionFactory()
public void setActionFactory(ActionFactory actionFactory)
actionFactory - the new action factory
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||