edu.jhu.ece.iacl.jist.pipeline.parameter
Class ParamVolumeLocationCollection

java.lang.Object
  extended by edu.jhu.ece.iacl.jist.pipeline.PipePort<T>
      extended by edu.jhu.ece.iacl.jist.pipeline.parameter.ParamModel<java.util.List>
          extended by edu.jhu.ece.iacl.jist.pipeline.parameter.ParamFileCollection
              extended by edu.jhu.ece.iacl.jist.pipeline.parameter.ParamVolumeLocationCollection
All Implemented Interfaces:
ObjectCollection<java.io.File>, java.lang.Cloneable, java.lang.Comparable<ParamModel>
Direct Known Subclasses:
ParamVolumeCollection

public class ParamVolumeLocationCollection
extends ParamFileCollection


Nested Class Summary
 
Nested classes/interfaces inherited from class edu.jhu.ece.iacl.jist.pipeline.PipePort
PipePort.PortListener, PipePort.type
 
Field Summary
 
Fields inherited from class edu.jhu.ece.iacl.jist.pipeline.parameter.ParamFileCollection
extensionFilter, fileParams, mandatory, readerWriter
 
Fields inherited from class edu.jhu.ece.iacl.jist.pipeline.parameter.ParamModel
cliTag, description, factory, hidden, label, shortLabel
 
Fields inherited from class edu.jhu.ece.iacl.jist.pipeline.PipePort
connectible, gport, incomingConnectors, listeners, maxIncoming, maxOutgoing, outgoingConnectors, owner, portType, useWire
 
Constructor Summary
ParamVolumeLocationCollection()
           
ParamVolumeLocationCollection(java.lang.String name)
           
 
Method Summary
 
Methods inherited from class edu.jhu.ece.iacl.jist.pipeline.parameter.ParamFileCollection
add, add, clean, clear, clone, compareTo, create, getExtensionFilter, getHumanReadableDataType, getParameters, getReaderWriter, getValue, getValue, getXMLValue, init, isCompatible, isMandatory, probeDefaultValue, replacePath, set, set, setExtensionFilter, setMandatory, setReaderWriter, setValue, setXMLValue, size, toString, validate
 
Methods inherited from class edu.jhu.ece.iacl.jist.pipeline.parameter.ParamModel
createMipavParameter, createTreeNode, dispose, equals, getCliTag, getDescription, getFactory, getInputView, getLabel, getName, getOutputView, getShortLabel, getView, hide, importMipavParameter, importParameter, isConnectible, isHidden, loadResources, loadResources, read, read, saveResources, setCliTag, setDescription, setFactory, setHidden, setInputView, setLabel, setName, setOutputView, setShortLabel, toXML, write, write
 
Methods inherited from class edu.jhu.ece.iacl.jist.pipeline.PipePort
addListener, disconnect, disconnect, disconnect, disconnect, getGraphPort, getIncomingConnector, getIncomingConnectors, getIncomingPorts, getListeners, getMaxIncoming, getMaxOutgoing, getOutgoingConnector, getOutgoingConnectors, getOutgoingPorts, getOwner, getPortType, isConnected, isConnectedTo, isInputPort, isOutputPort, notifyListenersOfConnection, notifyListenersOfDisconnection, removeAllListeners, removeListener, setConnectable, setGraphPort, setMaxIncoming, setMaxOutgoing, setOwner, setPortType, setUseConnector, usingConnector
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ParamVolumeLocationCollection

public ParamVolumeLocationCollection()

ParamVolumeLocationCollection

public ParamVolumeLocationCollection(java.lang.String name)