org.oddjob.designer.components
Class CopyDC
java.lang.Object
java.util.Observable
org.oddjob.designer.model.DesignAdult
org.oddjob.designer.components.BaseDC
org.oddjob.designer.components.CopyDC
- All Implemented Interfaces:
- DesignComponent
- public class CopyDC
- extends BaseDC
| Methods inherited from class org.oddjob.designer.model.DesignAdult |
addChild, childCount, childElements, children, children, clearChildren, createType, insertChild, parent, removeChild, supportedTypes, supportedTypes |
| Methods inherited from class java.util.Observable |
addObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChanged |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CopyDC
public CopyDC()
form
public FormDefinition form()
setFrom
public void setFrom(ListDE from)
getFrom
public ListDE getFrom()
setTo
public void setTo(FileAttribute to)
getTo
public FileAttribute getTo()
getInput
public InputDE getInput()
- Returns:
- Returns the input.
setInput
public void setInput(InputDE input)
- Parameters:
input - The input to set.
getOutput
public OutputDE getOutput()
- Returns:
- Returns the output.
setOutput
public void setOutput(OutputDE output)
- Parameters:
output - The output to set.