|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.jhu.ece.iacl.jist.pipeline.factory.ParamFactory
edu.jhu.ece.iacl.jist.pipeline.factory.ParamFileFactory
edu.jhu.ece.iacl.jist.pipeline.factory.ParamObjectFactory
public class ParamObjectFactory
Object Parameter Factory.
Field Summary |
---|
Fields inherited from class edu.jhu.ece.iacl.jist.pipeline.factory.ParamFactory |
---|
inputView, outputView |
Constructor Summary | |
---|---|
ParamObjectFactory(ParamObject param)
Construct factory for specified parameter. |
Method Summary | |
---|---|
ParamInputView |
getInputView()
Get parameter input view. |
ParamOutputView |
getOutputView()
Get parameter output view. |
ParamFile |
getParameter()
Get factory's parameter. |
boolean |
loadResources(ParamModel foreign,
javax.swing.ProgressMonitor monitor)
Load external resources specified in foreign parameter into this parameter. |
boolean |
saveResources(java.io.File dir,
boolean overRidesubDirectory)
Save Resource to specified directory. |
Methods inherited from class edu.jhu.ece.iacl.jist.pipeline.factory.ParamFileFactory |
---|
createMipavParameter, importMipavParameter |
Methods inherited from class edu.jhu.ece.iacl.jist.pipeline.factory.ParamFactory |
---|
createTreeNode, decodeName, decodeValue, encodeName, encodeValue, equals, fromXML, fromXML, importParameter, isCompatible, read, read, setInputView, setOutputView, toXML, write, write |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ParamObjectFactory(ParamObject param)
param
- the paramMethod Detail |
---|
public ParamInputView getInputView()
getInputView
in class ParamFileFactory
public ParamOutputView getOutputView()
getOutputView
in class ParamFileFactory
public ParamFile getParameter()
getParameter
in class ParamFileFactory
public boolean loadResources(ParamModel foreign, javax.swing.ProgressMonitor monitor)
ParamFactory
loadResources
in class ParamFactory
foreign
- foreign parametermonitor
- TODO
public boolean saveResources(java.io.File dir, boolean overRidesubDirectory)
saveResources
in class ParamFactory
dir
- save directory
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |