|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
void |
addPropertyChangeListener(PropertyChangeListener listener)
|
void |
deleteWfTemplate()
Deletes the WfNodeTemplate this Editor references. |
BatchContainer |
getBatchContainer()
|
Component |
getComponent()
Returns the component which will edit the specified NodeTemplate. |
String |
getIconName()
Returns the icon of this node template. |
String |
getName()
Returns the name of this node template. |
WfProcessTemplate |
getParentTemplate()
Returns the parent template. |
Point |
getPosition()
Returns the name of this node template. |
String |
getSubtype()
Returns the subtype of the template. |
TransactionContainer |
getTransactionContainer()
|
WfNodeTemplate |
getWfTemplate()
Returns the WfNodeTemplate this Editor references. |
WfNodeTemplate |
newWfTemplate()
Creates a new node template. |
WfNodeTemplate |
newWfTemplate(WfProcessTemplate process)
Creates a new node template. |
void |
populateWfTemplate(WfNodeTemplate node)
Populate the Editor with the WfNodeTemplate it should reference. |
void |
populateWfTemplate(WfNodeTemplate node,
WfProcessTemplate process)
Populate the Editor with the WfNodeTemplate it should reference. |
void |
saveWfTemplate()
Saves the WfNodeTemplate this Editor references. |
void |
setBatchContainer(BatchContainer batch)
|
void |
setSubtype(String subtype)
Sets the subtype of the template. |
void |
setTransactionContainer(TransactionContainer transaction)
|
void |
setWfTemplate(WfNodeTemplate node)
Sets the WfNodeTemplate this Editor should reference. |
Method Detail |
public void setSubtype(String subtype)
subtype
- Any String which is used as a key for finding icons and
names and creating new templates.public String getSubtype()
public String getName()
public Point getPosition()
public String getIconName()
public WfNodeTemplate newWfTemplate()
public WfNodeTemplate newWfTemplate(WfProcessTemplate process)
process
- The process this template is a step of.public void populateWfTemplate(WfNodeTemplate node)
node
- The template this Editor will reference and update.public void populateWfTemplate(WfNodeTemplate node, WfProcessTemplate process)
node
- The template this Editor will reference and update.process
- The process this template is a step of.public void setWfTemplate(WfNodeTemplate node)
node
- The template this Editor will reference and update.public WfNodeTemplate getWfTemplate()
public void saveWfTemplate() throws WTException
WTException
public void deleteWfTemplate()
public WfProcessTemplate getParentTemplate()
public void setBatchContainer(BatchContainer batch)
public BatchContainer getBatchContainer()
public void setTransactionContainer(TransactionContainer transaction)
public TransactionContainer getTransactionContainer()
public Component getComponent()
public void addPropertyChangeListener(PropertyChangeListener listener)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |