com.alveole.studio.web.managers.struts2editor
Class Struts2Panel

java.lang.Object
  extended by com.alveole.studio.web.managers.struts2editor.Struts2Panel
All Implemented Interfaces:
PanelExtension

public class Struts2Panel
extends java.lang.Object
implements PanelExtension

This class is the one used to display a struts2 editor in plugin's tabs.

Author:
sylvain

Constructor Summary
Struts2Panel()
           
 
Method Summary
 org.eclipse.swt.widgets.Control getControl(org.eclipse.swt.widgets.Composite parent)
          Creates GUI.
 void setProjectContext(ProjectContext ctx)
          Sets project context for this editor.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Struts2Panel

public Struts2Panel()
Method Detail

getControl

public org.eclipse.swt.widgets.Control getControl(org.eclipse.swt.widgets.Composite parent)
Creates GUI.

Specified by:
getControl in interface PanelExtension

setProjectContext

public void setProjectContext(ProjectContext ctx)
Sets project context for this editor.

Specified by:
setProjectContext in interface PanelExtension