|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ow2.clif.scenario.isac.egui.plugins.gui.PluginGUIManager
public class PluginGUIManager
Implementation of the object which will store the parameters definition panels
Constructor Summary | |
---|---|
PluginGUIManager(ScenarioManager window)
Constructor |
Method Summary | |
---|---|
void |
commit()
Commit changes done into file. |
void |
createPanels(PluginDescription plugin,
java.io.InputStream guiFile)
Create panels from a gui XML file, and store it |
void |
modifyText(org.eclipse.swt.events.ModifyEvent e)
|
void |
setEditor(IsacEditor editor)
Set editor |
void |
setParentComposite(org.eclipse.swt.widgets.Composite parent)
Method which will set the parent composite, we will create the parameters panel into it |
void |
switchPanel(org.w3c.dom.Element node)
Change the parameters panels |
void |
widgetDefaultSelected(org.eclipse.swt.events.SelectionEvent event)
|
void |
widgetSelected(org.eclipse.swt.events.SelectionEvent event)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PluginGUIManager(ScenarioManager window)
window
- Method Detail |
---|
public void setParentComposite(org.eclipse.swt.widgets.Composite parent)
parent
- The parent compositepublic void switchPanel(org.w3c.dom.Element node)
node
- The node which the parameters must be showpublic void createPanels(PluginDescription plugin, java.io.InputStream guiFile)
plugin
- The plugin descriptionguiFile
- The gui file with all panels descriptionspublic void widgetDefaultSelected(org.eclipse.swt.events.SelectionEvent event)
widgetDefaultSelected
in interface org.eclipse.swt.events.SelectionListener
SelectionListener.widgetDefaultSelected(org.eclipse.swt.events.SelectionEvent)
public void widgetSelected(org.eclipse.swt.events.SelectionEvent event)
widgetSelected
in interface org.eclipse.swt.events.SelectionListener
SelectionListener.widgetSelected(org.eclipse.swt.events.SelectionEvent)
public void commit()
public void setEditor(IsacEditor editor)
editor
- public void modifyText(org.eclipse.swt.events.ModifyEvent e)
modifyText
in interface org.eclipse.swt.events.ModifyListener
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |