es.unex.sextante.gui.algorithm
Class ParameterContainer
java.lang.Object
es.unex.sextante.gui.algorithm.ParameterContainer
public class ParameterContainer
- extends java.lang.Object
A class representing a parameter key
and the component used to introduce its value
- Author:
- volaya
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ParameterContainer
public ParameterContainer(Parameter parameter,
javax.swing.JComponent container)
getContainer
public javax.swing.JComponent getContainer()
setContainer
public void setContainer(javax.swing.JComponent container)
getName
public java.lang.String getName()
getType
public java.lang.String getType()
getParameter
public Parameter getParameter()