|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.miethxml.hawron.gui.process.SimpleProcessView
| Constructor Summary | |
SimpleProcessView()
|
|
| Method Summary | |
void |
actionPerformed(java.awt.event.ActionEvent e)
|
void |
configChanged(Project project)
|
javax.swing.JComponent |
getDockComponent()
This JPanel will be added to the left InfoPanel and will be activated with this ProjectViewComponent. |
javax.swing.Icon |
getIcon()
The accociated icon of this component. |
java.lang.String |
getKey()
|
java.lang.String |
getLabel(java.lang.String localeKey)
Gives the title/label for the current language like "en" for english or "de" for german. |
Project |
getProject()
|
javax.swing.JComponent |
getViewComponent()
Gives the Component, which will be added to the ProjectView.This should be the main Component. |
void |
init()
|
void |
initialize()
|
void |
langChanged()
|
void |
service(org.apache.avalon.framework.service.ServiceManager manager)
|
void |
setEnabled(boolean state)
The Defaultimplementation of the ProjectView use a JTabbedPane and each tab is a ProjectViewComponent. |
void |
setProject(Project project)
|
void |
setProjectView(TabbedProjectView pv)
|
void |
valueChanged(javax.swing.event.ListSelectionEvent e)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public SimpleProcessView()
| Method Detail |
public Project getProject()
public void setProject(Project project)
setProject in interface ProjectComponentproject - The project to set.public void setProjectView(TabbedProjectView pv)
public void initialize()
initialize in interface org.apache.avalon.framework.activity.Initializablepublic void actionPerformed(java.awt.event.ActionEvent e)
actionPerformed in interface java.awt.event.ActionListenerpublic void valueChanged(javax.swing.event.ListSelectionEvent e)
valueChanged in interface javax.swing.event.ListSelectionListenerpublic void langChanged()
langChanged in interface LocaleListener
public void service(org.apache.avalon.framework.service.ServiceManager manager)
throws org.apache.avalon.framework.service.ServiceException
service in interface org.apache.avalon.framework.service.Serviceableorg.apache.avalon.framework.service.ServiceExceptionpublic javax.swing.JComponent getDockComponent()
ProjectViewComponent
getDockComponent in interface ProjectViewComponentpublic javax.swing.JComponent getViewComponent()
ProjectViewComponent
getViewComponent in interface ProjectViewComponentpublic java.lang.String getKey()
getKey in interface ProjectViewComponentpublic java.lang.String getLabel(java.lang.String localeKey)
ProjectViewComponent
getLabel in interface ProjectViewComponentpublic javax.swing.Icon getIcon()
ProjectViewComponent
getIcon in interface ProjectViewComponentpublic void init()
public void setEnabled(boolean state)
ProjectViewComponent
setEnabled in interface ProjectViewComponentpublic void configChanged(Project project)
configChanged in interface ProjectConfigListener
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||