|
|||||||||
| 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 param| Method Detail |
|---|
public ParamInputView getInputView()
getInputView in class ParamFileFactorypublic ParamOutputView getOutputView()
getOutputView in class ParamFileFactorypublic ParamFile getParameter()
getParameter in class ParamFileFactory
public boolean loadResources(ParamModel foreign,
javax.swing.ProgressMonitor monitor)
ParamFactory
loadResources in class ParamFactoryforeign - foreign parametermonitor - TODO
public boolean saveResources(java.io.File dir,
boolean overRidesubDirectory)
saveResources in class ParamFactorydir - save directory
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||