com.infoengine.modeler.data.wizard
Class GroupInSelection

java.lang.Object
  extended bycom.infoengine.modeler.data.wizard.GroupInSelection
All Implemented Interfaces:
ParameterEditor

public class GroupInSelection
extends Object
implements ParameterEditor


Field Summary
(package private)  JComponent myComponent
           
 
Constructor Summary
GroupInSelection()
           
 
Method Summary
 JComponent getComponent()
           
 void setParameter(Parameter p)
           
 void setParameterDesc(ParameterDesc pd)
           
 void setParameterScrollPane(ParameterScrollPane psp)
           
 void setWindow(Window w)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

myComponent

JComponent myComponent
Constructor Detail

GroupInSelection

public GroupInSelection()
Method Detail

setParameterDesc

public void setParameterDesc(ParameterDesc pd)
Specified by:
setParameterDesc in interface ParameterEditor

setParameter

public void setParameter(Parameter p)
Specified by:
setParameter in interface ParameterEditor

setWindow

public void setWindow(Window w)
Specified by:
setWindow in interface ParameterEditor

setParameterScrollPane

public void setParameterScrollPane(ParameterScrollPane psp)
Specified by:
setParameterScrollPane in interface ParameterEditor

getComponent

public JComponent getComponent()
Specified by:
getComponent in interface ParameterEditor