public class ExecUnit extends java.lang.Object implements TaskConscious
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
namesOfFiles
The Constant namesOfFiles.
|
static java.lang.String |
numberOfFiles
The Constant numberOfFiles.
|
Constructor and Description |
---|
ExecUnit() |
Modifier and Type | Method and Description |
---|---|
void |
apply()
Apply.
|
void |
applyClicked()
Apply clicked.
|
java.awt.Component |
getComponent()
Gets the component.
|
void |
okClicked()
Ok clicked.
|
DaxSettingObject |
process(java.util.List in)
Process.
|
void |
setTask(Task task) |
public static final java.lang.String numberOfFiles
public static final java.lang.String namesOfFiles
public DaxSettingObject process(java.util.List in)
in
- the inpublic java.awt.Component getComponent()
public void applyClicked()
public void okClicked()
public void apply()
public void setTask(Task task)
setTask
in interface TaskConscious