de.miethxml.hawron.gui.project
Class ProcessSettingsViewImpl

java.lang.Object
  extended byde.miethxml.hawron.gui.project.ProcessSettingsViewImpl
All Implemented Interfaces:
org.apache.avalon.framework.activity.Initializable, LocaleListener, ProcessSettingsView, org.apache.avalon.framework.service.Serviceable

public class ProcessSettingsViewImpl
extends java.lang.Object
implements ProcessSettingsView, org.apache.avalon.framework.service.Serviceable, org.apache.avalon.framework.activity.Initializable, LocaleListener

Author:
Simon Mieth

Constructor Summary
ProcessSettingsViewImpl()
           
 
Method Summary
 void init()
           
 void initialize()
           
 void langChanged()
           
 void service(org.apache.avalon.framework.service.ServiceManager manager)
           
 void setProject(Project project)
           
 void setVisible(boolean state)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProcessSettingsViewImpl

public ProcessSettingsViewImpl()
Method Detail

initialize

public void initialize()
Specified by:
initialize in interface org.apache.avalon.framework.activity.Initializable

setProject

public void setProject(Project project)
Specified by:
setProject in interface ProcessSettingsView

init

public void init()
Specified by:
init in interface ProcessSettingsView

service

public void service(org.apache.avalon.framework.service.ServiceManager manager)
             throws org.apache.avalon.framework.service.ServiceException
Specified by:
service in interface org.apache.avalon.framework.service.Serviceable
Throws:
org.apache.avalon.framework.service.ServiceException

setVisible

public void setVisible(boolean state)
Specified by:
setVisible in interface ProcessSettingsView

langChanged

public void langChanged()
Specified by:
langChanged in interface LocaleListener